Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp233 RegisterContextThreadMemory::HardwareSingleStep (bool enable) in HardwareSingleStep() function in RegisterContextThreadMemory
237 return m_reg_ctx_sp->HardwareSingleStep(enable); in HardwareSingleStep()
DRegisterContextThreadMemory.h93 HardwareSingleStep (bool enable);
DRegisterContextDarwin_x86_64.h60 HardwareSingleStep (bool enable);
DRegisterContextDarwin_i386.h61 HardwareSingleStep (bool enable);
DRegisterContextDarwin_i386.cpp953 RegisterContextDarwin_i386::HardwareSingleStep (bool enable) in HardwareSingleStep() function in RegisterContextDarwin_i386
DRegisterContextDarwin_x86_64.cpp1042 RegisterContextDarwin_x86_64::HardwareSingleStep (bool enable) in HardwareSingleStep() function in RegisterContextDarwin_x86_64
/external/lldb/source/Plugins/Process/elf-core/
DRegisterContextCoreFreeBSD_x86_64.h38 HardwareSingleStep(bool enable);
DRegisterContextCoreLinux_x86_64.h38 HardwareSingleStep(bool enable);
DRegisterContextCoreLinux_x86_64.cpp65 RegisterContextCoreLinux_x86_64::HardwareSingleStep(bool enable) in HardwareSingleStep() function in RegisterContextCoreLinux_x86_64
DRegisterContextCoreFreeBSD_x86_64.cpp64 RegisterContextCoreFreeBSD_x86_64::HardwareSingleStep(bool enable) in HardwareSingleStep() function in RegisterContextCoreFreeBSD_x86_64
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_i386.h83 HardwareSingleStep(bool enable);
DRegisterContext_x86_64.h203 HardwareSingleStep(bool enable);
DRegisterContext_i386.cpp493 RegisterContext_i386::HardwareSingleStep(bool enable) in HardwareSingleStep() function in RegisterContext_i386
DRegisterContext_x86_64.cpp1420 RegisterContext_x86_64::HardwareSingleStep(bool enable) in HardwareSingleStep() function in RegisterContext_x86_64
/external/lldb/include/lldb/Target/
DRegisterContext.h103 HardwareSingleStep (bool enable);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp463 reg_ctx_sp->HardwareSingleStep (true); in DoResume()
481 reg_ctx_sp->HardwareSingleStep (false); in DoResume()
/external/lldb/source/Target/
DRegisterContext.cpp284 RegisterContext::HardwareSingleStep (bool enable) in HardwareSingleStep() function in RegisterContext