Home
last modified time | relevance | path

Searched defs:HardwareSingleStep (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_arm.cpp72 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_arm
DRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_mips64
DRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_x86_64
DRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_s390x
DRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_powerpc
DRegisterContextPOSIXCore_arm64.cpp215 bool RegisterContextCorePOSIX_arm64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_arm64
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DRegisterContextWindows.cpp74 bool RegisterContextWindows::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in RegisterContextWindows
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextThreadMemory
DRegisterContextDarwin_i386.cpp943 bool RegisterContextDarwin_i386::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextDarwin_i386
DRegisterContextDarwin_x86_64.cpp1037 bool RegisterContextDarwin_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextDarwin_x86_64
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIXProcessMonitor_arm.cpp209 bool RegisterContextPOSIXProcessMonitor_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextPOSIXProcessMonitor_arm
DRegisterContextPOSIXProcessMonitor_mips64.cpp208 bool RegisterContextPOSIXProcessMonitor_mips64::HardwareSingleStep( in HardwareSingleStep() function in RegisterContextPOSIXProcessMonitor_mips64
DRegisterContextPOSIXProcessMonitor_arm64.cpp218 bool RegisterContextPOSIXProcessMonitor_arm64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextPOSIXProcessMonitor_arm64
DRegisterContextPOSIXProcessMonitor_powerpc.cpp222 bool RegisterContextPOSIXProcessMonitor_powerpc::HardwareSingleStep( in HardwareSingleStep() function in RegisterContextPOSIXProcessMonitor_powerpc
DRegisterContextPOSIXProcessMonitor_x86.cpp438 bool RegisterContextPOSIXProcessMonitor_x86_64::HardwareSingleStep( in HardwareSingleStep() function in RegisterContextPOSIXProcessMonitor_x86_64
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp302 bool NativeRegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in NativeRegisterContext
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp308 bool RegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in RegisterContext