debugger: let python handle the listing of breakpoints

TODO: only transfer deltas
This commit is contained in:
hjk
2010-02-05 15:23:09 +01:00
parent 735b3489d4
commit 4cba453a1e
4 changed files with 51 additions and 18 deletions

View File

@@ -91,7 +91,7 @@ public:
QString bpFileName; // file name acknowledged by the debugger engine
QByteArray bpLineNumber; // line number acknowledged by the debugger engine
QString bpFuncName; // function name acknowledged by the debugger engine
QString bpAddress; // address acknowledged by the debugger engine
QByteArray bpAddress; // address acknowledged by the debugger engine
bool bpMultiple; // happens in constructors/gdb
bool bpEnabled; // enable/disable command sent