Searched refs:NativeThreadLinux (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 92 NativeThreadLinux::NativeThreadLinux(NativeProcessLinux &process, in NativeThreadLinux() function in NativeThreadLinux 101 std::string NativeThreadLinux::GetName() { in GetName() 211 Status NativeThreadLinux::Resume(uint32_t signo) { in Resume() 367 bool NativeThreadLinux::IsStopped(int *signo) { in IsStopped() 381 void NativeThreadLinux::SetStopped() { in SetStopped() 394 void NativeThreadLinux::SetStoppedByExec() { in SetStoppedByExec() 440 bool NativeThreadLinux::IsStoppedAtBreakpoint() { in IsStoppedAtBreakpoint() 450 void NativeThreadLinux::SetStoppedByTrace() { in SetStoppedByTrace() 490 void NativeThreadLinux::SetExited() { in SetExited() 498 Status NativeThreadLinux::RequestStop() { in RequestStop() [all …]
|
| H A D | NativeProcessLinux.h | 106 NativeThreadLinux *GetThreadByID(lldb::tid_t id); 107 NativeThreadLinux *GetCurrentThread(); 171 void MonitorCallback(NativeThreadLinux &thread, WaitStatus status); 177 void MonitorTrace(NativeThreadLinux &thread); 179 void MonitorBreakpoint(NativeThreadLinux &thread); 181 void MonitorWatchpoint(NativeThreadLinux &thread, uint32_t wp_index); 183 void MonitorSignal(const siginfo_t &info, NativeThreadLinux &thread); 187 void StopTrackingThread(NativeThreadLinux &thread); 198 NativeThreadLinux &AddThread(lldb::tid_t thread_id, bool resume); 241 void ThreadWasCreated(NativeThreadLinux &thread); [all …]
|
| H A D | NativeProcessLinux.cpp | 327 NativeThreadLinux &thread = AddThread(tid, /*resume*/ false); in NativeProcessLinux() 431 void NativeProcessLinux::MonitorCallback(NativeThreadLinux &thread, in MonitorCallback() 835 bool NativeProcessLinux::MonitorClone(NativeThreadLinux &parent, in MonitorClone() 916 static_cast<NativeThreadLinux &>(*thread)); in Resume() 1239 NativeThreadLinux &thread = *GetCurrentThread(); in Syscall() 1711 NativeThreadLinux &thread = in AddThread() 1712 static_cast<NativeThreadLinux &>(*m_threads.back()); in AddThread() 1764 return static_cast<NativeThreadLinux *>( in GetThreadByID() 1768 NativeThreadLinux *NativeProcessLinux::GetCurrentThread() { in GetCurrentThread() 1769 return static_cast<NativeThreadLinux *>( in GetCurrentThread() [all …]
|
| H A D | NativeRegisterContextLinux.h | 20 class NativeThreadLinux; variable 31 NativeThreadLinux &native_thread);
|
| H A D | NativeThreadLinux.h | 29 class NativeThreadLinux : public NativeThreadProtocol { 33 NativeThreadLinux(NativeProcessLinux &process, lldb::tid_t tid);
|
| H A D | CMakeLists.txt | 14 NativeThreadLinux.cpp
|
| H A D | NativeRegisterContextLinux_s390x.cpp | 94 const ArchSpec &target_arch, NativeThreadLinux &native_thread) { in CreateHostNativeRegisterContextLinux()
|
| H A D | NativeRegisterContextLinux_arm.cpp | 50 const ArchSpec &target_arch, NativeThreadLinux &native_thread) { in CreateHostNativeRegisterContextLinux()
|
| H A D | NativeRegisterContextLinux_ppc64le.cpp | 116 const ArchSpec &target_arch, NativeThreadLinux &native_thread) { in CreateHostNativeRegisterContextLinux()
|
| H A D | NativeRegisterContextLinux_arm64.cpp | 55 const ArchSpec &target_arch, NativeThreadLinux &native_thread) { in CreateHostNativeRegisterContextLinux()
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 253 const ArchSpec &target_arch, NativeThreadLinux &native_thread) { in CreateHostNativeRegisterContextLinux()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Linux/ |
| H A D | BUILD.gn | 30 "NativeThreadLinux.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4330 lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
|