Searched refs:GetID (Results 1 - 25 of 155) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserID.h47 lldb::user_id_t GetID() const { return m_uid; } function in struct:lldb_private::UserID
68 bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); }
81 return lhs.GetID() == rhs.GetID();
85 return lhs.GetID() != rhs.GetID();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppoint.cpp22 break_id_t Stoppoint::GetID() const { return m_bid; } function in class:Stoppoint
H A DBreakpointIDList.cpp182 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID());
259 break_id_t cur_bp_id = breakpoint->GetID();
270 if ((bp_loc->GetID() >= start_loc_id) &&
271 (bp_loc->GetID() <= end_loc_id)) {
274 bp_loc->GetID());
282 if (bp_loc->GetID() <= end_loc_id) {
285 bp_loc->GetID());
319 &canonical_id_str, bkpt_sp->GetID(), LLDB_INVALID_BREAK_ID);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DUserID.cpp18 strm.Printf("{0x%8.8" PRIx64 "}", uid.GetID());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD.cpp31 m_thread.GetID());
39 return GetProcess().GetID();
H A DNativeThreadNetBSD.cpp45 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(),
46 nullptr, GetID());
49 ret = NativeProcessNetBSD::PtraceWrapper(PT_CLEARSTEP, m_process.GetID(),
50 nullptr, GetID());
57 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_RESUME, m_process.GetID(),
58 nullptr, GetID());
61 ret = NativeProcessNetBSD::PtraceWrapper(PT_SETSTEP, m_process.GetID(),
62 nullptr, GetID());
69 Status ret = NativeProcessNetBSD::PtraceWrapper(PT_SUSPEND, m_process.GetID(),
70 nullptr, GetID());
[all...]
H A DNativeProcessNetBSD.cpp227 if (t->GetID() == static_cast<lldb::tid_t>(info.psi_lwpid)) {
339 static_cast<lldb::tid_t>(info.psi_lwpid) == thread.GetID())
386 resume_actions.GetActionForThread(thread->GetID(), true);
396 signaled_lwp = thread->GetID();
426 LLDB_LOG(log, "pid {0}", GetID());
440 resume_actions.GetActionForThread(thread.GetID(), true);
443 ResumeAction suspend_action{thread.GetID(), eStateSuspended,
447 LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(),
448 thread.GetID());
455 action->state, action->signal, GetID(), threa
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h31 lldb::break_id_t GetID() const;
H A DStoppointLocation.h53 lldb::break_id_t GetID() const { return m_loc_id; } function in class:lldb_private::StoppointLocation
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp91 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
96 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
111 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID,
145 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID,
163 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
234 __FUNCTION__, m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID);
243 m_process ? m_process->GetID() : LLDB_INVALID_PROCESS_ID, entry);
274 dyld_instance->m_process ? dyld_instance->m_process->GetID()
290 __FUNCTION__, dyld_instance->m_process->GetID(), break_id);
296 __FUNCTION__, dyld_instance->m_process->GetID(), break_i
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp252 m_debugged_process_up->GetID());
274 m_debugged_process_up->GetID());
279 m_debugged_process_up->GetID());
292 m_debugged_process_up->GetID() != LLDB_INVALID_PROCESS_ID)
296 pid, m_debugged_process_up->GetID());
337 __FUNCTION__, process->GetID(),
352 process->GetID());
360 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(),
601 lldb::tid_t tid = thread->GetID();
616 __FUNCTION__, process.GetID(), ti
[all...]
H A DThreadGDBRemote.cpp43 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(),
44 GetID());
51 process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID, GetID());
305 gdb_process->GetGDBRemote().GetpPacketSupported(GetID());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h35 lldb::tid_t GetID() const { return m_tid; } function in class:lldb_private::NativeThreadProtocol
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpoint.i43 GetID ();
H A DSBBreakpointLocation.i32 GetID ();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackID.cpp26 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
28 s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());
H A DThread.cpp240 static_cast<void *>(this), GetID());
248 static_cast<void *>(this), GetID());
457 static_cast<void *>(this), GetID(),
749 __FUNCTION__, GetID(), GetProtocolID());
757 __FUNCTION__, GetID(), GetProtocolID());
769 __FUNCTION__, GetID(), GetProtocolID(),
779 __FUNCTION__, static_cast<void *>(this), GetID(), GetProtocolID(),
786 s, GetID(), eDescriptionLevelVerbose, true /* internal */,
952 s, GetID(), eDescriptionLevelVerbose, true /* internal */,
971 GetID(), eVoteNoOpinio
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp36 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize());
41 return monitor.ReadFPR(m_thread.GetID(), &m_fpr, sizeof(m_fpr));
46 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm, GetGPRSize());
51 return monitor.WriteFPR(m_thread.GetID(), &m_fpr, sizeof(m_fpr));
57 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg),
104 m_thread.GetID(), GetRegisterOffset(reg_to_write),
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize());
42 return monitor.ReadFPR(m_thread.GetID(), &m_fpr, sizeof m_fpr);
47 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_arm64, GetGPRSize());
52 return monitor.WriteFPR(m_thread.GetID(), &m_fpr, sizeof m_fpr);
58 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg),
106 m_thread.GetID(), GetRegisterOffset(reg_to_write),
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp37 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize());
42 return monitor.ReadFPR(m_thread.GetID(), &m_fpr_powerpc,
53 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_powerpc, GetGPRSize());
58 return monitor.WriteFPR(m_thread.GetID(), &m_fpr_powerpc,
70 return monitor.ReadRegisterValue(m_thread.GetID(), GetRegisterOffset(reg),
122 m_thread.GetID(), offset, GetRegisterName(reg_to_write), value_to_write);
H A DFreeBSDThread.cpp115 int pid = GetProcess()->GetID();
142 if (kp[i].ki_tid == (lwpid_t)GetID()) {
263 if (monitor.ReadThreadPointer(GetID(), addr))
280 LLDB_LOGF(log, "tid %" PRIu64 " resume_state = %s", GetID(),
290 process->m_suspend_tids.push_back(GetID());
293 process->m_run_tids.push_back(GetID());
298 process->m_step_tids.push_back(GetID());
324 status = monitor.Resume(GetID(), GetResumeSignal());
329 status = monitor.SingleStep(GetID(), GetResumeSignal());
343 __FUNCTION__, message.PrintKind(), GetID());
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp97 if (thread->GetID() == tid)
186 GetID(), unwatch_thread_sp->GetID(), remove_error);
266 GetID(), rollback_thread_sp->GetID(), remove_error);
337 __FUNCTION__, lldb_private::StateAsCString(state), GetID());
342 __FUNCTION__, lldb_private::StateAsCString(state), GetID());
609 GetID(), breakpoint_addr);
618 LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(),
619 thread.GetID(), initial_pc_add
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp129 m_process->GetID());
178 m_process->GetID());
326 thread->GetID(), thread->GetProtocolID(), reg_data_addr);
336 thread->GetID(), thread->GetProtocolID());
340 thread->GetID());
360 thread->GetID());
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h28 break_id_t GetID();
H A DSBWatchpoint.h38 watch_id_t GetID();

Completed in 282 milliseconds

1234567