| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 275 SetCurrentThreadID(m_threads.front()->GetID()); in MonitorSIGTRAP() 282 if (t->GetID() == static_cast<lldb::tid_t>(info.pl_lwpid)) in MonitorSIGTRAP() 325 m_threads_stepping_with_breakpoint.find(thread->GetID()); in MonitorSIGTRAP() 339 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP() 361 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP() 367 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP() 400 static_cast<lldb::tid_t>(info.pl_lwpid) == thread.GetID()) { in MonitorSignal() 402 SetCurrentThreadID(thread.GetID()); in MonitorSignal() 459 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 470 resume_actions.GetActionForThread(thread.GetID(), true); in Resume() [all …]
|
| H A D | NativeThreadFreeBSD.cpp | 45 Status ret = NativeProcessFreeBSD::PtraceWrapper(PT_RESUME, GetID()); in Resume() 48 ret = NativeProcessFreeBSD::PtraceWrapper(PT_CLEARSTEP, GetID()); in Resume() 60 Status ret = NativeProcessFreeBSD::PtraceWrapper(PT_RESUME, GetID()); in SingleStep() 63 ret = NativeProcessFreeBSD::PtraceWrapper(PT_SETSTEP, GetID()); in SingleStep() 70 Status ret = NativeProcessFreeBSD::PtraceWrapper(PT_SUSPEND, GetID()); in Suspend() 79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo); in SetStoppedBySignal() 187 static_cast<int>(GetProcess().GetID())}; in GetName() 200 GetID(), m_state, strerror(errno)); in GetName() 207 if (procinfo.ki_tid == static_cast<lwpid_t>(GetID())) in GetName() 239 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(), in GetStopReason() [all …]
|
| H A D | NativeRegisterContextFreeBSD_arm64.cpp | 95 return NativeProcessFreeBSD::PtraceWrapper(PT_GETREGS, m_thread.GetID(), in ReadRegisterSet() 99 PT_GETFPREGS, m_thread.GetID(), in ReadRegisterSet() 108 return NativeProcessFreeBSD::PtraceWrapper(PT_SETREGS, m_thread.GetID(), in WriteRegisterSet() 112 PT_SETFPREGS, m_thread.GetID(), in WriteRegisterSet() 257 m_thread.GetID(), &m_dbreg); in ReadHardwareDebugInfo() 292 return NativeProcessFreeBSD::PtraceWrapper(PT_SETDBREGS, m_thread.GetID(), in WriteHardwareDebugRegs()
|
| H A D | NativeRegisterContextFreeBSD_arm.cpp | 65 return NativeProcessFreeBSD::PtraceWrapper(PT_GETREGS, m_thread.GetID(), in ReadRegisterSet() 69 PT_GETVFPREGS, m_thread.GetID(), in ReadRegisterSet() 78 return NativeProcessFreeBSD::PtraceWrapper(PT_SETREGS, m_thread.GetID(), in WriteRegisterSet() 82 PT_SETVFPREGS, m_thread.GetID(), in WriteRegisterSet()
|
| H A D | NativeRegisterContextFreeBSD_mips64.cpp | 84 return NativeProcessFreeBSD::PtraceWrapper(PT_GETREGS, m_thread.GetID(), in ReadRegisterSet() 88 PT_GETFPREGS, m_thread.GetID(), in ReadRegisterSet() 97 return NativeProcessFreeBSD::PtraceWrapper(PT_SETREGS, m_thread.GetID(), in WriteRegisterSet() 101 PT_SETFPREGS, m_thread.GetID(), in WriteRegisterSet()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 226 if (t->GetID() == static_cast<lldb::tid_t>(info.psi_lwpid)) { in MonitorSIGTRAP() 374 static_cast<lldb::tid_t>(info.psi_lwpid) == thread.GetID()) in MonitorSignal() 444 resume_actions.GetActionForThread(thread->GetID(), true); in ComputeSignalInfo() 455 signaled_lwp = thread->GetID(); in ComputeSignalInfo() 486 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 500 resume_actions.GetActionForThread(thread.GetID(), true); in Resume() 503 ResumeAction suspend_action{thread.GetID(), eStateSuspended, in Resume() 507 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume() 508 thread.GetID()); in Resume() 515 action->state, action->signal, GetID(), thread.GetID()); in Resume() [all …]
|
| H A D | NativeThreadNetBSD.cpp | 44 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(), in Resume() 45 nullptr, GetID()); in Resume() 48 ret = NativeProcessNetBSD::PtraceWrapper(PT_CLEARSTEP, m_process.GetID(), in Resume() 49 nullptr, GetID()); in Resume() 56 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(), in SingleStep() 57 nullptr, GetID()); in SingleStep() 60 ret = NativeProcessNetBSD::PtraceWrapper(PT_SETSTEP, m_process.GetID(), in SingleStep() 61 nullptr, GetID()); in SingleStep() 68 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_SUSPEND, m_process.GetID(), in Suspend() 69 nullptr, GetID()); in Suspend() [all …]
|
| H A D | NativeRegisterContextNetBSD.cpp | 25 m_thread.GetID()); in DoRegisterSet() 33 return GetProcess().GetID(); in GetProcessPid()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | UserID.h | 47 lldb::user_id_t GetID() const { return m_uid; } in GetID() function 68 bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); } in operator() 81 return lhs.GetID() == rhs.GetID(); 85 return lhs.GetID() != rhs.GetID();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 293 m_current_process->GetID(), in LaunchProcess() 311 m_current_process->GetID()); in LaunchProcess() 333 m_current_process->GetID()); in LaunchProcess() 338 m_current_process->GetID()); in LaunchProcess() 354 pid, m_current_process->GetID()); in AttachToProcess() 366 m_current_process->GetID(), in AttachToProcess() 468 __FUNCTION__, process->GetID(), in InitializeDelegate() 483 process->GetID()); in SendWResponse() 491 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(), in SendWResponse() 495 if (bool(m_debugged_processes.at(process->GetID()).flags & in SendWResponse() [all …]
|
| H A D | ThreadGDBRemote.cpp | 43 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(), in ThreadGDBRemote() 44 GetID()); in ThreadGDBRemote() 59 process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID, GetID()); in ~ThreadGDBRemote() 313 gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 45 HandleOneThread(thread->GetID(), result); in DoExecute() 61 tids.push_back(thread_sp->GetID()); in DoExecute() 86 tids.push_back(thread->GetID()); in DoExecute() 116 if (!HandleOneThread(thread->GetID(), result)) { in DoExecute() 181 tids.push_back(thread_sp->GetID()); in DoExecute() 185 tids.push_back(thread.GetID()); in DoExecute() 204 tids.push_back(thread->GetID()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 87 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach() 92 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach() 104 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in DidAttach() 123 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in DidAttach() 141 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach() 237 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in ProbeEntry() 246 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, entry); in ProbeEntry() 277 dyld_instance->m_process ? dyld_instance->m_process->GetID() in EntryBreakpointHit() 293 __FUNCTION__, dyld_instance->m_process->GetID(), break_id); in EntryBreakpointHit() 299 __FUNCTION__, dyld_instance->m_process->GetID(), break_id); in EntryBreakpointHit() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 134 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges() 206 break_id_t cur_bp_id = breakpoint->GetID(); in FindAndReplaceIDRanges() 217 if ((bp_loc->GetID() >= start_loc_id) && in FindAndReplaceIDRanges() 218 (bp_loc->GetID() <= end_loc_id)) { in FindAndReplaceIDRanges() 221 bp_loc->GetID()); in FindAndReplaceIDRanges() 229 if (bp_loc->GetID() <= end_loc_id) { in FindAndReplaceIDRanges() 232 bp_loc->GetID()); in FindAndReplaceIDRanges() 266 &canonical_id_str, bkpt_sp->GetID(), LLDB_INVALID_BREAK_ID); in FindAndReplaceIDRanges()
|
| H A D | BreakpointLocation.cpp | 176 return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback() 177 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback() 464 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite() 465 GetID(), m_bp_site_sp); in ClearBreakpointSite() 467 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite() 482 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); in GetDescription() 644 GetID(), tid, in Dump()
|
| H A D | BreakpointLocationCollection.cpp | 28 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add() 51 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()() 52 m_break_loc_id == bp_loc->GetID(); in operator ()()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeMap.cpp | 31 m_types.insert(std::make_pair(type_sp->GetID(), type_sp)); in Insert() 36 user_id_t type_uid = type_sp->GetID(); in InsertUnique() 40 pos != end && pos->second->GetID() == type_uid; ++pos) { in InsertUnique() 118 lldb::user_id_t uid = type_sp->GetID(); in Remove()
|
| H A D | Block.cpp | 75 s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID()); in Dump() 114 if (block_id == GetID()) in FindBlockByID() 166 s->Printf(", Block{0x%8.8" PRIx64 "}", GetID()); in DumpSymbolContext() 351 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange() 352 block_end_addr, parent_block->GetID(), function.GetID(), in AddRange() 360 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange() 361 block_end_addr, parent_block->GetID(), function.GetID(), in AddRange() 475 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 238 static_cast<void *>(this), GetID()); in Thread() 246 static_cast<void *>(this), GetID()); in ~Thread() 481 static_cast<void *>(this), GetID(), in SetStopInfo() 769 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop() 777 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop() 789 __FUNCTION__, GetID(), GetProtocolID(), in ShouldStop() 802 __FUNCTION__, static_cast<void *>(this), GetID(), GetProtocolID(), in ShouldStop() 809 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop() 988 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop() 1007 GetID(), eVoteNoOpinion); in ShouldReportStop() [all …]
|
| H A D | ThreadList.cpp | 112 if (m_threads[idx]->GetID() == tid) { in FindThreadByID() 148 if (m_threads[idx]->GetID() == tid) { in RemoveThreadByID() 334 __FUNCTION__, thread_sp->GetID()); in ShouldStop() 381 "the should report stop.", thread_sp->GetID()); in ShouldReportStop() 401 thread_sp->GetID(), vote, result); in ShouldReportStop() 447 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun() 693 m_selected_tid = m_threads[0]->GetID(); in GetSelectedThread() 718 m_selected_tid = selected_thread_sp->GetID(); in SetSelectedThreadByIndexID() 766 const lldb::tid_t tid = (*rhs_pos)->GetID(); in Update() 771 if (m_threads[idx]->GetID() == tid || in Update() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | ThreadDecoder.cpp | 27 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) -> llvm::Error { in FindLowestTSC() 52 return m_trace.GetThreadTimer(m_thread_sp->GetID()) in DoDecode() 58 m_thread_sp->GetID(), [&](llvm::ArrayRef<uint8_t> data) { in DoDecode()
|
| H A D | TraceIntelPTMultiCpuDecoder.cpp | 24 m_tids.insert(thread_sp->GetID()); in TraceIntelPTMultiCpuDecoder() 65 return trace_sp->GetThreadTimer(thread.GetID()) in Decode() 67 auto it = m_decoded_threads.find(thread.GetID()); in Decode() 78 m_continuous_executions_per_thread->find(thread.GetID()); in Decode() 88 m_decoded_threads.try_emplace(thread.GetID(), decoded_thread_sp); in Decode()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 110 if (thread->GetID() == tid) in GetThreadByIDUnlocked() 199 GetID(), unwatch_thread_sp->GetID(), remove_error); in SetWatchpoint() 280 GetID(), rollback_thread_sp->GetID(), remove_error); in SetHardwareBreakpoint() 329 GetID()); in SynchronouslyNotifyProcessStateChanged() 334 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec() 622 GetID(), breakpoint_addr); in FixupBreakpointPCAsNeeded() 631 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded() 632 thread.GetID(), initial_pc_addr, breakpoint_addr); in FixupBreakpointPCAsNeeded() 639 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded() 640 thread.GetID(), error); in FixupBreakpointPCAsNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 148 m_process->GetID()); in GetDynamicRegisterInfo() 175 m_process->GetID()); in UpdateThreadList() 307 thread->GetID(), thread->GetProtocolID(), reg_data_addr); in CreateRegisterContextForThread() 317 thread->GetID(), thread->GetProtocolID()); in CreateRegisterContextForThread() 321 thread->GetID()); in CreateRegisterContextForThread() 341 thread->GetID()); in CreateRegisterContextForThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 316 die.GetID(), pcm_type_sp->GetName(), in ParseTypeFromClangModule() 750 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\") type => 0x%8.8lx\n", die.GetID(), in ParseTypeModifier() 910 return dwarf->MakeType(die.GetID(), attrs.name, attrs.byte_size, nullptr, in ParseTypeModifier() 911 attrs.type.Reference().GetID(), encoding_data_type, in ParseTypeModifier() 953 decl_die.GetID(), DW_TAG_value_to_name(tag), tag, unique_typename); in MapDeclDIEToDefDIE() 985 static_cast<void *>(this), decl_die.GetID(), DW_TAG_value_to_name(tag), in ParseEnum() 987 def_die ? llvm::utohexstr(def_die.GetID()) : "not found"); in ParseEnum() 1028 dwarf->MakeType(def_die.GetID(), attrs.name, attrs.byte_size, nullptr, in ParseEnum() 1029 attrs.type.Reference().GetID(), Type::eEncodingIsUID, in ParseEnum() 1124 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseObjCMethod() [all …]
|