summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-02 20:51:21 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-02 20:51:21 +0000
commit5ace18a6b312b57b4309ac0054a53ba8ae836cb2 (patch)
treeb9b7d54fb95e7a1118caaa8b62508aec2969b66e /gdb
parent1bb17a9b305d95d475b6bc6a19b8b84ea3c5fc98 (diff)
downloadgdb-5ace18a6b312b57b4309ac0054a53ba8ae836cb2.tar.gz
Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Include "gdb_string.h". * gdbarch.c: Regenerate. * regcache.c: Include "gdb_string.h". * ax-general.c: Ditto. * varobj.c: Ditto. * std-regs.c: Ditto. * fbsd-proc.c: Ditto. * thread.c: Ditto. * Makefile.in (regcache.o): Update dependencies. (thread.o, gdbarch.o): Ditto. (ax-general.o, gdbarch.o): Ditto. (varobj.o, std-regs.o): Ditto. (fbsd-proc.o): Specify dependencies.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog18
-rw-r--r--gdb/Makefile.in32
-rw-r--r--gdb/ax-general.c1
-rw-r--r--gdb/fbsd-proc.c1
-rw-r--r--gdb/gdbarch.c1
-rwxr-xr-xgdb/gdbarch.sh1
-rw-r--r--gdb/regcache.c1
-rw-r--r--gdb/std-regs.c1
-rw-r--r--gdb/thread.c1
-rw-r--r--gdb/varobj.c1
10 files changed, 45 insertions, 13 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index faea2600490..aa963756c13 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,21 @@
+Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
+
+ * gdbarch.sh: Include "gdb_string.h".
+ * gdbarch.c: Regenerate.
+
+ * regcache.c: Include "gdb_string.h".
+ * ax-general.c: Ditto.
+ * varobj.c: Ditto.
+ * std-regs.c: Ditto.
+ * fbsd-proc.c: Ditto.
+ * thread.c: Ditto.
+
+ * Makefile.in (regcache.o): Update dependencies.
+ (thread.o, gdbarch.o): Ditto.
+ (ax-general.o, gdbarch.o): Ditto.
+ (varobj.o, std-regs.o): Ditto.
+ (fbsd-proc.o): Specify dependencies.
+
2002-08-02 Andrew Cagney <cagney@redhat.com>
* regcache.c (regcache_cooked_read): Rename rawnum parameter to
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e22d6506dd1..832103cc2a5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1482,6 +1482,9 @@ exec.o: exec.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) $(inferior_h) \
expprint.o: expprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
$(language_h) $(parser_defs_h) $(symtab_h) $(value_h)
+fbsd-proc.o: fbsd-proc.c $(defs_h) $(gdbcore_h) $(inferior_h) $(gdb_string_h) \
+ $(elf_bfd_h) $(gregset_h)
+
findvar.o: findvar.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
$(gdb_string_h) $(regcache_h) $(builtin_regs_h)
@@ -1491,7 +1494,8 @@ frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \
frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
$(arch_utils_h) $(regcache_h)
-regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h)
+regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(gdbarch_h) \
+ $(gdbcmd_h) $(regcache_h) $(gdb_assert_h) $(gdb_string_h)
fork-child.o: fork-child.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) \
$(inferior_h) $(target_h) $(terminal_h) $(gdbthread_h) $(gdb_string_h)
@@ -1598,11 +1602,11 @@ tracepoint.o: tracepoint.c $(defs_h) $(symtab_h) $(frame_h) $(tracepoint_h) \
$(language_h) $(gdb_string_h) $(readline_headers) $(remote_h) \
$(linespec_h) $(regcache_h) $(completer_h)
-gdbarch.o: gdbarch.c $(defs_h) $(bfd_h) $(gdbcmd_h) $(gdb_string_h) \
- $(symtab_h) $(frame_h) $(inferior_h) $(breakpoint_h) $(gdb_wait_h) \
- $(gdbcore_h) $(target_h) $(gdbthread_h) $(annotate_h) $(symfile_h) \
- $(value_h) $(symcat_h) $(floatformat_h) $(gdb_assert_h) \
- $(gdb_events_h)
+gdbarch.o: gdbarch.c $(defs_h) $(arch_utils_h) $(gdbcmd_h) $(inferior_h) \
+ $(gdb_string_h) $(symtab_h) $(frame_h) $(inferior_h) $(breakpoint_h) \
+ $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(gdbthread_h) \
+ $(annotate_h) $(symfile_h) $(value_h) $(symcat_h) $(floatformat_h) \
+ $(gdb_assert_h) $(gdb_string_h) $(gdb_events_h)
arch-utils.o: arch-utils.c $(defs_h) $(bfd_h) $(gdbcmd_h) \
$(arch_utils_h) $(gdb_assert_h) $(inferior_h) \
@@ -1914,8 +1918,8 @@ somread.o: somread.c $(bfd_h) $(buildsym_h) $(complaints_h) $(defs_h) \
somsolib.o: somsolib.c $(defs_h) $(regcache_h)
-std-regs.o: std-regs.c $(defs_h) $(builtin_regs_h) $(frame_h) \
- $(gdbtypes_h) $(value_h)
+std-regs.o: std-regs.c $(defs_h) $(builtin_regs_h) $(frame_h) $(gdbtypes_h) \
+ $(value_h) $(gdb_string_h)
pa64solib.o: pa64solib.c $(defs_h) $(regcache_h)
@@ -2194,7 +2198,8 @@ tui-file.o: $(srcdir)/tui/tui-file.c $(defs_h) $(srcdir)/tui/tui-file.h \
$(srcdir)/tui/tuiIO.h
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-file.c
-ax-general.o: ax-general.c $(ax_h) $(defs_h) $(value_h)
+ax-general.o: ax-general.c $(defs_h) $(ax_h) $(value_h)
+
ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) $(symfile_h) $(gdbtypes_h) \
$(value_h) $(expression_h) $(command_h) $(ax_h) $(gdbcmd_h) ax-gdb.h
@@ -2240,8 +2245,9 @@ macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) \
target.o: target.c $(bfd_h) $(defs_h) $(gdbcmd_h) $(inferior_h) \
$(objfiles_h) $(symfile_h) $(target_h) $(gdb_string_h) $(regcache_h)
-thread.o: thread.c $(defs_h) $(gdbthread_h) $(gdbcmd_h) $(target_h) \
- $(regcache_h) $(ui_out_h) $(gdb_h)
+thread.o: thread.c $(defs_h) $(symtab_h) $(frame_h) $(inferior_h) \
+ $(environ_h) $(value_h) $(target_h) $(gdbthread_h) $(command_h) \
+ $(gdbcmd_h) $(regcache_h) $(gdb_h) $(ui_out_h)
completer.o: completer.c $(completer_h) $(gdbtypes_h) $(symtab_h) \
$(defs_h) $(gdbcmd_h) $(expression_h) $(readline_headers) \
@@ -2349,8 +2355,8 @@ gdb-events.o: gdb-events.c $(gdb_events_h) $(defs_h) $(gdbcmd_h)
ui-out.o: ui-out.c $(defs_h) $(ui_out_h) $(expression_h) $(language_h)
cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
-varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
- $(language_h) $(valprint_h) $(varobj_h) $(wrapper_h)
+varobj.o: varobj.c $(defs_h) $(value_h) $(expression_h) $(frame_h) \
+ $(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h)
wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) $(wrapper_h)
diff --git a/gdb/ax-general.c b/gdb/ax-general.c
index 9451837b97e..c36c76ddf10 100644
--- a/gdb/ax-general.c
+++ b/gdb/ax-general.c
@@ -27,6 +27,7 @@
#include "ax.h"
#include "value.h"
+#include "gdb_string.h"
static void grow_expr (struct agent_expr *x, int n);
diff --git a/gdb/fbsd-proc.c b/gdb/fbsd-proc.c
index c68238dbece..6c47979650a 100644
--- a/gdb/fbsd-proc.c
+++ b/gdb/fbsd-proc.c
@@ -21,6 +21,7 @@
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
+#include "gdb_string.h"
#include <sys/procfs.h>
#include <sys/types.h>
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 419d215852a..d7987af5e94 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -62,6 +62,7 @@
#include "floatformat.h"
#include "gdb_assert.h"
+#include "gdb_string.h"
#include "gdb-events.h"
/* Static function declarations */
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 734999e889b..5db9df07ceb 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -1238,6 +1238,7 @@ cat <<EOF
#include "floatformat.h"
#include "gdb_assert.h"
+#include "gdb_string.h"
#include "gdb-events.h"
/* Static function declarations */
diff --git a/gdb/regcache.c b/gdb/regcache.c
index 49bafa72175..bd1018a9bb2 100644
--- a/gdb/regcache.c
+++ b/gdb/regcache.c
@@ -27,6 +27,7 @@
#include "gdbcmd.h"
#include "regcache.h"
#include "gdb_assert.h"
+#include "gdb_string.h"
/*
* DATA STRUCTURE
diff --git a/gdb/std-regs.c b/gdb/std-regs.c
index b96c9018783..8177fc281cb 100644
--- a/gdb/std-regs.c
+++ b/gdb/std-regs.c
@@ -26,6 +26,7 @@
#include "frame.h"
#include "gdbtypes.h"
#include "value.h"
+#include "gdb_string.h"
/* Types that describe the various builtin registers. */
diff --git a/gdb/thread.c b/gdb/thread.c
index 45130bbb0ee..fa5eb27b15c 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -34,6 +34,7 @@
#include "gdbcmd.h"
#include "regcache.h"
#include "gdb.h"
+#include "gdb_string.h"
#include <ctype.h>
#include <sys/types.h>
diff --git a/gdb/varobj.c b/gdb/varobj.c
index 5dd8b6fb217..4ae046aad4e 100644
--- a/gdb/varobj.c
+++ b/gdb/varobj.c
@@ -23,6 +23,7 @@
#include "language.h"
#include "wrapper.h"
#include "gdbcmd.h"
+#include "gdb_string.h"
#include <math.h>
#include "varobj.h"