mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
fix mcsig(no)pass on arm Ubuntu10, arm thumb internal doc, improve simulate_control_c * new file docs/internals/arm_thumb_notes_gdbserver.txt documentation about the subtilities of the thumb bit handling in gdbsrv. * made the SIGFPE backtrace filtering less dependent on gdb/os/libc/... * improved simulate_control_c : runs faster/less dependent on timeout value git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11791
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
0x........ in test1 () at faultstatus.c:105
|
|
105 *BADADDR = 'x';
|
|
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
0x........ in test2 () at faultstatus.c:110
|
|
110 mapping[0] = 'x';
|
|
Continuing.
|
|
Program received signal SIGBUS, Bus error.
|
|
0x........ in test3 () at faultstatus.c:115
|
|
115 mapping[FILESIZE+10];
|
|
Continuing.
|
|
Program received signal SIGFPE, Arithmetic exception.
|