Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h479 void DidForkSwitchSoftwareBreakpoints(bool enable);
H A DProcessGDBRemote.cpp5834 void ProcessGDBRemote::DidForkSwitchSoftwareBreakpoints(bool enable) { in DidForkSwitchSoftwareBreakpoints() function in ProcessGDBRemote
5901 DidForkSwitchSoftwareBreakpoints(false); in DidFork()
5943 DidForkSwitchSoftwareBreakpoints(false); in DidVFork()
5998 DidForkSwitchSoftwareBreakpoints(true); in DidVForkDone()