Bump gdb to 15.0.* (#12804)

Closes: #12777
This commit is contained in:
Sebastian Rittau
2024-10-14 14:51:22 +02:00
committed by GitHub
parent ddf9d54dc1
commit 42f6a21a71
33 changed files with 337 additions and 133 deletions
+6 -10
View File
@@ -8,7 +8,6 @@ gdb.FinishBreakpoint.out_of_scope
gdb.Parameter.get_set_string
gdb.Parameter.get_show_string
# TODO: abstract/optional methods to be implemented by subclasses
# gdb.FinishBreakpoint.out_of_scope
gdb.Breakpoint.stop
@@ -30,15 +29,13 @@ gdb.TuiWindow
gdb.command
gdb.command.explore
gdb.command.frame_filters
gdb.command.missing_debug
gdb.command.pretty_printers
gdb.command.prompt
gdb.command.type_printers
gdb.command.unwinders
gdb.command.xmethods
# module is auto-imported with gdb and cannot be imported on its own
gdb.events
# implementing internal convenience functions
gdb.function
gdb.function.as_string
@@ -74,9 +71,8 @@ gdb.xmethods
gdb.Objfile.xmethods
gdb.Progspace.xmethods
# Python 2 compatibility defines
gdb.FrameDecorator.basestring
gdb.printing.basestring
gdb.printing.long
gdb.xmethod.basestring
gdb.xmethod.long
# stubtest thinks this can't be sub-classed at runtime, but it is
gdb.disassembler.DisassemblerPart
# incomplete modules
gdb\.dap\.[a-z_]+\.[A-Za-z_]+