diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-28 21:34:54 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-28 21:36:32 -0500 |
commit | 0a0640e3ba9a668c4c317520c48246e1cc8d75ca (patch) | |
tree | 32779e98e6e828ee9632a6f9ff38412a97c489c3 /gdb/ChangeLog | |
parent | aec6cd371d194f93cb7651c219b75eed05bdda98 (diff) | |
download | gdb-0a0640e3ba9a668c4c317520c48246e1cc8d75ca.zip gdb-0a0640e3ba9a668c4c317520c48246e1cc8d75ca.tar.gz gdb-0a0640e3ba9a668c4c317520c48246e1cc8d75ca.tar.bz2 |
Fix debug output in record_full_open_1
The printed function name should be record_full_open_1, not
record_full_open.
gdb/ChangeLog:
* record-full.c (record_full_open_1): Fix debug output.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77bdfb5..59c39fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-11-28 Simon Marchi <simon.marchi@polymtl.ca> + + * record-full.c (record_full_open_1): Fix debug output. + 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca> * mi/mi-out.c (mi_message): Remove verbosity argument. |