mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +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:
@@ -740,6 +740,11 @@ SBProcess::GetProcessFromEvent (const SBEvent &event)
|
||||
return process;
|
||||
}
|
||||
|
||||
bool
|
||||
SBProcess::EventIsProcessEvent (const SBEvent &event)
|
||||
{
|
||||
return Process::ProcessEventData::GetEventDataFromEvent(event.get()) != NULL;
|
||||
}
|
||||
|
||||
SBBroadcaster
|
||||
SBProcess::GetBroadcaster () const
|
||||
|
||||
Reference in New Issue
Block a user