mirror of
https://github.com/tromey/gdb-gui.git
synced 2025-12-15 14:50:06 +01:00
update to describe bug 18620
This commit is contained in:
@@ -33,7 +33,11 @@ commands like "up" or "down".""",
|
||||
|
||||
18385: """Your gdb doesn't expose locations on a gdb.Breakpoint.
|
||||
This can be worked around, but maybe not always reliably.
|
||||
This means that sometimes breakpoints won't display in source windows."""
|
||||
This means that sometimes breakpoints won't display in source windows.""",
|
||||
|
||||
18620: """Your gdb doesn't have a "breakpoint modified" event.
|
||||
This means that when a pending breakpoint is resolved, the GUI won't
|
||||
be able to update to reflect that fact."""
|
||||
}
|
||||
|
||||
_warning = """See https://sourceware.org/bugzilla/show_bug.cgi?id=%s
|
||||
|
||||
Reference in New Issue
Block a user