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.
This commit is contained in:
parent
aec6cd371d
commit
0a0640e3ba
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -821,7 +821,7 @@ static void
|
|||
record_full_open_1 (const char *name, int from_tty)
|
||||
{
|
||||
if (record_debug)
|
||||
fprintf_unfiltered (gdb_stdlog, "Process record: record_full_open\n");
|
||||
fprintf_unfiltered (gdb_stdlog, "Process record: record_full_open_1\n");
|
||||
|
||||
/* check exec */
|
||||
if (!target_has_execution)
|
||||
|
|
Loading…
Add table
Reference in a new issue