Re: [PATCH] GDB: aarch64: Fix inferior function call if GCS is present but disabled
Tom Tromey <[email protected]> Wed, 22 Jul 2026 16:27:17 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Thiago> I found some places in GDB where we do this even though the called Thiago> function isn't specially marked (e.g., calls to record_stop in Thiago> gdb/record.c, and call to PyGILState_Ensure in gdb/python/python.c) Thiago> so ahead with the `(void)`. Yeah, like with most rules in gdb, there's also violations. Thiago> I can push a patch removing it if anyone wants. It's not really that important IMO, just something to note for the future. Tom