Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h474 void DidForkSwitchHardwareTraps(bool enable);
H A DProcessGDBRemote.cpp5713 void ProcessGDBRemote::DidForkSwitchHardwareTraps(bool enable) { in DidForkSwitchHardwareTraps() function in ProcessGDBRemote
5773 DidForkSwitchHardwareTraps(false); in DidFork()
5793 DidForkSwitchHardwareTraps(true); in DidFork()
5833 DidForkSwitchHardwareTraps(false); in DidVFork()