diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-10 00:36:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-10 00:36:46 +0000 |
commit | af030b9af8fb757ef5c5553951a90e20cae1059b (patch) | |
tree | 0a598c8ea3e9ba0753cf194d097c3d2e7df3b3ea /gdb/Makefile.in | |
parent | cb3d25d11f6af715fc361ab4f8e3631be3f6a110 (diff) | |
download | gdb-af030b9af8fb757ef5c5553951a90e20cae1059b.zip gdb-af030b9af8fb757ef5c5553951a90e20cae1059b.tar.gz gdb-af030b9af8fb757ef5c5553951a90e20cae1059b.tar.bz2 |
2002-08-09 Andrew Cagney <cagney@redhat.com>
* regcache.c: Include "gdbcmd.h"
(_initialize_regcache): Add commands "maintenance print
registers", "maintenance print raw-registers" and "maintenance
print cooked-registers".
(enum regcache_dump_what): Define.
(dump_endian_bytes): New function.
(regcache_dump): New function.
(regcache_print): New function.
(maintenance_print_registers): New function.
(maintenance_print_raw_registers): New function.
(maintenance_print_cooked_registers): New function.
* Makefile.in (regcache.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2481bc8..8e2eee5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1495,7 +1495,7 @@ 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) $(gdbarch_h) \ - $(gdbcmd_h) $(regcache_h) $(gdb_assert_h) $(gdb_string_h) + $(gdbcmd_h) $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(gdbcmd_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) |