Re: [PATCH 2/2] gdb, dwarf: update complaint logic in read_tag_pointer_type
Tom Tromey <[email protected]> Thu, 30 Jul 2026 10:38:10 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Tankut Baris Aktemur <[email protected]> writes: > I think the new behavior is what was intended and it yields simpler > code. I agree, thanks for doing this. Approved-By: Tom Tromey <[email protected]> This code in general seems a bit ill-considered. Like why are the complaints conditional on previous decisions? However it doesn't matter, IMO, since complaints aren't actually useful. Tom