Home
last modified time | relevance | path

Searched refs:SetThreadCreationBreakpoint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h430 virtual lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1360 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint() function in Platform
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3814 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()