Home
last modified time | relevance | path

Searched refs:GetID (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp226 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()
454 signaled_lwp = thread->GetID(); in ComputeSignalInfo()
484 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
498 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()
501 ResumeAction suspend_action{thread.GetID(), eStateSuspended, in Resume()
505 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(), in Resume()
506 thread.GetID()); in Resume()
513 action->state, action->signal, GetID(), threa in Resume()
[all...]
H A DNativeThreadNetBSD.cpp45 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(), in Resume()
46 nullptr, GetID()); in Resume()
49 ret = NativeProcessNetBSD::PtraceWrapper(PT_CLEARSTEP, m_process.GetID(), in Resume()
50 nullptr, GetID()); in Resume()
57 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(), in SingleStep()
58 nullptr, GetID()); in SingleStep()
61 ret = NativeProcessNetBSD::PtraceWrapper(PT_SETSTEP, m_process.GetID(), in SingleStep()
62 nullptr, GetID()); in SingleStep()
69 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_SUSPEND, m_process.GetID(), in Suspend()
70 nullptr, GetID()); in Suspend()
[all …]
H A DNativeRegisterContextNetBSD.cpp25 m_thread.GetID()); in DoRegisterSet()
33 return GetProcess().GetID(); in GetProcessPid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp274 SetCurrentThreadID(m_threads.front()->GetID()); in MonitorSIGTRAP()
281 if (t->GetID() == static_cast<lldb::tid_t>(info.pl_lwpid)) in MonitorSIGTRAP()
322 m_threads_stepping_with_breakpoint.find(thread->GetID()); in MonitorSIGTRAP()
333 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
355 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
361 SetCurrentThreadID(thread->GetID()); in MonitorSIGTRAP()
394 static_cast<lldb::tid_t>(info.pl_lwpid) == thread.GetID()) { in MonitorSignal()
396 SetCurrentThreadID(thread.GetID()); in MonitorSignal()
453 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
464 resume_actions.GetActionForThread(thread.GetID(), true); in Resume()
[all …]
H A DNativeThreadFreeBSD.cpp45 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 DNativeRegisterContextFreeBSD_arm64.cpp94 return NativeProcessFreeBSD::PtraceWrapper(PT_GETREGS, m_thread.GetID(), in ReadRegisterSet()
98 PT_GETFPREGS, m_thread.GetID(), in ReadRegisterSet()
107 return NativeProcessFreeBSD::PtraceWrapper(PT_SETREGS, m_thread.GetID(), in WriteRegisterSet()
111 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 DNativeRegisterContextFreeBSD_arm.cpp65 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 DNativeRegisterContextFreeBSD_mips64.cpp84 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/include/lldb/Utility/
H A DUserID.h47 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 DGDBRemoteCommunicationServerLLGS.cpp293 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 DThreadGDBRemote.cpp43 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/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp84 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach()
89 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach()
101 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in DidAttach()
135 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, in DidAttach()
153 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in DidAttach()
228 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID); in ProbeEntry()
237 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, entry); in ProbeEntry()
268 dyld_instance->m_process ? dyld_instance->m_process->GetID() in EntryBreakpointHit()
284 __FUNCTION__, dyld_instance->m_process->GetID(), break_id); in EntryBreakpointHit()
290 __FUNCTION__, dyld_instance->m_process->GetID(), break_id); in EntryBreakpointHit()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp43 HandleOneThread(thread->GetID(), result); in DoExecute()
59 tids.push_back(thread_sp->GetID()); in DoExecute()
84 tids.push_back(thread->GetID()); in DoExecute()
114 if (!HandleOneThread(thread->GetID(), result)) { in DoExecute()
179 tids.push_back(thread_sp->GetID()); in DoExecute()
183 tids.push_back(thread.GetID()); in DoExecute()
202 tids.push_back(thread->GetID()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp134 &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 DBreakpointLocation.cpp184 return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID()); in InvokeCallback()
186 return m_owner.InvokeCallback(context, GetID()); in InvokeCallback()
468 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite()
469 GetID(), m_bp_site_sp); in ClearBreakpointSite()
471 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
488 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); in GetDescription()
635 GetID(), tid, in Dump()
H A DBreakpointLocationCollection.cpp28 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 DTypeMap.cpp31 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 DBlock.cpp74 s->Printf(", parent = {0x%8.8" PRIx64 "}", parent_block->GetID()); in Dump()
113 if (block_id == GetID()) in FindBlockByID()
166 s->Printf(", Block{0x%8.8" PRIx64 "}", GetID()); in DumpSymbolContext()
372 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange()
373 block_end_addr, parent_block->GetID(), function->GetID(), in AddRange()
381 GetID(), (uint32_t)m_ranges.GetSize(), block_start_addr, in AddRange()
382 block_end_addr, parent_block->GetID(), function->GetID(), in AddRange()
498 return sym_file->GetDeclContextForUID(GetID()); in GetDeclContext()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp231 static_cast<void *>(this), GetID()); in Thread()
239 static_cast<void *>(this), GetID()); in ~Thread()
474 static_cast<void *>(this), GetID(), in SetStopInfo()
740 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop()
748 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop()
760 __FUNCTION__, GetID(), GetProtocolID(), in ShouldStop()
773 __FUNCTION__, static_cast<void *>(this), GetID(), GetProtocolID(), in ShouldStop()
780 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
954 s, GetID(), eDescriptionLevelVerbose, true /* internal */, in ShouldStop()
973 GetID(), eVoteNoOpinion); in ShouldReportStop()
[all …]
H A DThreadList.cpp112 if (m_threads[idx]->GetID() == tid) { in FindThreadByID()
148 if (m_threads[idx]->GetID() == tid) { in RemoveThreadByID()
348 __FUNCTION__, thread_sp->GetID()); in ShouldStop()
395 "the should report stop.", thread_sp->GetID()); in ShouldReportStop()
415 thread_sp->GetID(), vote, result); in ShouldReportStop()
461 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
689 m_selected_tid = m_threads[0]->GetID(); in GetSelectedThread()
714 m_selected_tid = selected_thread_sp->GetID(); in SetSelectedThreadByIndexID()
762 const lldb::tid_t tid = (*rhs_pos)->GetID(); in Update()
767 if (m_threads[idx]->GetID() == tid || in Update()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp110 if (thread->GetID() == tid) in GetThreadByIDUnlocked()
199 GetID(), unwatch_thread_sp->GetID(), remove_error); in SetWatchpoint()
279 GetID(), rollback_thread_sp->GetID(), remove_error); in SetHardwareBreakpoint()
328 GetID()); in SynchronouslyNotifyProcessStateChanged()
333 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
619 GetID(), breakpoint_addr); in FixupBreakpointPCAsNeeded()
628 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(), in FixupBreakpointPCAsNeeded()
629 thread.GetID(), initial_pc_addr, breakpoint_addr); in FixupBreakpointPCAsNeeded()
636 LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(), in FixupBreakpointPCAsNeeded()
637 thread.GetID(), error); in FixupBreakpointPCAsNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.cpp27 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 DTraceIntelPTMultiCpuDecoder.cpp24 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/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp148 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 DDWARFASTParserClang.cpp223 die.GetID(), pcm_type_sp->GetName(), pcm_type_sp->GetByteSize(nullptr), in ParseTypeFromClangModule()
656 DEBUG_PRINTF("0x%8.8" PRIx64 ": %s (\"%s\") type => 0x%8.8lx\n", die.GetID(), in ParseTypeModifier()
816 return dwarf->MakeType(die.GetID(), attrs.name, attrs.byte_size, nullptr, in ParseTypeModifier()
817 attrs.type.Reference().GetID(), encoding_data_type, in ParseTypeModifier()
857 decl_die.GetID(), DW_TAG_value_to_name(tag), tag, unique_typename); in MapDeclDIEToDefDIE()
889 static_cast<void *>(this), decl_die.GetID(), DW_TAG_value_to_name(tag), in ParseEnum()
891 def_die ? llvm::utohexstr(def_die.GetID()) : "not found"); in ParseEnum()
931 dwarf->MakeType(def_die.GetID(), attrs.name, attrs.byte_size, nullptr, in ParseEnum()
932 attrs.type.Reference().GetID(), Type::eEncodingIsUID, in ParseEnum()
1036 m_ast.SetMetadataAsUserID(objc_method_decl, die.GetID()); in ParseObjCMethod()
[all …]

12345678