]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/remote: don't error if qGetTIBAddr is unsupported
authorQwinci <qwinci222@gmail.com>
Tue, 18 Feb 2025 18:47:51 +0000 (20:47 +0200)
committerTom Tromey <tromey@adacore.com>
Wed, 19 Feb 2025 15:58:27 +0000 (08:58 -0700)
commitdf50675d4ef54858947c2069529eb8cd4401b813
tree1b826e2039c9468b9e2d73e33130716117ab98c3
parent405836704bd4ce297194e12cfe11a08fe89d03f9
gdb/remote: don't error if qGetTIBAddr is unsupported

This change makes it possible to debug PE executables run in e.g. Qemu
without needing to set osabi to none, it breaks backtrace
and commands like finish if frame pointers are not present but SEH unwind info is.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/remote.c