aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2019-12-21 14:47:17 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2020-01-25 11:09:13 +0100
commite47e48f6a767bb4874be99f6854d09823cd79adc (patch)
treeba992e2a752f8229dacdd070f38ce47d68d4430c /gdb/ChangeLog
parentb1468492c69335b023e6e4adf15ba0de0263812e (diff)
downloadgdb-e47e48f6a767bb4874be99f6854d09823cd79adc.zip
gdb-e47e48f6a767bb4874be99f6854d09823cd79adc.tar.gz
gdb-e47e48f6a767bb4874be99f6854d09823cd79adc.tar.bz2
Document 'set|show exec-file-mismatch (ask|warn|off)'
Mention in NEWS the new option and the set/show commands. Document in gdb.texinfo the new option and the set/show commands. gdb/ChangeLog 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be> * NEWS: Mention the new option and the set/show commands. gdb/doc/ChangeLog 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be> * gdb.texinfo (Attach): Document the new option and the set/show commands. (Connecting): Reference the exec-file-mismatch option.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fdd6622..b3aa3e0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
+ * NEWS: Mention the new option and the set/show commands.
+
+2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
+
* exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
(show_exec_file_mismatch_command, set_exec_file_mismatch_command)
(validate_exec_file): New variables, enums, functions.