HomeSort by relevance Sort by last modified time
    Searched refs:tid_t (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
RegisterContextKDP_i386.h 33 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
39 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
42 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
48 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextKDP_x86_64.h 34 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
40 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
43 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
49 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextKDP_arm.h 35 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
38 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
41 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
44 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg);
47 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
53 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
56 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
RegisterContextKDP_i386.cpp 34 RegisterContextKDP_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
50 RegisterContextKDP_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
66 RegisterContextKDP_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
82 RegisterContextKDP_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
114 RegisterContextKDP_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
RegisterContextKDP_x86_64.cpp 34 RegisterContextKDP_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
50 RegisterContextKDP_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
66 RegisterContextKDP_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
82 RegisterContextKDP_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
114 RegisterContextKDP_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
RegisterContextKDP_arm.cpp 34 RegisterContextKDP_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
50 RegisterContextKDP_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
66 RegisterContextKDP_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
82 RegisterContextKDP_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg)
98 RegisterContextKDP_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
130 RegisterContextKDP_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
146 RegisterContextKDP_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg)
ThreadKDP.h 24 lldb::tid_t tid);
48 ThreadIDIsValid (lldb::tid_t thread);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.h 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextMach_x86_64.h 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextMach_arm.h 32 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
41 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg);
44 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
53 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
RegisterContextMach_arm.cpp 36 RegisterContextMach_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg)
64 RegisterContextMach_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
76 RegisterContextMach_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
82 RegisterContextMach_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg)
RegisterContextMach_i386.cpp 34 RegisterContextMach_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
55 RegisterContextMach_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
RegisterContextMach_x86_64.cpp 34 RegisterContextMach_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr)
41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu)
48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
55 RegisterContextMach_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr)
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu)
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 21 typedef unsigned int tid_t; typedef
44 tid_t j_tail_sequence;
45 tid_t j_transaction_sequence;
48 tid_t j_failed_commit;
  /external/lldb/source/Plugins/Process/Linux/
LinuxThread.h 27 LinuxThread(lldb_private::Process &process, lldb::tid_t tid);
ProcessMonitor.h 113 ReadRegisterValue(lldb::tid_t tid, unsigned offset, const char *reg_name,
121 WriteRegisterValue(lldb::tid_t tid, unsigned offset, const char *reg_name,
126 ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size);
130 ReadFPR(lldb::tid_t tid, void *buf, size_t buf_size);
135 ReadRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset);
139 WriteGPR(lldb::tid_t tid, void *buf, size_t buf_size);
143 WriteFPR(lldb::tid_t tid, void *buf, size_t buf_size);
148 WriteRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset);
153 GetSignalInfo(lldb::tid_t tid, void *siginfo, int &ptrace_err);
159 GetEventMessage(lldb::tid_t tid, unsigned long *message)
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.h 80 lldb::tid_t GetTID() const { return m_tid; }
83 static ProcessMessage Limbo(lldb::tid_t tid, int status) {
88 static ProcessMessage Signal(lldb::tid_t tid, int signum) {
94 static ProcessMessage SignalDelivered(lldb::tid_t tid, int signum) {
99 static ProcessMessage Trace(lldb::tid_t tid) {
104 static ProcessMessage Break(lldb::tid_t tid) {
108 static ProcessMessage Watch(lldb::tid_t tid, lldb::addr_t wp_addr) {
121 static ProcessMessage NewThread(lldb::tid_t parent_tid, lldb::tid_t child_tid) {
126 static ProcessMessage Exit(lldb::tid_t tid, int status)
    [all...]
  /external/lldb/include/lldb/Core/
StreamCallback.h 37 typedef std::map<lldb::tid_t, StreamString> collection;
43 StreamString &FindStreamForThread(lldb::tid_t cur_tid);
  /external/lldb/include/lldb/Target/
ThreadList.h 53 SetSelectedThreadByID (lldb::tid_t tid, bool notify = false);
74 FindThreadByID (lldb::tid_t tid, bool can_update = true);
77 FindThreadByProtocolID (lldb::tid_t tid, bool can_update = true);
80 RemoveThreadByID (lldb::tid_t tid, bool can_update = true);
83 RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update = true);
146 NotifySelectedThreadChanged (lldb::tid_t tid);
155 lldb::tid_t m_selected_tid; ///< For targets that need the notion of a current thread.
ThreadSpec.h 49 SetTID (lldb::tid_t tid)
72 lldb::tid_t
85 TIDMatches (lldb::tid_t thread_id) const
148 lldb::tid_t m_tid;
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 110 ReadRegisterValue(lldb::tid_t tid, unsigned offset, const char *reg_name,
120 WriteRegisterValue(lldb::tid_t tid, unsigned offset, const char *reg_name,
127 ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size);
133 ReadFPR(lldb::tid_t tid, void *buf, size_t buf_size);
141 ReadRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset);
147 WriteGPR(lldb::tid_t tid, void *buf, size_t buf_size);
153 WriteFPR(lldb::tid_t tid, void *buf, size_t buf_size);
161 WriteRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset);
166 GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &error_no);
172 GetEventMessage(lldb::tid_t tid, unsigned long *message)
    [all...]
  /external/lldb/scripts/Python/interface/
SBBreakpointLocation.i 74 SetThreadID (lldb::tid_t sb_thread_id);
76 lldb::tid_t
  /external/lldb/source/Core/
StreamCallback.cpp 36 StreamCallback::FindStreamForThread(lldb::tid_t cur_tid)
43 ret = m_accumulated_data.insert(std::pair<lldb::tid_t,StreamString>(cur_tid, StreamString()));
52 lldb::tid_t cur_tid = Host::GetCurrentThreadID();
61 lldb::tid_t cur_tid = Host::GetCurrentThreadID();
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 62 SetThreadID (lldb::tid_t sb_thread_id);
64 lldb::tid_t
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.h 23 lldb::tid_t tid);
41 ThreadIDIsValid (lldb::tid_t thread);

Completed in 304 milliseconds

1 2 3 4