llvm-project/lldb/source
Dimitar Vlahovski a7eebeb156 Minidump plugin: Adding x86_32 register context converter
Summary:
This, like the x86_64 case, reads the register values from the minidump
file, and emits a binary buffer that is ordered using the offsets from
the RegisterInfoInterface argument. That way we can reuse an existing
register context.
Added unit tests.

Reviewers: labath, zturner

Subscribers: beanz, mgorny, modocache, amccarth, lldb-commits

Differential Revision: https://reviews.llvm.org/D25832

llvm-svn: 285584
2016-10-31 15:26:44 +00:00
..
API Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbols 2016-10-29 00:29:15 +00:00
Breakpoint Fix a race condition between the "ephemeral watchpoint disabling" and commands the continue the process. 2016-10-25 20:34:32 +00:00
Commands Fix an issue where frame variable -s <varname> would not show the scope even though the user asked for it 2016-10-26 19:17:49 +00:00
Core [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI 2016-10-12 10:21:09 +00:00
DataFormatters Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
Expression Use the right dwarf attributes for parsing location list entries (fixup for r285441) 2016-10-31 11:53:13 +00:00
Host When invoking Terminal, don't assume the default shell 2016-10-18 23:55:34 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Interpreter: Don't return StringRef from functions whose return value is never used 2016-10-17 06:17:56 +00:00
Plugins Minidump plugin: Adding x86_32 register context converter 2016-10-31 15:26:44 +00:00
Symbol Convert UniqueCStringMap to use StringRef. 2016-10-06 21:22:44 +00:00
Target Fix a race condition between the "ephemeral watchpoint disabling" and commands the continue the process. 2016-10-25 20:34:32 +00:00
Utility Guard GetEscapedHostname against a nullptr hostname. 2016-10-21 02:32:08 +00:00
CMakeLists.txt [cmake] Use LLVM_CMAKE_PATH for GetSVN script 2016-10-19 12:54:28 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00