diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-28 01:53:16 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-28 01:53:16 +0000 |
commit | 4046d9130ebf3fb4dbb3fa49dfc7e23df7e59d87 (patch) | |
tree | b1cf329700df15183d615e7af51dcd0326308e39 /qemu-doc.texi | |
parent | f749998939e564d8b8363bd6148b7a067d6bc9e3 (diff) | |
download | qemu-4046d9130ebf3fb4dbb3fa49dfc7e23df7e59d87.zip qemu-4046d9130ebf3fb4dbb3fa49dfc7e23df7e59d87.tar.gz qemu-4046d9130ebf3fb4dbb3fa49dfc7e23df7e59d87.tar.bz2 |
Use standard character device interface for gdbstub.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2363 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 4b9c5f4..0874f4c 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -631,7 +631,8 @@ non graphical mode. @item -s Wait gdb connection to port 1234 (@pxref{gdb_usage}). @item -p port -Change gdb connection port. +Change gdb connection port. @var{port} can be either a decimal number +to specify a TCP port, or a host device (same devices as the serial port). @item -S Do not start CPU at startup (you must type 'c' in the monitor). @item -d |