Home
last modified time | relevance | path

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

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