| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 323 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 331 thread->GetID()); in Resume() 368 thread->GetID()); in Resume() 377 if (kill(GetID(), SIGSTOP) != 0) in Halt() 390 if (GetID() == LLDB_INVALID_PROCESS_ID) in Detach() 393 return PtraceWrapper(PT_DETACH, GetID()); in Detach() 399 if (kill(GetID(), signo)) in Signal() 407 LLDB_LOG(log, "pid {0}", GetID()); in Kill() 433 if (kill(GetID(), SIGKILL) != 0) { in Kill() 509 vm = kinfo_getvmmap(GetID(), &count); in PopulateMemoryRegionCache() [all …]
|
| H A D | NativeRegisterContextNetBSD.cpp | 78 m_thread.GetID()); in DoReadGPR() 83 m_thread.GetID()); in DoWriteGPR() 88 m_thread.GetID()); in DoReadFPR() 93 m_thread.GetID()); in DoWriteFPR() 98 m_thread.GetID()); in DoReadDBR() 103 m_thread.GetID()); in DoWriteDBR() 111 return GetProcess().GetID(); in GetProcessPid()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlan.cpp | 121 m_thread.GetID(), static_cast<uint64_t>(pc), in WillResume() 183 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ValidatePlan() 189 LLVM_PRETTY_FUNCTION, m_thread.GetID(), in ValidatePlan() 200 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ShouldStop() 206 LLVM_PRETTY_FUNCTION, m_thread.GetID(), in ShouldStop() 217 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in WillStop() 223 LLVM_PRETTY_FUNCTION, m_thread.GetID(), in WillStop() 234 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in DoPlanExplainsStop() 240 LLVM_PRETTY_FUNCTION, m_thread.GetID(), in DoPlanExplainsStop() 259 LLVM_PRETTY_FUNCTION, m_thread.GetID(), in MischiefManaged() [all …]
|
| H A D | ThreadPlanBase.cpp | 102 m_thread.GetID()); in ShouldStop() 132 m_thread.GetID(), stop_info_sp->GetDescription()); in ShouldStop() 144 m_thread.GetID()); in ShouldStop() 155 m_thread.GetID(), stop_info_sp->GetDescription()); in ShouldStop()
|
| H A D | Thread.cpp | 264 static_cast<void *>(this), GetID()); in Thread() 275 static_cast<void *>(this), GetID()); in ~Thread() 498 static_cast<void *>(this), GetID(), in SetStopInfo() 952 GetID(), eVoteNoOpinion); in ShouldReportStop() 962 GetID(), eVoteNoOpinion); in ShouldReportStop() 970 GetID(), eVoteNoOpinion); in ShouldReportStop() 979 GetID()); in ShouldReportStop() 997 GetID(), thread_vote); in ShouldReportStop() 1293 GetID(), force); in DiscardThreadPlans() 1646 frame_idx, GetID()); in ReturnFromFrameWithIndex() [all …]
|
| H A D | ThreadList.cpp | 111 if (m_threads[idx]->GetID() == tid) { in FindThreadByID() 147 if (m_threads[idx]->GetID() == tid) { in RemoveThreadByID() 389 thread_sp->GetID(), vote, result); in ShouldReportStop() 435 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun() 654 m_selected_tid = m_threads[0]->GetID(); in GetSelectedThread() 679 m_selected_tid = selected_thread_sp->GetID(); in SetSelectedThreadByIndexID() 718 const lldb::tid_t tid = (*rhs_pos)->GetID(); in Update() 723 if (m_threads[idx]->GetID() == tid || in Update() 724 (backing_thread && backing_thread->GetID() == tid)) { in Update() 750 m_tid = thread_sp->GetID(); in ExpressionExecutionThreadPusher()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | UserID.h | 60 lldb::user_id_t GetID() const { return m_uid; } in GetID() function 89 bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); } in operator() 106 return lhs.GetID() == rhs.GetID(); 110 return lhs.GetID() != rhs.GetID();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 249 m_debugged_process_up->GetID()); in LaunchProcess() 271 m_debugged_process_up->GetID()); in LaunchProcess() 276 m_debugged_process_up->GetID()); in LaunchProcess() 334 __FUNCTION__, process->GetID(), in InitializeDelegate() 349 process->GetID()); in SendWResponse() 506 lldb::tid_t tid = thread->GetID(); 580 m_debugged_process_up->GetID(), tid); 670 m_debugged_process_up->GetID()); 1291 response.Printf("QC%" PRIx64, thread->GetID()); 1881 thread->GetID()); [all …]
|
| H A D | ThreadGDBRemote.cpp | 44 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(), in ThreadGDBRemote() 45 GetID()); in ThreadGDBRemote() 52 process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID, GetID()); in ~ThreadGDBRemote() 310 !gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 92 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach() 112 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in DidAttach() 234 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in ProbeEntry() 319 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in SetRendezvousBreakpoint() 329 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in SetRendezvousBreakpoint() 366 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in SetRendezvousBreakpoint() 368 target.RemoveBreakpointByID(dyld_break->GetID()); in SetRendezvousBreakpoint() 377 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in SetRendezvousBreakpoint() 381 m_dyld_bid = dyld_break->GetID(); in SetRendezvousBreakpoint() 725 __FUNCTION__, m_process->GetID()); in ResolveExecutableModule() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.cpp | 118 int pid = GetProcess()->GetID(); in GetName() 145 if (kp[i].ki_tid == (lwpid_t)GetID()) { in GetName() 267 if (monitor.ReadThreadPointer(GetID(), addr)) in GetThreadPointer() 302 process->m_suspend_tids.push_back(GetID()); in WillResume() 305 process->m_run_tids.push_back(GetID()); in WillResume() 310 process->m_step_tids.push_back(GetID()); in WillResume() 337 status = monitor.Resume(GetID(), GetResumeSignal()); in Resume() 342 status = monitor.SingleStep(GetID(), GetResumeSignal()); in Resume() 357 __FUNCTION__, message.PrintKind(), GetID()); in Notify() 472 lldb::break_id_t bp_id = bp_site->GetID(); in BreakNotify() [all …]
|
| H A D | RegisterContextPOSIXProcessMonitor_arm.cpp | 37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in ReadGPR() 42 return monitor.ReadFPR(m_thread.GetID(), &m_fpr, sizeof(m_fpr)); in ReadFPR() 47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize()); in WriteGPR() 52 return monitor.WriteFPR(m_thread.GetID(), &m_fpr, sizeof(m_fpr)); in WriteFPR() 58 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg), in ReadRegister() 105 m_thread.GetID(), GetRegisterOffset(reg_to_write), in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_arm64.cpp | 38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in ReadGPR() 43 return monitor.ReadFPR(m_thread.GetID(), &m_fpr, sizeof m_fpr); in ReadFPR() 48 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize()); in WriteGPR() 53 return monitor.WriteFPR(m_thread.GetID(), &m_fpr, sizeof m_fpr); in WriteFPR() 59 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg), in ReadRegister() 107 m_thread.GetID(), GetRegisterOffset(reg_to_write), in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_powerpc.cpp | 38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in ReadGPR() 43 return monitor.ReadFPR(m_thread.GetID(), &m_fpr_powerpc, in ReadFPR() 54 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize()); in WriteGPR() 59 return monitor.WriteFPR(m_thread.GetID(), &m_fpr_powerpc, in WriteFPR() 71 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg), in ReadRegister() 123 m_thread.GetID(), offset, GetRegisterName(reg_to_write), value_to_write); in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_x86.cpp | 74 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize()); in ReadGPR() 80 return monitor.ReadFPR(m_thread.GetID(), &m_fpr.fxsave, in ReadFPR() 84 return monitor.ReadRegisterSet(m_thread.GetID(), &m_iovec, in ReadFPR() 91 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize()); in WriteGPR() 97 return monitor.WriteFPR(m_thread.GetID(), &m_fpr.fxsave, in WriteFPR() 101 return monitor.WriteRegisterSet(m_thread.GetID(), &m_iovec, in WriteFPR() 113 m_thread.GetID(), GetRegisterOffset(reg), GetRegisterName(reg), in ReadRegister() 116 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg), in ReadRegister() 165 m_thread.GetID(), GetRegisterOffset(reg_to_write), in WriteRegister() 169 m_thread.GetID(), GetRegisterOffset(reg_to_write), in WriteRegister()
|
| H A D | ProcessFreeBSD.cpp | 119 error = m_monitor->Detach(GetID()); in DoDetach() 164 m_monitor->SingleStep(GetID(), m_resume_signo); in DoResume() 166 m_monitor->Resume(GetID(), m_resume_signo); in DoResume() 176 GetID()); in UpdateThreadList() 300 LLDB_LOGV(log, "pid = {0}", GetID()); in DoAttachToProcessWithID() 462 } else if (kill(GetID(), SIGSTOP)) { in DoHalt() 474 if (kill(GetID(), signal)) in DoSignal() 486 if (GetID() == LLDB_INVALID_PROCESS_ID) { in DoDestroy() 508 platform_sp->GetProcessInfo(GetID(), process_info); in DoDidExec() 703 user_id_t watchID = wp->GetID(); in EnableWatchpoint() [all …]
|
| H A D | RegisterContextPOSIXProcessMonitor_mips64.cpp | 38 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in ReadGPR() 48 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize()); in WriteGPR() 59 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg), in ReadRegister() 106 m_thread.GetID(), GetRegisterOffset(reg_to_write), in WriteRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 185 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges() 262 break_id_t cur_bp_id = breakpoint->GetID(); in FindAndReplaceIDRanges() 273 if ((bp_loc->GetID() >= start_loc_id) && in FindAndReplaceIDRanges() 274 (bp_loc->GetID() <= end_loc_id)) { in FindAndReplaceIDRanges() 277 bp_loc->GetID()); in FindAndReplaceIDRanges() 285 if (bp_loc->GetID() <= end_loc_id) { in FindAndReplaceIDRanges() 288 bp_loc->GetID()); in FindAndReplaceIDRanges() 322 &canonical_id_str, bkpt_sp->GetID(), LLDB_INVALID_BREAK_ID); in FindAndReplaceIDRanges()
|
| H A D | BreakpointLocation.cpp | 195 return m_options_ap->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback() 197 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback() 480 process_sp->RemoveOwnerFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite() 481 GetID(), m_bp_site_sp); in ClearBreakpointSite() 483 m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite() 500 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); in GetDescription() 634 GetID(), tid, in Dump()
|
| H A D | BreakpointLocationCollection.cpp | 34 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add() 57 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()() 58 m_break_loc_id == bp_loc->GetID(); in operator ()()
|
| H A D | BreakpointList.cpp | 41 return bp_sp->GetID(); in Add() 49 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in Remove() 113 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDIterator() 120 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDConstIterator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 98 if (thread->GetID() == tid) in GetThreadByIDUnlocked() 187 GetID(), unwatch_thread_sp->GetID(), remove_error); in SetWatchpoint() 267 GetID(), rollback_thread_sp->GetID(), remove_error); in SetHardwareBreakpoint() 337 __FUNCTION__, lldb_private::StateAsCString(state), GetID()); in SynchronouslyNotifyProcessStateChanged() 341 __FUNCTION__, lldb_private::StateAsCString(state), GetID()); in SynchronouslyNotifyProcessStateChanged() 607 GetID(), breakpoint_addr); in FixupBreakpointPCAsNeeded() 616 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded() 617 thread.GetID(), initial_pc_addr, breakpoint_addr); in FixupBreakpointPCAsNeeded() 624 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded() 625 thread.GetID(), error); in FixupBreakpointPCAsNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Block.cpp | 73 s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID()); in Dump() 112 if (block_id == GetID()) in FindBlockByID() 155 s->Printf(", Block{0x%8.8" PRIx64 "}", GetID()); in DumpSymbolContext() 329 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange() 330 block_end_addr, parent_block->GetID(), function->GetID(), in AddRange() 337 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange() 338 block_end_addr, parent_block->GetID(), function->GetID(), in AddRange() 456 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 705 type_sp->GetID()); in ParseTypeFromDWARF() 801 metadata.SetUserID(die.GetID()); in ParseTypeFromDWARF() 1057 type_sp->GetID()); in ParseTypeFromDWARF() 1066 DIERef(type_sp->GetID(), dwarf))); in ParseTypeFromDWARF() 1374 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseTypeFromDWARF() 1389 class_type->GetID())); in ParseTypeFromDWARF() 1642 metadata.SetUserID(die.GetID()); in ParseTypeFromDWARF() 1815 die.GetID()); in ParseTypeFromDWARF() 2658 const user_id_t func_user_id = die.GetID(); in ParseFunctionFromDWARF() 3080 parent_die.GetID()); in ParseChildMembers() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 125 m_process->GetID()); in GetDynamicRegisterInfo() 176 m_process->GetID()); in UpdateThreadList() 324 thread->GetID(), thread->GetProtocolID(), reg_data_addr); in CreateRegisterContextForThread() 334 thread->GetID(), thread->GetProtocolID()); in CreateRegisterContextForThread() 338 thread->GetID()); in CreateRegisterContextForThread() 358 thread->GetID()); in CreateRegisterContextForThread()
|