Home
last modified time | relevance | path

Searched refs:DidForkSwitchSoftwareBreakpoints (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h467 void DidForkSwitchSoftwareBreakpoints(bool enable);
H A DProcessGDBRemote.cpp5165 void ProcessGDBRemote::DidForkSwitchSoftwareBreakpoints(bool enable) { in DidForkSwitchSoftwareBreakpoints() function in ProcessGDBRemote
5236 DidForkSwitchSoftwareBreakpoints(false); in DidFork()
5275 DidForkSwitchSoftwareBreakpoints(false); in DidVFork()
5330 DidForkSwitchSoftwareBreakpoints(true); in DidVForkDone()