Move DAP breakpoint event code to breakpoint.py
authorTom Tromey <tromey@adacore.com>
Tue, 25 Jul 2023 13:04:45 +0000 (07:04 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 1 Aug 2023 18:54:44 +0000 (12:54 -0600)
commite982d96cd601b1d4cb1bb23b3f3611ac42cca3e3
tree209f08a312e452b87f6d73a93f1e02974c72b931
parent65403bd0ed22f7c26f972449403c97ff5e998b04
Move DAP breakpoint event code to breakpoint.py

A subsequent patch will add the ability to suppress breakpoint events
to DAP.  My first attempt at this ended up with recurse imports,
causing Python failures.  So, this patch moves all the DAP breakpoint
event code to breakpoint.py in preparation for the change.

I've renamed breakpoint_descriptor here as well, because it can now be
private to breakpoint.py.
gdb/python/lib/gdb/dap/breakpoint.py
gdb/python/lib/gdb/dap/events.py