Asynchronous breakpoint handling

This commit is contained in:
Arvid Ephraim Picciani
2010-11-08 18:55:32 +01:00
parent 17f39388ac
commit 5f75e5979e
5 changed files with 119 additions and 1 deletions

View File

@@ -97,6 +97,8 @@ private:
public:
quint64 id;
BreakpointState state;
bool uiDirty; // ui has changed stuff
bool enabled; // Should we talk to the debugger engine?
bool pending; // Does the debugger engine know about us already?