aboutsummaryrefslogtreecommitdiff
path: root/gdb/observable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/observable.h')
-rw-r--r--gdb/observable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/observable.h b/gdb/observable.h
index 9ce0099..0c41aa3 100644
--- a/gdb/observable.h
+++ b/gdb/observable.h
@@ -241,6 +241,12 @@ extern observable<user_selected_what /* selection */>
should be reconsulted. */
extern observable<> source_styling_changed;
+/* The CLI's notion of the current source has changed. This differs
+ from user_selected_context_changed in that it is also set by the
+ "list" command. */
+
+extern observable<> current_source_symtab_and_line_changed;
+
} /* namespace observers */
} /* namespace gdb */