public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tui/28483] New: [gdb/tui] breakpoint creation not displayed
@ 2021-10-21 11:20 vries at gcc dot gnu.org
  2021-10-21 11:20 ` [Bug tui/28483] " vries at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vries at gcc dot gnu.org @ 2021-10-21 11:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28483

            Bug ID: 28483
           Summary: [gdb/tui] breakpoint creation not displayed
           Product: gdb
           Version: 11.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

Test-case setup:
...
$ cat -n hello.c
     1  #include <stdio.h>
     2  #include <stdlib.h>
     3
     4  int
     5  main (void)
     6  {
     7    void *p = malloc (10);
     8    printf ("hello: %p\n", p);
     9    return 0;
    10  }
$ gcc -g hello.c
...

This command:
...
$ gdb -q a.out -ex start -ex "tui enable" -ex "b 8"
...
gets us in the tui window:
...
     2  #include <stdlib.h>
     3
     4  int
     5  main (void)
     6  {
 >   7    void *p = malloc (10);
     8    printf ("hello: %p\n", p);
     9    return 0;
    10  }
...

Using system gdb based on 10.1, we have instead:
...
     2  #include <stdlib.h>
     3
     4  int
     5  main (void)
     6  {
 >   7    void *p = malloc (10);
b+   8    printf ("hello: %p\n", p);
     9    return 0;
    10  }
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2021-10-21 22:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 11:20 [Bug tui/28483] New: [gdb/tui] breakpoint creation not displayed vries at gcc dot gnu.org
2021-10-21 11:20 ` [Bug tui/28483] " vries at gcc dot gnu.org
2021-10-21 11:30 ` vries at gcc dot gnu.org
2021-10-21 22:28 ` cvs-commit at gcc dot gnu.org
2021-10-21 22:29 ` vries at gcc dot gnu.org

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).