https://bugs.kde.org/show_bug.cgi?id=406355
Stefan Maksimovic <stefan.maksimo...@rt-rk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan.maksimo...@rt-rk.com --- Comment #1 from Stefan Maksimovic <stefan.maksimo...@rt-rk.com> --- Created attachment 119331 --> https://bugs.kde.org/attachment.cgi?id=119331&action=edit Generic substitution, MIPS changes Hello Alexandra, I have an exact problem as yours, the difference being there was an another test involved, namely gdbserver_tests/mcbreak. --- mcbreak.stdoutB.exp 2019-02-13 14:31:47.000000000 +0100 +++ mcbreak.stdoutB.out 2019-04-04 13:16:30.000000000 +0200 @@ -43,11 +43,11 @@ Delete all breakpoints? (y or n) [answered Y; input not from terminal] Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. -0x........ in make_error (s=0x........ "called from level") at t.c:41 +make_error (s=0x........ "called from level") at t.c:41 41 if (int_und == 0) 44 printf ("%s int_und is not zero\n", s); old_pc has changed after step Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. -0x........ in make_error (s=0x........ "called from main") at t.c:41 +make_error (s=0x........ "called from main") at t.c:41 41 if (int_und == 0) Could you alter your patch do substitutions globally instead of being tied to gdbserver_tests/mcsignopass and gdbserver_tests/mcsigpass tests specifically? Something along the lines of 's/0x........ in \([^\s]+\)/\1/' ? I've attached a patch which works for me, could you check if it works for you as well? If so, would it be possible for you to include my changes in your patch? Details: mips64r2 LE Linux 3.7.10 glibc 2.28 gcc 8.2.0 gdb 7.11.1 Thanks, Stefan -- You are receiving this mail because: You are watching all bug changes.