Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h83 lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target) override;
H A DPlatformDarwin.cpp646 BreakpointSP PlatformDarwin::SetThreadCreationBreakpoint(Target &target) { in SetThreadCreationBreakpoint() function in PlatformDarwin
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h410 virtual lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1404 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint() function in Platform
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3662 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()