teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
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
..
commandline Remove expectedFailureFreeBSD decorator 2016-02-19 19:25:03 +00:00
inferior-crash Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
platform-process-connect [NFC] Cleanup the code used to run shell commands from tests 2016-04-05 14:08:18 +00:00
test Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
gdbremote_testcase.py Support loading files even when incorrect file name specified by the linker 2016-07-22 12:55:35 +00:00
lldbgdbserverutils.py [test] Relax stderr expectations on targets with chatty output 2016-04-14 15:52:53 +00:00
main.cpp Centralize the handling of attach permissions on linux in tests 2016-01-11 10:24:50 +00:00
Makefile
socket_packet_pump.py [test] Persist packets between expect_gdbremote_sequence invocations 2016-03-16 09:44:49 +00:00
TestGdbRemote_qThreadStopInfo.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestGdbRemote_vCont.py Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
TestGdbRemoteAttach.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestGdbRemoteAuxvSupport.py [test] Relax stderr expectations on targets with chatty output 2016-04-14 15:52:53 +00:00
TestGdbRemoteExpeditedRegisters.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestGdbRemoteKill.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestGDBRemoteMemoryRead.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestGdbRemoteProcessInfo.py Bump up timeout in TestGdbRemoteProcessInfo 2016-04-12 11:59:41 +00:00
TestGdbRemoteRegisterState.py [test] Relax stderr expectations on targets with chatty output 2016-04-14 15:52:53 +00:00
TestGdbRemoteSingleStep.py Remove expectedFailureLinux decorator. 2016-02-10 19:53:36 +00:00
TestGdbRemoteThreadsInStopReply.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestLldbGdbServer.py [test] Relax stderr expectations on targets with chatty output 2016-04-14 15:52:53 +00:00