Lines Matching refs:GetID
147 bp_site->GetID(), bp_site->GetLoadAddress()); in EnableBreakpointSite()
158 bp_site->GetID(), bp_site->GetLoadAddress()); in DisableBreakpointSite()
180 GetID(), private_state); in DoDetach()
390 site->GetID()); in RefreshStateAfterStop()
392 site->GetID()); in RefreshStateAfterStop()
419 LLDB_LOG(log, "single stepping thread {0}", stop_thread->GetID()); in RefreshStateAfterStop()
459 site->GetID()); in RefreshStateAfterStop()
465 site->GetID(), stop_thread->GetID()); in RefreshStateAfterStop()
468 *stop_thread, site->GetID()); in RefreshStateAfterStop()
474 site->GetID()); in RefreshStateAfterStop()
533 lldb::tid_t old_thread_id = old_thread->GetID(); in DoUpdateThreadList()
634 LLDB_LOG(log, "Process {0} exited with code {1}", GetID(), exit_code); in OnExitProcess()
644 SetProcessExitStatus(GetID(), true, 0, exit_code); in OnExitProcess()
867 wp->GetID()); in EnableWatchpoint()
882 "Can't enable watchpoint %i on thread 0x%llx", wp->GetID(), in EnableWatchpoint()
883 thread->GetID()); in EnableWatchpoint()
897 m_watchpoints[wp->GetID()] = info; in EnableWatchpoint()
898 m_watchpoint_ids[info.slot_id] = wp->GetID(); in EnableWatchpoint()
913 auto it = m_watchpoints.find(wp->GetID()); in DisableWatchpoint()
916 wp->GetID()); in DisableWatchpoint()
926 "Can't disable watchpoint %i on thread 0x%llx", wp->GetID(), in DisableWatchpoint()
927 thread->GetID()); in DisableWatchpoint()