Change set_locator_info to take a symtab_and_line
authorTom Tromey <tom@tromey.com>
Wed, 13 Nov 2019 22:41:08 +0000 (15:41 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 20 Dec 2019 16:15:56 +0000 (09:15 -0700)
commit0ab92974ab9041d80dbd12303d5e8115436fd61e
treef52bb62e72af1115cd1adb98fc5518b92073fdc1
parentae4393e22cee036eddfa19287cfe774d5f01bb7c
Change set_locator_info to take a symtab_and_line

This changes set_locator_info to take a symtab_and_line, rather than
the individual components.

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

* tui/tui-stack.h (struct tui_locator_window) <set_locator_info>:
Take a symtab_and_line.
* tui/tui-stack.c (tui_locator_window::set_locator_info): Take a
symtab_and_line.
(tui_show_frame_info): Update.

Change-Id: Icb58d67e6c5bdc034eede9e5bbe8c1d1e633fbb5
gdb/ChangeLog
gdb/tui/tui-stack.c
gdb/tui/tui-stack.h
This page took 0.023665 seconds and 4 git commands to generate.