From 3acd55129765d3cf2ecc028ebc2ac937df028356 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 14 Jun 2013 13:28:00 -0600 Subject: [PATCH] add another link to bugzilla --- NOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES b/NOTES index 4396e71..8d3cdb4 100644 --- a/NOTES +++ b/NOTES @@ -17,3 +17,8 @@ A few notes on gdb improvements that would help the GUI: * No "new thread" event. http://sourceware.org/bugzilla/show_bug.cgi?id=15622 * No "frame selection" event, e.g. when user types "up". + +* There is no access to the line table + This means we can't have the source window display which lines + are executable and which are not + http://sourceware.org/bugzilla/show_bug.cgi?id=15629