Implement DAP conditional breakpoints
authorTom Tromey <tromey@adacore.com>
Thu, 18 May 2023 17:14:08 +0000 (11:14 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 12 Jun 2023 18:10:15 +0000 (12:10 -0600)
commitd294a0fc26891eaa8826d19f61db9ce7f7399c03
tree751eeb3695a6c9989ee1790421950ebf076036c6
parent7cb909c4091c156a8242f799e18af57d702da560
Implement DAP conditional breakpoints

I realized that I had only implemented DAP breakpoint conditions for
exception breakpoints, and not other kinds of breakpoints.  This patch
corrects the oversight.
gdb/python/lib/gdb/dap/breakpoint.py
gdb/testsuite/gdb.dap/cond-bp.c [new file with mode: 0644]
gdb/testsuite/gdb.dap/cond-bp.exp [new file with mode: 0644]