* annotate.c (annotate_field_end): Fix typo.
* Makefile.in: Move annotate.o from COMMON_OBS to OBS.
* Makefile.in (TSSTART): Remove; no longer used.
Tue May 17 11:08:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * breakpoint.c (breakpoint_1): Fix typo.
+
+ * annotate.c (annotate_field_end): Fix typo.
+
+ * Makefile.in: Move annotate.o from COMMON_OBS to OBS.
+
+ * Makefile.in (TSSTART): Remove; no longer used.
+
* utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call
fputs_unfiltered and exit directly, rather than fatal. The latter
calls vfprintf_unfiltered!
dwarfread.o mipsread.o stabsread.o core.o c-lang.o ch-lang.o m2-lang.o \
complaints.o typeprint.o c-typeprint.o ch-typeprint.o m2-typeprint.o \
c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o nlmread.o \
- serial.o mdebugread.o os9kread.o annotate.o
+ serial.o mdebugread.o os9kread.o
-OBS = $(COMMON_OBS) main.o utils.o
+OBS = $(COMMON_OBS) main.o utils.o annotate.o
LIBGDB_OBS = $(COMMON_OBS) libmain.o libutils.o
NTSOBS = standalone.o
-TSSTART = /lib/crt0.o
-
NTSSTART = kdb-start.o
SUBDIRS = doc testsuite
annotate_field_end ()
{
if (annotation_level > 1)
- printf_filtered ("\n\032\032field-value\n");
+ printf_filtered ("\n\032\032field-end\n");
}
\f
void
if (!found_a_breakpoint++)
{
+ annotate_breakpoints_headers ();
+
annotate_field (0);
printf_filtered ("Num ");
annotate_field (1);