Home
last modified time | relevance | path

Searched refs:GetWatchpointFromEvent (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBWatchpoint.i91 GetWatchpointFromEvent (const lldb::SBEvent& event);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBWatchpoint.cpp284 SBWatchpoint SBWatchpoint::GetWatchpointFromEvent(const lldb::SBEvent &event) { in GetWatchpointFromEvent() function in SBWatchpoint
290 Watchpoint::WatchpointEventData::GetWatchpointFromEvent(event.GetSP()); in GetWatchpointFromEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBWatchpoint.h74 static lldb::SBWatchpoint GetWatchpointFromEvent(const lldb::SBEvent &event);
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h48 GetWatchpointFromEvent(const lldb::EventSP &event_sp);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp382 WatchpointSP Watchpoint::WatchpointEventData::GetWatchpointFromEvent( in GetWatchpointFromEvent() function in Watchpoint::WatchpointEventData