Display "main" on initial TUI startup
authorTom Tromey <tom@tromey.com>
Wed, 13 Nov 2019 01:20:58 +0000 (18:20 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 20 Dec 2019 16:15:55 +0000 (09:15 -0700)
commit77b97e006217ed089b588e6799a59334bd216c43
tree7751cc956382a130daf9d62f82eb0a7eb501dcfe
parent52469d7673d716a4811c8ccec8cc8ef605992b31
Display "main" on initial TUI startup

I noticed that even when there's a symbol file, "tui enable" won't
show "main" by default.  I think it should, and this patch fixes this.

gdb/ChangeLog
2019-12-20  Tom Tromey  <tom@tromey.com>

* tui/tui.c (tui_enable): Call tui_display_main.

gdb/testsuite/ChangeLog
2019-12-20  Tom Tromey  <tom@tromey.com>

* gdb.tui/list.exp: Check for source on initial listing.

Change-Id: Ic7bfc930e1179f5b61111e30a2dae46a98b00064
gdb/ChangeLog
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.tui/list.exp
gdb/tui/tui.c
This page took 0.024691 seconds and 4 git commands to generate.