This commit is contained in:
Ryan Fleury
2025-06-06 15:43:09 -07:00
parent 4057e00fa1
commit c3f4c758b4
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -2689,7 +2689,7 @@ DWORD thread_step_thread(void *p)
void thread_stepping_tests(void)
{
#if _WIN32
HANDLE h[64] = {0};
HANDLE h[8] = {0};
for(int i = 0; i < sizeof(h)/sizeof(h[0]); i += 1)
{
DWORD id = 0;
+9
View File
@@ -4,6 +4,15 @@
////////////////////////////////
//~ rjf: post-0.9.19 TODO notes
//
//- memory view
// [ ] have smaller visible range than entire memory
// space, within some bounds (e.g. 64KB)
// [ ] dynamically expand memory space, based on
// scrolling
// [ ] fix clicking through occluded panels etc.
// [ ] disambiguate . character in ASCII columns
// [ ] fix type intepretations of cursor in bottom pane
//
//- bug fixes
// [ ] disassembly sometimes has a problem where source line annotations are
// periodically removed/inserted... maybe updating on fs change when we