From 124c71c19a05d7d981568430bcbca306eb85e602 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sat, 28 Jun 2025 11:15:02 -0700 Subject: [PATCH] notes & bump version --- src/base/base_context_cracking.h | 2 +- src/raddbg/raddbg_main.c | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/base/base_context_cracking.h b/src/base/base_context_cracking.h index b0a9b2b0..7edbd59b 100644 --- a/src/base/base_context_cracking.h +++ b/src/base/base_context_cracking.h @@ -159,7 +159,7 @@ #endif #if !defined(BUILD_VERSION_PATCH) -# define BUILD_VERSION_PATCH 20 +# define BUILD_VERSION_PATCH 21 #endif #define BUILD_VERSION_STRING_LITERAL Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH) diff --git a/src/raddbg/raddbg_main.c b/src/raddbg/raddbg_main.c index 30ba6b25..9e4f2d91 100644 --- a/src/raddbg/raddbg_main.c +++ b/src/raddbg/raddbg_main.c @@ -5,15 +5,7 @@ //~ rjf: post-0.9.20 TODO notes // //- urgent fixes -// [ ] process memory cache not correctly invalidating - race in lookup -// [ ] hardware breakpoints regression -// [ ] process memory waiting regression -// [ ] "evict module image info from cache" crash, on module close sometimes -// - reproduction steps: -// - raddbg debugging raddbg -// - [parent] breakpoint on memory read failure case -// - [child] breakpoint on ctrl_bindings init in g0 -// - f5x3 +// [ ] hardware breakpoints regression (global eval in ctrl) // //- memory view // [ ] have smaller visible range than entire memory