Lines Matching refs:events

28 # The gdb-events.h/gdb-events.c files this script generates are commited
31 # Any UI module that is installing events is changed so that the
32 # events are installed using the ``set_gdb_events()'' and
35 # stack that allows several ui blocks to install their own events.
37 # Each of the variable events (as currently generated) is converted
139 /* This file was created with the aid of \`\`gdb-events.sh''.
141 The bourn shell script \`\`gdb-events.sh'' creates the files
142 \`\`new-gdb-events.c'' and \`\`new-gdb-events.h and then compares
143 them against the existing \`\`gdb-events.[hc]''. Any differences
146 If editing this file, please also run gdb-events.sh and merge any
148 to this file, modifying gdb-events.sh and using its output may
158 exec > new-gdb-events.h
174 /* COMPAT: pointer variables for old, unconverted events.
205 /* gdb-events: object. */
220 /* Interface into events functions.
264 /* Install custom gdb-events hooks. */
267 /* Deliver any pending events. */
284 #../move-if-change new-gdb-events.h gdb-events.h
285 if test -r gdb-events.h
287 diff -c gdb-events.h new-gdb-events.h
290 echo "gdb-events.h changed? cp new-gdb-events.h gdb-events.h" 1>&2
293 echo "File missing? mv new-gdb-events.h gdb-events.h" 1>&2
302 exec > new-gdb-events.c
307 #include "gdb-events.h"
516 /* Just zap any events left around from last time. */
523 /* Process any pending events. Because one of the deliveries could
605 #../move-if-change new-gdb-events.c gdb-events.c
607 sed < new-gdb-events.c > tmp-gdb-events.c \
609 mv tmp-gdb-events.c new-gdb-events.c
611 if test -r gdb-events.c
613 diff -c gdb-events.c new-gdb-events.c
616 echo "gdb-events.c changed? cp new-gdb-events.c gdb-events.c" 1>&2
619 echo "File missing? mv new-gdb-events.c gdb-events.c" 1>&2