mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-19 23:16:48 +00:00
pass through data breakpoint length, more progress on fixes/correctness in first pass
This commit is contained in:
@@ -44,6 +44,7 @@ struct D_Breakpoint
|
||||
TxtPt pt;
|
||||
String8 vaddr_expr;
|
||||
String8 condition;
|
||||
U64 size;
|
||||
};
|
||||
|
||||
typedef struct D_BreakpointArray D_BreakpointArray;
|
||||
|
||||
Reference in New Issue
Block a user