llvm-project/lldb/source/Initialization
Tamas Berghammer d8c338d42f Add single stepping logic for linux arm
Linux arm don't support hardware stepping (neither mismatch
breakpoints). This patch implement signle stepping with doing a software
emulation of the next instruction and then setting a temporary
breakpoint at the address where the thread will stop next.

Differential revision: http://reviews.llvm.org/D8976

llvm-svn: 234987
2015-04-15 09:47:02 +00:00
..
CMakeLists.txt Rework LLDB system initialization. 2015-03-31 21:03:22 +00:00
Makefile
SystemInitializer.cpp Rework LLDB system initialization. 2015-03-31 21:03:22 +00:00
SystemInitializerCommon.cpp Add single stepping logic for linux arm 2015-04-15 09:47:02 +00:00
SystemLifetimeManager.cpp Rework LLDB system initialization. 2015-03-31 21:03:22 +00:00