mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* gdb-events.sh: Fix quote escaping which was obsoleted
by last patch.
This commit is contained in:
@@ -355,7 +355,7 @@ void
|
||||
${function}_event (${formal})
|
||||
{
|
||||
if (gdb_events_debug)
|
||||
fprintf_unfiltered (gdb_stdlog, \"${function}_event\n\");
|
||||
fprintf_unfiltered (gdb_stdlog, "${function}_event\n");
|
||||
if (!current_event_hooks->${function})
|
||||
return;
|
||||
current_event_hooks->${function} (${actual});
|
||||
|
||||
Reference in New Issue
Block a user