Re: [PATCH 05/16] gdb: inline address_space_{name, type_instance_flags}_to_{type_instance_flags, name}
Tom Tromey <[email protected]> Wed, 22 Jul 2026 07:38:22 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Aktemur, Baris <[email protected]> writes: >> I didn't read the whole series yet but if we're going to use different >> words, as is done in that error message, then some spot in the manual >> ought to explain this. > I went through the GDB manual, and I don't see address classes or Harvard > address spaces described anywhere. The built-in `@code` and `@data` syntax > is also not explained. This seems to be a gap in the documentation. > I can write a small section for this, but let me do that in a separate > submission. Sure, if you don't mind, that would be nice to have. I wonder if @code and @data are actually ever used. Tom