Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h472 void DidForkSwitchSoftwareBreakpoints(bool enable);
H A DProcessGDBRemote.cpp5524 void ProcessGDBRemote::DidForkSwitchSoftwareBreakpoints(bool enable) { in DidForkSwitchSoftwareBreakpoints() function in ProcessGDBRemote
5591 DidForkSwitchSoftwareBreakpoints(false); in DidFork()
5630 DidForkSwitchSoftwareBreakpoints(false); in DidVFork()
5685 DidForkSwitchSoftwareBreakpoints(true); in DidVForkDone()