mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
notes & bump version
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(BUILD_VERSION_PATCH)
|
#if !defined(BUILD_VERSION_PATCH)
|
||||||
# define BUILD_VERSION_PATCH 20
|
# define BUILD_VERSION_PATCH 21
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BUILD_VERSION_STRING_LITERAL Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)
|
#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
|
//~ rjf: post-0.9.20 TODO notes
|
||||||
//
|
//
|
||||||
//- urgent fixes
|
//- urgent fixes
|
||||||
// [ ] process memory cache not correctly invalidating - race in lookup
|
// [ ] hardware breakpoints regression (global eval in ctrl)
|
||||||
// [ ] 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
|
|
||||||
//
|
//
|
||||||
//- memory view
|
//- memory view
|
||||||
// [ ] have smaller visible range than entire memory
|
// [ ] have smaller visible range than entire memory
|
||||||
|
|||||||
Reference in New Issue
Block a user