Searched refs:nub_thread_t (Results 1 - 12 of 12) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h29 bool GetRegisterValue (nub_thread_t tid, uint32_t reg_set_idx, uint32_t reg_idx, DNBRegisterValue *reg_value) const;
30 bool SetRegisterValue (nub_thread_t tid, uint32_t reg_set_idx, uint32_t reg_idx, const DNBRegisterValue *reg_value) const;
31 nub_size_t GetRegisterContext (nub_thread_t tid, void *buf, size_t buf_len);
32 nub_size_t SetRegisterContext (nub_thread_t tid, const void *buf, size_t buf_len);
33 const char * GetThreadInfo (nub_thread_t tid) const;
38 const char * GetName (nub_thread_t tid);
39 nub_state_t GetState (nub_thread_t tid);
40 nub_thread_t SetCurrentThread (nub_thread_t tid);
41 bool GetThreadStoppedReason (nub_thread_t ti
[all...]
H A DMachProcess.h167 GetRegisterSetInfo (nub_thread_t tid, nub_size_t *num_reg_sets) const;
168 bool GetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *reg_value) const;
169 bool SetRegisterValue (nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterValue *value) const;
170 nub_bool_t SyncThreadState (nub_thread_t tid);
171 const char * ThreadGetName (nub_thread_t tid);
172 nub_state_t ThreadGetState (nub_thread_t tid);
174 nub_thread_t GetThreadAtIndex (nub_size_t thread_idx) const;
175 nub_thread_t GetCurrentThread ();
176 nub_thread_t GetCurrentThreadMachPort ();
177 nub_thread_t SetCurrentThrea
[all...]
H A DMachThreadList.cpp34 MachThreadList::GetState(nub_thread_t tid)
43 MachThreadList::GetName (nub_thread_t tid)
51 nub_thread_t
52 MachThreadList::SetCurrentThread(nub_thread_t tid)
65 MachThreadList::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const
74 MachThreadList::GetIdentifierInfo (nub_thread_t tid, thread_identifier_info_data_t *ident_info)
83 MachThreadList::DumpThreadStoppedReason (nub_thread_t tid) const
91 MachThreadList::GetThreadInfo (nub_thread_t tid) const
100 MachThreadList::GetThreadByID (nub_thread_t tid) const
133 nub_thread_t
[all...]
H A DMachProcess.cpp138 MachProcess::ThreadGetName(nub_thread_t tid)
144 MachProcess::ThreadGetState(nub_thread_t tid)
156 nub_thread_t
162 nub_thread_t
169 MachProcess::SyncThreadState (nub_thread_t tid)
184 nub_thread_t
190 nub_thread_t
196 nub_thread_t
197 MachProcess::SetCurrentThread(nub_thread_t tid)
203 MachProcess::GetThreadStoppedReason(nub_thread_t ti
[all...]
H A DMachTask.cpp260 nub_thread_t tid = MachThread::GetGloballyUniqueThreadIDForMachPortID (threads[i]);
/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h42 AppendAction (nub_thread_t tid,
66 GetActionForThread (nub_thread_t tid, bool default_ok) const;
75 SetSignalHandledForThread (nub_thread_t tid) const;
H A DDNB.h78 nub_thread_t DNBProcessGetCurrentThread (nub_process_t pid) DNB_EXPORT;
79 nub_thread_t DNBProcessGetCurrentThreadMachPort (nub_process_t pid) DNB_EXPORT;
80 nub_thread_t DNBProcessSetCurrentThread (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
81 nub_thread_t DNBProcessGetThreadAtIndex (nub_process_t pid, nub_size_t thread_idx) DNB_EXPORT;
82 nub_bool_t DNBProcessSyncThreadState (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
111 const char * DNBThreadGetName (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
112 nub_bool_t DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) DNB_EXPORT;
113 nub_state_t DNBThreadGetState (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
114 nub_bool_t DNBThreadGetRegisterValueByID (nub_process_t pid, nub_thread_t ti
[all...]
H A DDNBThreadResumeActions.cpp50 nub_thread_t tid,
62 DNBThreadResumeActions::GetActionForThread (nub_thread_t tid, bool default_ok) const
105 DNBThreadResumeActions::SetSignalHandledForThread (nub_thread_t tid) const
H A DRNBRemote.h137 nub_thread_t GetContinueThread () const
142 void SetContinueThread (nub_thread_t tid)
147 nub_thread_t GetCurrentThread () const
154 void SetCurrentThread (nub_thread_t tid)
224 rnb_err_t SendStopReplyPacketForThread (nub_thread_t tid);
301 nub_thread_t
307 nub_thread_t m_continue_thread; // thread to continue; 0 for any, -1 for all
308 nub_thread_t m_thread; // thread for other ops; 0 for any, -1 for all
H A DDNB.cpp733 DNBThreadGetName (nub_process_t pid, nub_thread_t tid)
743 DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info)
752 DNBThreadGetState (nub_process_t pid, nub_thread_t tid)
857 //DNBThreadResume (nub_process_t pid, nub_thread_t tid, nub_bool_t step)
869 //DNBThreadResumeWithSignal (nub_process_t pid, nub_thread_t tid, nub_bool_t step, int signal)
1058 DNBPrintf (nub_process_t pid, nub_thread_t tid, nub_addr_t base_addr, FILE *file, const char *format)
1574 nub_thread_t
1586 nub_thread_t
1598 nub_thread_t
1599 DNBProcessSetCurrentThread (nub_process_t pid, nub_thread_t ti
[all...]
H A DDNBDefs.h60 typedef uint64_t nub_thread_t; typedef
65 #define INVALID_NUB_THREAD ((nub_thread_t)0)
224 nub_thread_t tid; // The thread ID that this action applies to, INVALID_NUB_THREAD for the default thread action
H A DRNBRemote.cpp1345 nub_thread_t tid = strtoul (p + 1, NULL, 16);
1417 nub_thread_t tid = strtoul(p, 0, 16);
1445 nub_thread_t th = DNBProcessGetThreadAtIndex (pid, i);
1474 nub_thread_t tid = strtoul (p, NULL, 16);
2180 nub_thread_t tid = strtoul (p, NULL, 16);
2347 nub_thread_t tid,
2389 nub_thread_t tid,
2405 RNBRemote::SendStopReplyPacketForThread (nub_thread_t tid)
2493 nub_thread_t th = DNBProcessGetThreadAtIndex (pid, i);
2565 nub_thread_t ti
[all...]

Completed in 694 milliseconds