Home
last modified time | relevance | path

Searched refs:HardwareSingleStep (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextThreadMemory
190 return m_reg_ctx_sp->HardwareSingleStep(enable); in HardwareSingleStep()
HDRegisterContextThreadMemory.h76 bool HardwareSingleStep(bool enable) override;
HDRegisterContextDarwin_i386.h45 bool HardwareSingleStep(bool enable) override;
HDRegisterContextDarwin_x86_64.h45 bool HardwareSingleStep(bool enable) override;
HDRegisterContextDarwin_i386.cpp943 bool RegisterContextDarwin_i386::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextDarwin_i386
HDRegisterContextDarwin_x86_64.cpp1037 bool RegisterContextDarwin_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextDarwin_x86_64
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDRegisterContextPOSIXCore_x86_64.h33 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_arm.h37 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_s390x.h36 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_mips64.h37 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_powerpc.h36 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_arm.cpp72 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_arm
HDRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_mips64
HDRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_x86_64
HDRegisterContextPOSIXCore_arm64.h39 bool HardwareSingleStep(bool enable) override;
HDRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_s390x
HDRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_powerpc
HDRegisterContextPOSIXCore_arm64.cpp394 bool RegisterContextCorePOSIX_arm64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_arm64
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContext.h128 virtual bool HardwareSingleStep(bool enable);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeRegisterContext.h104 virtual bool HardwareSingleStep(bool enable);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeRegisterContext.cpp307 bool NativeRegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in NativeRegisterContext
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDRegisterContext.cpp302 bool RegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in RegisterContext