Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm.cpp72 bool RegisterContextCorePOSIX_arm::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_arm
H A DRegisterContextPOSIXCore_mips64.cpp89 bool RegisterContextCorePOSIX_mips64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_mips64
H A DRegisterContextPOSIXCore_s390x.cpp94 bool RegisterContextCorePOSIX_s390x::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_s390x
H A DRegisterContextPOSIXCore_x86_64.cpp97 bool RegisterContextCorePOSIX_x86_64::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_x86_64
H A DRegisterContextPOSIXCore_powerpc.cpp109 bool RegisterContextCorePOSIX_powerpc::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextCorePOSIX_powerpc
H A DRegisterContextPOSIXCore_arm64.cpp394 bool RegisterContextCorePOSIX_arm64::HardwareSingleStep(bool enable) { HardwareSingleStep() function in RegisterContextCorePOSIX_arm64
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp74 bool RegisterContextWindows::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in RegisterContextWindows
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp187 bool RegisterContextThreadMemory::HardwareSingleStep(bool enable) { in HardwareSingleStep() function in RegisterContextThreadMemory
H A DRegisterContextDarwin_i386.cpp943 bool RegisterContextDarwin_i386::HardwareSingleStep(bool enable) { HardwareSingleStep() function in RegisterContextDarwin_i386
H A DRegisterContextDarwin_x86_64.cpp1037 bool RegisterContextDarwin_x86_64::HardwareSingleStep(bool enable) { HardwareSingleStep() function in RegisterContextDarwin_x86_64
/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp307 bool NativeRegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in NativeRegisterContext
/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp302 bool RegisterContext::HardwareSingleStep(bool enable) { return false; } in HardwareSingleStep() function in RegisterContext