Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py50 obj.DisableAllWatchpoints()
/llvm-project-15.0.7/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.cpp807 procSP->DisableAllWatchpoints(remove); in DNBProcessDetach()
H A DChangeLog816 (MachProcess::DisableAllWatchpoints): New function.
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h191 void DisableAllWatchpoints(bool remove);
H A DMachProcess.mm1569 DisableAllWatchpoints(true);
1610 DisableAllWatchpoints(true);
1901 void MachProcess::DisableAllWatchpoints(bool remove) { function
1905 m_watchpoints.DisableAllWatchpoints(this);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h779 bool DisableAllWatchpoints();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i858 DisableAllWatchpoints ();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp392 if (target->DisableAllWatchpoints()) { in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1371 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget
1379 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h787 bool DisableAllWatchpoints(bool end_to_end = true);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp183 DisableAllWatchpoints(false); in CleanupProcess()
1193 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target