Home
last modified time | relevance | path

Searched refs:NativeRegisterContext (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp20 NativeRegisterContext::NativeRegisterContext(NativeThreadProtocol &thread) in NativeRegisterContext() function in NativeRegisterContext
24 NativeRegisterContext::~NativeRegisterContext() = default;
53 NativeRegisterContext::GetRegisterInfoByName(llvm::StringRef reg_name, in GetRegisterInfoByName()
81 const RegisterInfo *NativeRegisterContext::GetRegisterInfo(uint32_t kind, in GetRegisterInfo()
89 const char *NativeRegisterContext::GetRegisterName(uint32_t reg) { in GetRegisterName()
96 const char *NativeRegisterContext::GetRegisterSetNameForRegisterAtIndex( in GetRegisterSetNameForRegisterAtIndex()
123 lldb::addr_t NativeRegisterContext::GetPC(lldb::addr_t fail_value) { in GetPC()
142 NativeRegisterContext::GetPCfromBreakpointLocation(lldb::addr_t fail_value) { in GetPCfromBreakpointLocation()
146 Status NativeRegisterContext::SetPC(lldb::addr_t pc) { in SetPC()
152 lldb::addr_t NativeRegisterContext::GetSP(lldb::addr_t fail_value) { in GetSP()
[all …]
H A DNativeProcessProtocol.cpp143 NativeRegisterContext &reg_ctx = thread->GetRegisterContext(); in GetHardwareDebugSupportInfo()
595 NativeRegisterContext &context = thread.GetRegisterContext(); in FixupBreakpointPCAsNeeded()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h21 class NativeRegisterContext
22 : public std::enable_shared_from_this<NativeRegisterContext> {
25 NativeRegisterContext(NativeThreadProtocol &thread);
27 virtual ~NativeRegisterContext();
182 NativeRegisterContext(const NativeRegisterContext &) = delete;
183 const NativeRegisterContext &
184 operator=(const NativeRegisterContext &) = delete;
H A DNativeThreadProtocol.h34 virtual NativeRegisterContext &GetRegisterContext() = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp24 NativeRegisterContext &m_reg_context;
30 NativeRegisterContext &reg_context) in EmulatorBaton()
90 static lldb::addr_t ReadFlags(NativeRegisterContext &regsiter_context) { in ReadFlags()
101 NativeRegisterContext &register_context = thread.GetRegisterContext(); in SetupSoftwareSingleStepping()
H A DNativeRegisterContextRegisterInfo.h18 class NativeRegisterContextRegisterInfo : public NativeRegisterContext {
H A DNativeRegisterContextRegisterInfo.cpp18 : NativeRegisterContext(thread), in NativeRegisterContextRegisterInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.h40 NativeRegisterContext& GetRegisterContext() override;
71 std::unique_ptr<NativeRegisterContext> m_reg_context_up;
H A DNativeThreadOpenBSD.cpp129 NativeRegisterContext& NativeThreadOpenBSD::GetRegisterContext() { in GetRegisterContext()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-forward.h15 class NativeRegisterContext; variable
/openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/
H A DMakefile25 NativeRegisterContext.cpp \
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp618 StreamString &response, NativeRegisterContext &reg_ctx, in WriteRegisterValueInHexFixedWidth()
646 NativeRegisterContext& reg_ctx = thread.GetRegisterContext(); in GetRegistersAsJSON()
895 NativeRegisterContext &reg_ctx = thread.GetRegisterContext(); in PrepareStopReplyPacketForThread()
926 NativeRegisterContext &reg_ctx = thread.GetRegisterContext(); in PrepareStopReplyPacketForThread()
1993 NativeRegisterContext &reg_context = thread->GetRegisterContext(); in Handle_qRegisterInfo()
2128 NativeRegisterContext &reg_ctx = thread->GetRegisterContext(); in Handle_g()
2192 NativeRegisterContext &reg_context = thread->GetRegisterContext(); in Handle_p()
2284 NativeRegisterContext &reg_context = thread->GetRegisterContext(); in Handle_P()
3065 NativeRegisterContext &reg_context = thread->GetRegisterContext(); in BuildTargetXml()
3308 NativeRegisterContext& reg_context = thread->GetRegisterContext(); in Handle_QSaveRegisterState()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn34 "common/NativeRegisterContext.cpp",
/openbsd-src/gnu/llvm/lldb/source/Host/
H A DCMakeLists.txt30 common/NativeRegisterContext.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_loongarch64.cpp333 NativeRegisterContext::GetExpeditedRegisters(expType); in GetExpeditedRegisters()
H A DNativeRegisterContextLinux_riscv64.cpp344 NativeRegisterContext::GetExpeditedRegisters(expType); in GetExpeditedRegisters()
H A DNativeRegisterContextLinux_arm64.cpp970 NativeRegisterContext::GetExpeditedRegisters(expType); in GetExpeditedRegisters()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3732 lldb/include/lldb/Host/common/NativeRegisterContext.h
4036 lldb/source/Host/common/NativeRegisterContext.cpp