llvm-project/lldb/source/Plugins
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
..
ABI Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
Disassembler [LLDB][MIPS] Detect MIPS application specific extensions like micromips 2015-07-16 03:51:55 +00:00
DynamicLoader [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Instruction Improve conditional opcode handling in emulation based unwinding 2015-07-17 11:44:14 +00:00
InstrumentationRuntime Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
JITLoader Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
LanguageRuntime [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
ObjectFile Make sure we calculate resolver symbol addresses correctly for ARM. The trie entries have bit 0 set for Thumb functions and we need to remove that so we can correctly determine which symbols are resolvers. 2015-07-16 19:50:57 +00:00
OperatingSystem [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Platform [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Process [LLGS] Limit jThreadsInfo to only the most important registers for now 2015-07-17 10:27:42 +00:00
SymbolFile Don't crash if we are unable to get the member type. 2015-07-13 22:08:16 +00:00
SymbolVendor Fix some logic where we used to have char arrays, but we now use std::string. Use the correctly API to detect if they are not empty. 2015-05-26 18:29:03 +00:00
SystemRuntime Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
UnwindAssembly Improve conditional opcode handling in emulation based unwinding 2015-07-17 11:44:14 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Unbreak Makefile build 2015-07-09 17:09:09 +00:00