From 63cbacd9db666cad6186e930630445e29da58cfb Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 2 Jul 2015 22:38:15 -0600 Subject: [PATCH] update to describe bug 18620 --- gui/adapt.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui/adapt.py b/gui/adapt.py index 420ae88..dca8ec3 100644 --- a/gui/adapt.py +++ b/gui/adapt.py @@ -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