diff options
author | Tom Tromey <tom@tromey.com> | 2019-09-01 08:13:24 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-09-20 13:49:10 -0600 |
commit | 9923f347c4e4b9ed710de3404444cf46b04135a0 (patch) | |
tree | de2f72d590b7b6636aca60b859a6166b61efbb5d /gdb/ChangeLog | |
parent | b76251abaf279603367ae730b9194fb20861fdb9 (diff) | |
download | fsf-binutils-gdb-9923f347c4e4b9ed710de3404444cf46b04135a0.zip fsf-binutils-gdb-9923f347c4e4b9ed710de3404444cf46b04135a0.tar.gz fsf-binutils-gdb-9923f347c4e4b9ed710de3404444cf46b04135a0.tar.bz2 |
Change members of tui_locator_window to std::string
This changes two members of tui_locator_window to have type
std::string. This removes a static limit.
gdb/ChangeLog
2019-09-20 Tom Tromey <tom@tromey.com>
* tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
(struct tui_locator_window) <full_name, proc_name>: Now
std::string.
* tui/tui-stack.c (tui_locator_window::make_status_line)
(tui_locator_window::set_locator_fullname)
(tui_locator_window::set_locator_info): Update.
* tui/tui-source.c (tui_source_window::set_contents)
(tui_source_window::showing_source_p): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 401c742..8d586e7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2019-09-20 Tom Tromey <tom@tromey.com> + * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define. + (struct tui_locator_window) <full_name, proc_name>: Now + std::string. + * tui/tui-stack.c (tui_locator_window::make_status_line) + (tui_locator_window::set_locator_fullname) + (tui_locator_window::set_locator_info): Update. + * tui/tui-source.c (tui_source_window::set_contents) + (tui_source_window::showing_source_p): Update. + +2019-09-20 Tom Tromey <tom@tromey.com> + * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Don't call tui_locator_win_info_ptr. |