Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 20 of 20) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_breakpointlocation.py20 obj.GetThreadName()
Dsb_breakpoint.py27 obj.GetThreadName()
/external/lldb/source/API/
DSBBreakpointLocation.cpp218 SBBreakpointLocation::GetThreadName () const in GetThreadName() function in SBBreakpointLocation
223 return m_opaque_sp->GetThreadName(); in GetThreadName()
DSBBreakpoint.cpp431 SBBreakpoint::GetThreadName () const in GetThreadName() function in SBBreakpoint
/external/lldb/scripts/Python/interface/
DSBBreakpointLocation.i89 GetThreadName () const;
DSBBreakpoint.i172 GetThreadName () const;
/external/lldb/include/lldb/API/
DSBBreakpointLocation.h77 GetThreadName () const;
DSBBreakpoint.h110 GetThreadName () const;
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocation.h208 GetThreadName () const;
DBreakpoint.h398 GetThreadName () const;
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py154 self.assertTrue(breakpoint.GetThreadName() is None,
/external/lldb/include/lldb/Host/
DHost.h285 GetThreadName (lldb::pid_t pid, lldb::tid_t tid);
/external/lldb/source/Host/freebsd/
DHost.cpp83 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) in GetThreadName() function in Host
/external/lldb/source/Core/
DLog.cpp115 std::string thread_name (Host::GetThreadName (getpid(), Host::GetCurrentThreadID())); in PrintfWithFlagsVarArg()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str()); in GetName()
/external/lldb/source/Host/linux/
DHost.cpp452 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) in GetThreadName() function in Host
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp170 BreakpointLocation::GetThreadName () const in GetThreadName() function in BreakpointLocation
DBreakpoint.cpp254 Breakpoint::GetThreadName () const in GetThreadName() function in Breakpoint
/external/lldb/source/Host/macosx/
DHost.mm152 Host::GetThreadName (lldb::pid_t pid, lldb::tid_t tid) function
/external/lldb/www/python_reference/
Dapi-objects.txt2461 lldb.SBBreakpoint.GetThreadName lldb.SBBreakpoint-class.html#GetThreadName
2492 lldb.SBBreakpointLocation.GetThreadName lldb.SBBreakpointLocation-class.html#GetThreadName