| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectRegister.h | 73 lldb::RegisterContextSP m_reg_ctx_sp; 77 lldb::RegisterContextSP ®_ctx_sp); 89 lldb::RegisterContextSP ®_ctx_sp, 117 lldb::RegisterContextSP m_reg_ctx_sp; 125 lldb::RegisterContextSP ®_ctx_sp, uint32_t set_idx); 138 lldb::RegisterContextSP ®_ctx_sp, 167 lldb::RegisterContextSP m_reg_ctx_sp; 178 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP ®_ctx_sp, 181 lldb::RegisterContextSP ®_ctx_sp, uint32_t reg_num);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ThreadMinidump.h | 31 lldb::RegisterContextSP GetRegisterContext() override; 33 lldb::RegisterContextSP 37 lldb::RegisterContextSP m_thread_reg_ctx_sp;
|
| H A D | ThreadMinidump.cpp | 44 RegisterContextSP ThreadMinidump::GetRegisterContext() { in GetRegisterContext() 51 RegisterContextSP 53 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 118 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa, 123 const lldb::RegisterContextSP ®_context_sp, lldb::addr_t cfa, 238 lldb::RegisterContextSP GetRegisterContext(); 240 const lldb::RegisterContextSP &GetRegisterContextSP() const { in GetRegisterContextSP() 563 lldb::RegisterContextSP m_reg_context_sp;
|
| H A D | Unwind.h | 58 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame() 76 virtual lldb::RegisterContextSP
|
| H A D | RegisterNumber.h | 55 lldb::RegisterContextSP m_reg_ctx_sp;
|
| H A D | OperatingSystem.h | 65 virtual lldb::RegisterContextSP
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 49 lldb::RegisterContextSP HistoryThread::GetRegisterContext() { in GetRegisterContext() 50 RegisterContextSP rctx; in GetRegisterContext() 58 lldb::RegisterContextSP
|
| H A D | ThreadMemory.cpp | 46 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext() 53 RegisterContextSP 55 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
|
| H A D | HistoryUnwind.cpp | 39 lldb::RegisterContextSP 41 RegisterContextSP rctx; in DoCreateRegisterContextForFrame()
|
| H A D | HistoryThread.h | 45 lldb::RegisterContextSP GetRegisterContext() override; 47 lldb::RegisterContextSP
|
| H A D | ThreadMemory.h | 28 lldb::RegisterContextSP GetRegisterContext() override; 30 lldb::RegisterContextSP
|
| H A D | RegisterContextThreadMemory.h | 59 bool CopyFromRegisterContext(lldb::RegisterContextSP context); 91 lldb::RegisterContextSP m_reg_ctx_sp;
|
| H A D | HistoryUnwind.h | 30 lldb::RegisterContextSP
|
| H A D | UnwindMacOSXFrameBackchain.h | 32 lldb::RegisterContextSP
|
| H A D | UnwindMacOSXFrameBackchain.cpp | 63 lldb::RegisterContextSP 65 lldb::RegisterContextSP reg_ctx_sp; in DoCreateRegisterContextForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectRegister.cpp | 41 ValueObject &parent, RegisterContextSP ®_ctx) in ValueObjectRegisterContext() 108 lldb::RegisterContextSP ®_ctx_sp, in Create() 114 lldb::RegisterContextSP ®_ctx, in ValueObjectRegisterSet() 232 lldb::RegisterContextSP ®_ctx_sp, in ValueObjectRegister() 241 lldb::RegisterContextSP ®_ctx_sp, in Create() 247 lldb::RegisterContextSP ®_ctx, in ValueObjectRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.h | 144 lldb::RegisterContextSP GetRegisterContext() override; 146 lldb::RegisterContextSP 169 lldb::RegisterContextSP m_thread_reg_ctx_sp;
|
| H A D | ThreadElfCore.cpp | 62 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext() 69 RegisterContextSP 71 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.h | 47 lldb::RegisterContextSP GetRegisterContext() override; 49 lldb::RegisterContextSP
|
| H A D | FreeBSDThread.cpp | 160 lldb::RegisterContextSP FreeBSDThread::GetRegisterContext() { in GetRegisterContext() 243 lldb::RegisterContextSP 245 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() 418 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in DisableHardwareWatchpoint() 426 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in NumSupportedHardwareWatchpoints()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.h | 42 void Initialize(lldb::RegisterContextSP ®_ctx); 88 lldb::RegisterContextSP ®_ctx);
|
| H A D | UnwindAssembly-x86.cpp | 61 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in GetNonCallSiteUnwindPlanFromAssembly() 163 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in AugmentUnwindPlanFromCallSite()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 52 lldb::RegisterContextSP GetRegisterContext() override; 54 lldb::RegisterContextSP
|
| H A D | ThreadGDBRemote.cpp | 288 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext() 294 lldb::RegisterContextSP 296 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
|