diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-05 19:03:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-05 19:03:47 +0000 |
commit | 2ec3381a434f400b97eeef9acd154c3cc0139ccb (patch) | |
tree | a47bfad5bd0d295e4ffb33bde9172eb40abdc8da /gdb/target.h | |
parent | e8b42ce4f8a8c3f8f67ed0d040f95aa982fcf2ee (diff) | |
download | gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.zip gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.tar.gz gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.tar.bz2 |
gdb/
* remote.c (remote_xfer_partial): Remove KOD support.
* target.h (enum target_object): Remove TARGET_OBJECT_KOD.
* MAINTAINERS: Move Kernel Object Display entry to past maintainers.
* Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o): Remove KOD
support.
* mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
* NEWS: Mention KOD.
* kod.h, kod.c, kod-cisco.c: Delete files.
gdb/doc/
* doc/gdb.texinfo (KOD): Remove node.
(GDB/MI Kod Commands): Remove commented out node.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/target.h b/gdb/target.h index bf4917f..7018c52 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -211,17 +211,10 @@ enum target_signal target_signal_from_name (char *); in the name. The old code's failure to do this lead to much confusion and duplication of effort as each target object attempted to locally take responsibility for something it didn't have to - worry about. - - NOTE: cagney/2003-10-17: With a TARGET_OBJECT_KOD object, for - backward compatibility with the "target_query" method that this - replaced, when OFFSET and LEN are both zero, return the "minimum" - buffer size. See "remote.c" for further information. */ + worry about. */ enum target_object { - /* Kernel Object Display transfer. See "kod.c" and "remote.c". */ - TARGET_OBJECT_KOD, /* AVR target specific transfer. See "avr-tdep.c" and "remote.c". */ TARGET_OBJECT_AVR, /* Transfer up-to LEN bytes of memory starting at OFFSET. */ |