aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-10-10 12:42:41 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-10-10 12:42:41 -0500
commit26344e0c532379477be3a203c80722051521a55e (patch)
treec4d912bb13a2115a52ccb1c14096dd72b43ab041 /gdb/ChangeLog
parentc2c440a9038acc7b94ffbc83f4711dbf08b582a9 (diff)
downloadgdb-26344e0c532379477be3a203c80722051521a55e.zip
gdb-26344e0c532379477be3a203c80722051521a55e.tar.gz
gdb-26344e0c532379477be3a203c80722051521a55e.tar.bz2
Include gdbtk.h to avoid declarations
Once https://sourceware.org/ml/insight/2019-q4/msg00000.html lands, we can just include gdbtk.h to get the declarations for external_editor_command and gdbtk_test, instead of having to declare them here in main.c. gdb/ChangeLog: 2019-10-07 Christian Biesinger <cbiesinger@google.com> * main.c (captured_main_1): Include gdbtk.h and remove declarations for external_editor_command and gdbtk_test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2abae43..fba57f3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-10-10 Christian Biesinger <cbiesinger@google.com>
+ * main.c (captured_main_1): Include gdbtk.h and remove declarations
+ for external_editor_command and gdbtk_test.
+
+2019-10-10 Christian Biesinger <cbiesinger@google.com>
+
* mi/mi-cmd-var.c (varobjdebug): Remove declaration.
* varobj.c (varobjdebug): Move comment to...
* varobj.h (varobjdebug): ...here, and declare.