mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
* gdb-events.sh: Fix quote escaping which was obsoleted
by last patch.
This commit is contained in:
@ -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>
|
2001-06-07 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
* gdb-events.sh: Make if statements and tests
|
* gdb-events.sh: Make if statements and tests
|
||||||
|
@ -355,7 +355,7 @@ void
|
|||||||
${function}_event (${formal})
|
${function}_event (${formal})
|
||||||
{
|
{
|
||||||
if (gdb_events_debug)
|
if (gdb_events_debug)
|
||||||
fprintf_unfiltered (gdb_stdlog, \"${function}_event\n\");
|
fprintf_unfiltered (gdb_stdlog, "${function}_event\n");
|
||||||
if (!current_event_hooks->${function})
|
if (!current_event_hooks->${function})
|
||||||
return;
|
return;
|
||||||
current_event_hooks->${function} (${actual});
|
current_event_hooks->${function} (${actual});
|
||||||
|
Reference in New Issue
Block a user