HomeSort by relevance Sort by last modified time
    Searched refs:GetID (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/lldb/include/lldb/Core/
UserID.h 62 GetID () const { return m_uid; }
96 operator () (const UserID& rhs) const { return m_uid == rhs.GetID(); }
115 return lhs.GetID() == rhs.GetID();
120 return lhs.GetID() != rhs.GetID();
  /external/lldb/source/Breakpoint/
Stoppoint.cpp 37 Stoppoint::GetID () const
BreakpointLocationCollection.cpp 43 BreakpointLocationSP old_bp_loc = FindByIDPair (bp_loc->GetBreakpoint().GetID(), bp_loc->GetID());
72 return m_break_id == bp_loc->GetBreakpoint().GetID()
73 && m_break_loc_id == bp_loc->GetID();
BreakpointIDList.cpp 222 BreakpointID::GetCanonicalReference (&canonical_id_str, bp_id, bp_loc->GetID());
298 break_id_t cur_bp_id = breakpoint->GetID();
310 if ((bp_loc->GetID() >= start_loc_id) && (bp_loc->GetID() <= end_loc_id))
313 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
323 if (bp_loc->GetID() <= end_loc_id)
326 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
WatchpointList.cpp 45 return wp_sp->GetID();
115 return m_watch_id == wp->GetID();
154 return wp_sp->GetID();
165 return wp_sp->GetID();
204 IDs.push_back((*pos)->GetID());
BreakpointSite.cpp 73 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id)
86 GetID(),
97 s->Printf ("breakpoint site: %d at 0x%8.8" PRIx64, GetID(), GetLoadAddress());
  /external/lldb/source/Core/
UserID.cpp 21 strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID());
  /external/lldb/include/lldb/Breakpoint/
Stoppoint.h 46 GetID () const;
StoppointLocation.h 111 GetID () const
  /external/lldb/source/Target/
ThreadPlan.cpp 167 m_thread.GetID(),
244 m_thread.GetID(),
251 m_thread.GetID(),
263 m_thread.GetID(),
270 m_thread.GetID(),
282 m_thread.GetID(),
289 m_thread.GetID(),
301 m_thread.GetID(),
308 m_thread.GetID(),
322 m_thread.GetID(),
    [all...]
ThreadPlanBase.cpp 126 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID());
154 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID());
162 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID());
171 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thread.GetID());
StackID.cpp 34 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
36 s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());
ThreadPlanStepRange.cpp 322 log->Printf ("Removing next branch breakpoint: %d.", m_next_branch_bp_sp->GetID());
323 GetTarget().RemoveBreakpointByID (m_next_branch_bp_sp->GetID());
376 bp_site_id = bp_site->GetID();
380 m_next_branch_bp_sp->GetID(),
384 m_next_branch_bp_sp->SetThreadID(m_thread.GetID());
406 else if (!bp_site_sp->IsBreakpointAtThisSite (m_next_branch_bp_sp->GetID()))
  /external/lldb/test/python_api/default-constructor/
sb_watchpoint.py 9 obj.GetID()
sb_breakpoint.py 9 obj.GetID()
  /external/lldb/scripts/Python/interface/
SBBreakpointLocation.i 33 GetID ();
SBWatchpoint.i 38 GetID ();
SBBreakpoint.i 96 GetID () const;
215 __swig_getmethods__["id"] = GetID
216 if _newclass: id = property(GetID, None, doc='''A read only property that returns the ID of this breakpoint.''')
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 32 GetID ();
SBWatchpoint.h 39 GetID ();
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 43 process.GetID(),
44 GetID());
52 process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID,
53 GetID());
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 103 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to running", __FUNCTION__, GetID());
127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str());
219 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state));
252 status = monitor.Resume(GetID(), GetResumeSignal());
257 status = monitor.SingleStep(GetID(), GetResumeSignal());
274 __FUNCTION__, message.PrintKind(), GetID());
406 lldb::break_id_t bp_id = bp_site->GetID();
407 if (GetProcess()->GetThreadList().SetSelectedThreadByID(GetID()))
464 wp_sp->GetID()));
    [all...]
ProcessPOSIX.cpp 124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
309 else if (kill(GetID(), SIGSTOP))
340 error = m_monitor->Detach(thread->GetID());
354 if (kill(GetID(), signal))
401 if (message.GetTID() == GetID())
407 m_monitor->Detach(GetID());
426 if (message.GetTID() == GetID())
670 user_id_t watchID = wp->GetID();
737 user_id_t watchID = wp->GetID();
820 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID());
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring_unittest.cpp 389 EXPECT_EQ(0u, null_string.GetID());
390 EXPECT_EQ(0u, null_string.GetID(1));
391 EXPECT_EQ(0u, null_string.GetID(-1));
392 EXPECT_EQ(0u, null_string.GetID(-1000000));
395 EXPECT_EQ(0u, empty_string.GetID());
396 EXPECT_EQ(0u, empty_string.GetID(1));
397 EXPECT_EQ(0u, empty_string.GetID(-1));
398 EXPECT_EQ(0u, empty_string.GetID(-1000000));
401 EXPECT_EQ(FXBSTR_ID('a', 'b', 0, 0), short_string.GetID());
402 EXPECT_EQ(FXBSTR_ID('b', 0, 0, 0), short_string.GetID(1))
    [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 141 log->Printf ("OperatingSystemPython::GetDynamicRegisterInfo() fetching thread register definitions from python for pid %" PRIu64, m_process->GetID());
186 log->Printf ("OperatingSystemPython::UpdateThreadList() fetching thread data from python for pid %" PRIu64, m_process->GetID());
333 thread->GetID(),
344 thread->GetID(),
347 PythonString reg_context_data(m_interpreter->OSPlugin_RegisterContextData (m_python_object_sp, thread->GetID()));
367 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ") forcing a dummy register context", thread->GetID());

Completed in 198 milliseconds

1 2 3 4 5 6