aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-location.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tui/tui-location.c')
-rw-r--r--gdb/tui/tui-location.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tui/tui-location.c b/gdb/tui/tui-location.c
index da41d63..7597198 100644
--- a/gdb/tui/tui-location.c
+++ b/gdb/tui/tui-location.c
@@ -48,7 +48,7 @@ tui_location_tracker::set_location (struct gdbarch *gdbarch,
m_gdbarch = gdbarch;
if (location_changed_p)
- tui_show_locator_content ();
+ tui_show_status_content ();
return location_changed_p;
}
@@ -61,7 +61,7 @@ tui_location_tracker::set_location (struct symtab *symtab)
bool location_changed_p = set_fullname (symtab);
if (location_changed_p)
- tui_show_locator_content ();
+ tui_show_status_content ();
return location_changed_p;
}