Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h58 SetThreadCreationBreakpoint(lldb_private::Target &target) override;
DPlatformDarwin.cpp1173 BreakpointSP PlatformDarwin::SetThreadCreationBreakpoint(Target &target) { in SetThreadCreationBreakpoint() function in PlatformDarwin
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h431 virtual lldb::BreakpointSP SetThreadCreationBreakpoint(Target &target);
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1443 Platform::SetThreadCreationBreakpoint(lldb_private::Target &target) { in SetThreadCreationBreakpoint() function in Platform
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3922 platform_sp->SetThreadCreationBreakpoint(GetTarget()); in StartNoticingNewThreads()