[Bug tui/33215] [gdb/tui] make command output overwrites status line
vries at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Jul 28 14:43:26 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33215
--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #2)
> Bisects to:
> ...
> commit d68f983f88c7469befddcf221228070990cf25e1
> Date: Tue May 7 19:29:21 2024 +0200
>
> Fix heap-use-after-free because all_objfiles_removed triggers
> tui_display_main
> ...
On second look, actually the status line is ok but the source window is not:
...
┌─/home/vries/data/hello.c────────────────────────────────────────────────────┐
│ 5 { │
│ 6 printf ("hello\n"); │
│ 7 return 0; │
│ 8 } │
│ │
│ │
│ │
│ │
│ │
│ │
│ make: *** No targets specified and no makefile found. Stop. │
└─────────────────────────────────────────────────────────────────────────────┘
exec No process (src) In: L?? PC: ??
Reading symbols from a.out...
(gdb)
...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list