Re: [PATCH v8] gdb: Add source-tracking breakpoints feature
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
> From: Alexandra Petlanova Hajkova <[email protected]> > Date: Fri, 7 Aug 2026 10:42:49 +0200 > Cc: [email protected] > > Hi Eli, > > This feature works in all GDB builds, it only requires that source files are accessible and the > binary was compiled with debug info (line numbers). No special dependencies like `compile` > are needed. OK, that's good to know. Please consider mentioning these preconditions in the manual. > The maintenance command will be added to NEWS in the next version, thanks for catching that. Great, thanks.