| commit | df50675d4ef54858947c2069529eb8cd4401b813 | [log] [tgz] |
|---|---|---|
| author | Qwinci <qwinci222@gmail.com> | Tue Feb 18 20:47:51 2025 +0200 |
| committer | Tom Tromey <tromey@adacore.com> | Wed Feb 19 08:58:27 2025 -0700 |
| tree | 1b826e2039c9468b9e2d73e33130716117ab98c3 | |
| parent | 405836704bd4ce297194e12cfe11a08fe89d03f9 [diff] |
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>