mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 17:07:36 +08:00
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Also, provide and use accessors for the thread options on breakpoints so we can control sending the appropriate events. llvm-svn: 150057
This commit is contained in:
@@ -180,6 +180,9 @@ public:
|
||||
bool
|
||||
GetDescription (lldb::SBStream &description);
|
||||
|
||||
static bool
|
||||
EventIsBreakpointEvent (const lldb::SBEvent &event);
|
||||
|
||||
static lldb::BreakpointEventType
|
||||
GetBreakpointEventTypeFromEvent (const lldb::SBEvent& event);
|
||||
|
||||
@@ -188,6 +191,9 @@ public:
|
||||
|
||||
static lldb::SBBreakpointLocation
|
||||
GetBreakpointLocationAtIndexFromEvent (const lldb::SBEvent& event, uint32_t loc_idx);
|
||||
|
||||
static uint32_t
|
||||
GetNumBreakpointLocationsFromEvent (const lldb::SBEvent &event_sp);
|
||||
};
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
Reference in New Issue
Block a user