llvm-project/lldb/docs
Tamas Berghammer d7d69f8083 Support loading files even when incorrect file name specified by the linker
"Incorrect" file name seen on Android whene the main executable is
called "app_process32" (or 64) but the linker specifies the package
name (e.g. com.android.calculator2). Additionally it can be present
in case of some linker bugs.

This CL adds logic to try to fetch the correct file name from the proc
file system based on the base address sepcified by the linker in case
we are failed to load the module by name.

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

llvm-svn: 276411
2016-07-22 12:55:35 +00:00
..
testsuite Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
CMakeLists.txt [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
building-with-debug-llvm.txt Test commit. 2013-08-16 18:18:31 +00:00
code-signing.txt Fix a typo in code-signing.txt 2015-01-27 23:26:59 +00:00
doxygen.cfg.in Start to share SWIG interface files between languages. 2015-04-24 00:38:53 +00:00
doxygen.footer
doxygen.header
doxygen.intro Minor typeo fixes in doc scripts 2013-07-19 17:32:48 +00:00
lldb-for-gdb-users.txt test commit 2016-04-25 19:02:05 +00:00
lldb-gdb-remote.txt Support loading files even when incorrect file name specified by the linker 2016-07-22 12:55:35 +00:00
lldb.1 Include -c, -core in the lldb(1) man page 2015-12-16 15:37:21 +00:00