public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* source annotation now prints source line
@ 2020-04-04 23:54 Bob Rossi
  2020-04-14 11:23 ` Bob Rossi
  0 siblings, 1 reply; 11+ messages in thread
From: Bob Rossi @ 2020-04-04 23:54 UTC (permalink / raw)
  To: gdb

Hi,

When the source annotation is sent to the front end, the source line
is now also sent to the front end console. I believe this commit
introduced it,
  https://github.com/bminor/binutils-gdb/commit/ec8e2b6d3051f0b4b2a8eee9917898e95046c62f

Now CGDB displays,
    (gdb) n
    43          int i = 3;
    (gdb) 

Instead of,
    (gdb) n
    (gdb) 

CGDB is a front end, and so it has a source view to display the code to
the user. Why did GDB decide to also print the line of code to the front
end's console window as well? This is confusing.

Thanks,
Bob Rossi

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-06 19:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 23:54 source annotation now prints source line Bob Rossi
2020-04-14 11:23 ` Bob Rossi
2020-04-14 12:17   ` Andrew Burgess
2020-04-14 12:57     ` Andrew Burgess
2020-04-15  2:13     ` Bob Rossi
2020-04-16 17:41       ` Andrew Burgess
2021-03-13 17:01         ` Bob Rossi
2021-03-15 13:10           ` Pedro Alves
2024-05-04 20:09             ` Robert Rossi
2024-05-05 15:36               ` Robert Rossi
2024-05-05 16:06                 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).