llvm-project/lldb/source
Tamas Berghammer 022622f1d4 Improve conditional opcode handling in emulation based unwinding
Don't chane the CFI information when a conditional instruction
is emulated (eg.: popeq {r0, pc}) because the CFI for the next
instruction should be the same as the CFI for the current instruction.

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

llvm-svn: 242519
2015-07-17 11:44:14 +00:00
..
API Refactor Unix signals. 2015-07-14 01:09:28 +00:00
Breakpoint Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so. 2015-07-08 22:32:23 +00:00
Commands Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. 2015-07-14 05:48:36 +00:00
Core Fix compiler warning in ArchSpec 2015-07-16 13:11:34 +00:00
DataFormatters Teach the std::wstring data formatter how to properly display strings with embedded NUL bytes 2015-07-17 01:56:25 +00:00
Expression Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
Host [MainLoop] Fix assertion failure 2015-07-17 10:08:38 +00:00
Initialization [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Interpreter Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. 2015-07-14 05:48:36 +00:00
Plugins Improve conditional opcode handling in emulation based unwinding 2015-07-17 11:44:14 +00:00
Symbol Fix TestStopHookMultipleThreads and TestNamespace after r241751 2015-07-09 10:57:54 +00:00
Target Fix compiler warning in ThreadPlanStepRange 2015-07-16 14:21:49 +00:00
Utility Add jThreadsInfo support to lldb-server 2015-07-16 14:14:35 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00