Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h474 void DidForkSwitchHardwareTraps(bool enable);
HDProcessGDBRemote.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()