Add some debugger memory utilities (#109)

* add some memory utilities

* run waitpid in a separate thread and support very simple breakpoints

* fix breakpoints

* add missing windows stub function

* fix error message on exit
This commit is contained in:
water111
2020-11-06 13:59:39 -05:00
committed by GitHub
parent f5ed2e6ad7
commit c09541fa98
20 changed files with 1430 additions and 57 deletions
+1
View File
@@ -7,6 +7,7 @@
#include <cassert>
#include "kscheme.h"
#include "common/common_types.h"
#include "common/goal_constants.h"
#include "kmachine.h"
#include "klisten.h"
#include "kmalloc.h"