Searched refs:HardwareSingleStep (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.h37 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_arm64.h37 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_mips64.h37 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_s390x.h36 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_x86_64.h33 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_arm.cpp70 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_arm64.cpp71 bool RegisterContextCorePOSIX_arm64::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_arm64
H A DRegisterContextPOSIXCore_powerpc.h36 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { function in class:RegisterContextCorePOSIX_powerpc
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.h52 bool HardwareSingleStep(bool enable);
H A DRegisterContextPOSIXProcessMonitor_arm64.h53 bool HardwareSingleStep(bool enable);
H A DRegisterContextPOSIXProcessMonitor_mips64.h54 bool HardwareSingleStep(bool enable);
H A DRegisterContextPOSIXProcessMonitor_powerpc.h60 bool HardwareSingleStep(bool enable);
H A DRegisterContextPOSIXProcessMonitor_x86.h54 bool HardwareSingleStep(bool enable);
H A DRegisterContextPOSIXProcessMonitor_arm.cpp208 bool RegisterContextPOSIXProcessMonitor_arm::HardwareSingleStep(bool enable) { function in class:RegisterContextPOSIXProcessMonitor_arm
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp215 bool RegisterContextPOSIXProcessMonitor_arm64::HardwareSingleStep(bool enable) { function in class:RegisterContextPOSIXProcessMonitor_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { function in class:RegisterContextThreadMemory
190 return m_reg_ctx_sp->HardwareSingleStep(enable);
H A DRegisterContextThreadMemory.h76 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextDarwin_i386.h45 bool HardwareSingleStep(bool enable) override;
H A DRegisterContextDarwin_x86_64.h45 bool HardwareSingleStep(bool enable) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h100 virtual bool HardwareSingleStep(bool enable);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h124 virtual bool HardwareSingleStep(bool enable);

Completed in 136 milliseconds

12