Re: [ANNOUNCEMENT] GDB 8.1 released!
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for taking care of the release! Just one precision: > * New 'rbreak' command to insert a number of breakpoints via a > regular > expression pattern (requires Python); If I'm not mistaken, the rbreak CLI command was available before. What's new is the new rbreak function in the Python API. The existing rbreak CLI command does not require Python. Simon