Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h83 lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target) override;
H A DPlatformDarwin.cpp645 BreakpointSP PlatformDarwin::SetThreadCreationBreakpoint(Target &target) { in SetThreadCreationBreakpoint() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h409 virtual lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target);
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1403 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint() function in Platform
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3722 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()