llvm-project/lldb/source/Plugins/Platform/Linux
Tamas Berghammer 76011b63cd Fix breakpoint opcode calculation on Linux
Change the way we detect if we have to place a thumb breakpoint instead
of an arm breakpoint in the case when no symbol table or mapping symbols
are available. Detect it based on the LSB of the FileAddress instead of
the LSB of the LoadAddress because the LSB of the LoadAddress is already
masked out.

llvm-svn: 249013
2015-10-01 13:57:57 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Makefile
PlatformLinux.cpp Fix breakpoint opcode calculation on Linux 2015-10-01 13:57:57 +00:00
PlatformLinux.h Add functionality to the platforms to figure out the proper name for a dynamic library on the system given a basename 2015-08-27 00:53:57 +00:00