mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gdb-events.sh: Fix quote escaping which was obsoleted
by last patch.
This commit is contained in:
parent
9e79109904
commit
8c6ee71525
@ -1,3 +1,8 @@
|
||||
2001-06-07 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gdb-events.sh: Fix quote escaping which was obsoleted
|
||||
by last patch.
|
||||
|
||||
2001-06-07 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gdb-events.sh: Make if statements and tests
|
||||
|
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user