[0/3] Add "announce" flag to Python breakpoint creation

Message ID 20221208191804.3819129-1-tromey@adacore.com
Headers
Series Add "announce" flag to Python breakpoint creation |

Message

Tom Tromey Dec. 8, 2022, 7:18 p.m. UTC
  I noticed that, when creating a breakpoint from Python, gdb will print
various things.  However, for DAP and presumably other scripting
applications, it's good to be able to control gdb's output.  This
series adds a flag to allow this.

Tom