aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-formats.h
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2024-07-15 16:29:36 +0200
committerHannes Domani <ssbssa@yahoo.de>2024-07-15 18:24:57 +0200
commite7c91a1ff9e0f87f79f630296219765a6ab1f3e3 (patch)
tree71599d1d1dd51db501e232919b2e00a45acd24c1 /opcodes/mips-formats.h
parent4a8ff366559a7ff9f9de80007d4b74770a54edee (diff)
downloadgdb-e7c91a1ff9e0f87f79f630296219765a6ab1f3e3.zip
gdb-e7c91a1ff9e0f87f79f630296219765a6ab1f3e3.tar.gz
gdb-e7c91a1ff9e0f87f79f630296219765a6ab1f3e3.tar.bz2
Fix loading a saved recording
Currently you get this assertion failure if you try to execute the inferior after loading a saved recording, when no recording was done earlier in the same gdb session: ``` $ gdb -q c -ex "record restore test.rec" Reading symbols from c... [New LWP 26428] Core was generated by `/tmp/c'. Restored records from core file /tmp/test.rec. (gdb) c Continuing. ../../gdb/inferior.c:293: internal-error: inferior* find_inferior_pid(process_stratum_target*, int): Assertion `pid != 0' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. ``` The change in step-precsave.exp triggers this bug, since now the recording is loaded in a new gdb session, where record_full_resume_ptid was never set. The fix is to simply set record_full_resume_ptid when resuming a loaded recording. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31971 Approved-By: Guinevere Larsen <blarsen@redhat.com>
Diffstat (limited to 'opcodes/mips-formats.h')
0 files changed, 0 insertions, 0 deletions