diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-22 10:57:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-22 10:57:12 +0000 |
commit | 23776285b76dc215c60997f27ed37f37dbc63165 (patch) | |
tree | ecac6677086b1ea40e77ec61b32537a6877aad32 /gdb/Makefile.in | |
parent | 0e9517a90d502269cd2b16ce646580dbb6a79033 (diff) | |
download | gdb-23776285b76dc215c60997f27ed37f37dbc63165.zip gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.gz gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.bz2 |
gdb/:
* ser-unix.c (show_serial_hwflow): New function.
(hardwire_raw): Add hardware flow control support.
(_initialize_ser_hardwire): Add "set/show remoteflow".
* Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
* NEWS: Document the new command.
gdb/doc/:
* gdb.texinfo (Remote Configuration): Document "set/show
remoteflow".
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 fe3bfad..5077e67 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2541,7 +2541,7 @@ ser-pipe.o: ser-pipe.c $(defs_h) $(serial_h) $(ser_base_h) $(ser_unix_h) \ ser-tcp.o: ser-tcp.c $(defs_h) $(serial_h) $(ser_base_h) $(ser_tcp_h) \ $(gdb_string_h) ser-unix.o: ser-unix.c $(defs_h) $(serial_h) $(ser_base_h) $(ser_unix_h) \ - $(terminal_h) $(gdb_select_h) $(gdb_string_h) + $(terminal_h) $(gdb_select_h) $(gdb_string_h) $(gdbcmd_h) ser-mingw.o: ser-mingw.c $(defs_h) $(serial_h) $(ser_base_h) \ $(ser_tcp_h) $(gdb_assert_h) $(gdb_string_h) sh64-tdep.o: sh64-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \ |