Swap tui_show_locator_content and tui_locator_window::rerender
authorTom Tromey <tom@tromey.com>
Thu, 18 Jul 2019 20:04:14 +0000 (14:04 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:08 +0000 (12:57 -0600)
commit99ab33fb2dab538b13df0f8c02ea02ff1fd6c4db
treed466c54e113838ff1838da0c9bb979e26364fee7
parente594a5d19e855cf19a89dab29196d13f53ced7da
Swap tui_show_locator_content and tui_locator_window::rerender

This swaps the bodies ot tui_show_locator_content and
tui_locator_window::rerender, so that the latter does the work, and
the former is now just an exported convenience wrapper.

gdb/ChangeLog
2019-08-30  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (tui_show_locator_content): Move lower.  Rewrite.
(tui_locator_window::rerender): Rewrite using body of previous
tui_show_locator_content.
gdb/ChangeLog
gdb/tui/tui-stack.c