]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb-dap: disable events when deleting breakpoints
authoroltolm <oleg.tolmatcev@gmail.com>
Sat, 28 Sep 2024 09:35:04 +0000 (11:35 +0200)
committerTom Tromey <tromey@adacore.com>
Thu, 3 Oct 2024 17:12:40 +0000 (11:12 -0600)
commit59529d80e8f0c3a68c9285e82bdd1c97cc2760f3
treef91062bb72bb1fe54cc655be0378929900e25f44
parent98b1464bdf6306a8ab4614b5e9f76cdb2dd00b33
gdb-dap: disable events when deleting breakpoints

when I disable a breakpoint in VS Code the breakpoint is removed
instead. I compared the behavior to lldb-dap and disabled events when
removing a breakpoint. Now it is possible to disable and enable
breakpoints in VS Code.
gdb/python/lib/gdb/dap/breakpoint.py