mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
notes & bump version
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user