Home
last modified time | relevance | path

Searched refs:DisableAllWatchpoints (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h138 void DisableAllWatchpoints(MachProcess *process);
H A DDNBBreakpoint.cpp163 void DNBBreakpointList::DisableAllWatchpoints(MachProcess *process) { in DisableAllWatchpoints() function in DNBBreakpointList
H A DDNB.cpp815 procSP->DisableAllWatchpoints(remove); in DNBProcessDetach()
H A DChangeLog816 (MachProcess::DisableAllWatchpoints): New function.
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h779 bool DisableAllWatchpoints();
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h192 void DisableAllWatchpoints(bool remove);
H A DMachProcess.mm1575 DisableAllWatchpoints(true);
1616 DisableAllWatchpoints(true);
1907 void MachProcess::DisableAllWatchpoints(bool remove) { function
1911 m_watchpoints.DisableAllWatchpoints(this);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i858 DisableAllWatchpoints ();
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp392 if (target->DisableAllWatchpoints()) { in DoExecute()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1371 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1379 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h792 bool DisableAllWatchpoints(bool end_to_end = true);
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp184 DisableAllWatchpoints(false); in CleanupProcess()
1203 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target