Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h465 void DidForkSwitchSoftwareBreakpoints(bool enable);
H A DProcessGDBRemote.cpp5195 void ProcessGDBRemote::DidForkSwitchSoftwareBreakpoints(bool enable) { in DidForkSwitchSoftwareBreakpoints() function in ProcessGDBRemote
5266 DidForkSwitchSoftwareBreakpoints(false); in DidFork()
5305 DidForkSwitchSoftwareBreakpoints(false); in DidVFork()
5360 DidForkSwitchSoftwareBreakpoints(true); in DidVForkDone()