llvm-project/lldb/source
Richard Chamberlain a0c82e18d5 [lldb] Improve identification of Linux core dumps. Fix for bug #30485.
Summary:
ObjectFileELF::RefineModuleDetailsFromNote() identifies Linux core dumps by searching for
 library paths starting with /lib/x86_64-linux-gnu or /lib/i386-linux-gnu. This change widens the
test to allow for linux installations which have addition directories in the path.

Reviewers: ted, hhellyer, clayborg

Subscribers: lldb-commits

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

llvm-svn: 284114
2016-10-13 12:11:00 +00:00
..
API Convert some more aliasing and CI functions to StringRef. 2016-10-05 21:14:56 +00:00
Breakpoint Fix some test failures due to the recent Breakpoint patch. 2016-10-05 18:40:51 +00:00
Commands Clarified the explanation of expr --top-level. 2016-10-11 16:57:21 +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 Remove a stray dump(). 2016-10-07 21:25:29 +00:00
Host Fix build error on Android again. 2016-10-05 23:51:13 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Remove unused variable. 2016-10-07 21:23:31 +00:00
Plugins [lldb] Improve identification of Linux core dumps. Fix for bug #30485. 2016-10-13 12:11:00 +00:00
Symbol Convert UniqueCStringMap to use StringRef. 2016-10-06 21:22:44 +00:00
Target Convert CommandObject constructors to StringRef. 2016-10-05 21:14:38 +00:00
Utility Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
CMakeLists.txt [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00