diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
| commit | 839f11a4fe18e4ae2dd930766b551fa67e354735 (patch) | |
| tree | f4eb059d7bece22fe786b8ea954ad4670def8331 /tools/debugscripts/dot.gdbinit | |
| parent | 4504d0f482fe1a97d3bae2a51ecd996d9678b346 (diff) | |
A number of places in the source tree still reference cuad.* after
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
Diffstat (limited to 'tools/debugscripts/dot.gdbinit')
| -rw-r--r-- | tools/debugscripts/dot.gdbinit | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index e57ac1676476..1a340c08ab8c 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -36,16 +36,16 @@ target remote $arg0 end document tr -Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuad0' to use first serial port, or 'tr localhost:5556' for default firewire port. See also tr0, tr1 and trf commands. +Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuau0' to use first serial port, or 'tr localhost:5556' for default firewire port. See also tr0, tr1 and trf commands. end # Convenience functions. These call tr. -# debug via cuad0 +# debug via cuau0 define tr0 -tr /dev/cuad0 +tr /dev/cuau0 end define tr1 -tr /dev/cuad1 +tr /dev/cuau1 end # Firewire define trf @@ -53,10 +53,10 @@ tr localhost:5556 end document tr0 -Debug a remote system via serial interface /dev/cuad0. See also tr, tr1 and trf commands. +Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands. end document tr1 -Debug a remote system via serial interface /dev/cuad1. See also tr, tr0 and trf commands. +Debug a remote system via serial interface /dev/cuau1. See also tr, tr0 and trf commands. end document trf Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 commands. @@ -107,7 +107,7 @@ source gdbinit.kernel source gdbinit.machine echo Ready to go. Enter 'tr' to connect to the remote target\n -echo with /dev/cuad0, 'tr /dev/cuad1' to connect to a different port\n +echo with /dev/cuau0, 'tr /dev/cuau1' to connect to a different port\n echo or 'trf portno' to connect to the remote target with the firewire\n echo interface. portno defaults to 5556.\n echo \n |
