Fix build error in gdb/rocm-tdep.c
[deliverable/binutils-gdb.git] / gdb / observable.h
index 9ce00993d72fb3e8c9e1f4b666e0d9771fc97ba9..070cf0f18e5197bad9c41e9fe7521dfb91fc9a0b 100644 (file)
@@ -1,6 +1,6 @@
 /* Observers
 
-   Copyright (C) 2016-2019 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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 */
This page took 0.048036 seconds and 4 git commands to generate.