llvm-project/lldb/test/tools/lldb-gdbserver
Todd Fiala 5412524025 Fix a test broken by r216564.
llgs Linux is no longer doing the translation to some gdb fixed signal
numbers.  This change modifies the test method to take in the signo
expected for a segfault.  The debugserver test uses the fixed gdb number,
and everything else uses signal.SIGSEGV for the platform.

Sidenote: I somehow did not see this reported in multicore tests.
I will need to verify that we aren't missing test failures in that
script.  I need to verify why this wasn't more obvious with
test/dosep.py.

llvm-svn: 216770
2014-08-29 20:32:18 +00:00
..
commandline llgs: add --reverse-connect support. 2014-07-26 20:39:17 +00:00
inferior-crash llgs: corrected Linux signal reception notification for SIGABRT, SIGSEGV and their ilk. 2014-08-12 17:02:07 +00:00
test gdbremote testing: added regex support to match packets and propagate/test against previously stored matches. 2014-05-06 06:15:23 +00:00
Makefile Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
TestGdbRemoteAttach.py Add $vAttach support to llgs. 2014-07-29 22:30:01 +00:00
TestGdbRemoteAuxvSupport.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestGdbRemoteExpeditedRegisters.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestGdbRemoteKill.py gdb-remote test noise suppression on MacOSX. 2014-07-16 16:15:42 +00:00
TestGdbRemoteProcessInfo.py Added a couple more gdb-remote tests to ensure qProcessInfo on darwin is not defining triple. 2014-08-26 18:40:56 +00:00
TestGdbRemoteRegisterState.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestGdbRemoteSingleStep.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestGdbRemoteThreadsInStopReply.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestGdbRemote_vCont.py Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
TestLldbGdbServer.py Fix a test broken by r216564. 2014-08-29 20:32:18 +00:00
gdbremote_testcase.py Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly. 2014-08-26 18:21:02 +00:00
lldbgdbserverutils.py llgs: add --reverse-connect support. 2014-07-26 20:39:17 +00:00
main.cpp Add lldb-gdbserver support for Linux x86_64. 2014-06-30 21:05:18 +00:00
socket_packet_pump.py gdb-remote signal delivery test cleanup. 2014-05-30 17:59:47 +00:00