diff options
author | Jim Blandy <jimb@codesourcery.com> | 2008-01-17 20:18:48 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2008-01-17 20:18:48 +0000 |
commit | 92726479b279b23d62ba955388e58abc287ed9b0 (patch) | |
tree | e73c98152d1d59ef7c05a00f67f8d158409d479a /gdb/README | |
parent | ef80d18e09a88e922addd6c9830795f3e069df02 (diff) | |
download | gdb-92726479b279b23d62ba955388e58abc287ed9b0.zip gdb-92726479b279b23d62ba955388e58abc287ed9b0.tar.gz gdb-92726479b279b23d62ba955388e58abc287ed9b0.tar.bz2 |
* README: Mention gdbserver/README.
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -453,6 +453,10 @@ with the remote.c stub over a serial line. allows remote debugging for Unix applications. gdbserver is only supported for some native configurations, including Sun 3, Sun 4, and Linux. +The file gdb/gdbserver/README includes further notes on gdbserver; in +particular, it explains how to build gdbserver for cross-debugging +(where gdbserver runs on the target machine, which is of a different +architecture than the host machine running GDB). There are a number of remote interfaces for talking to existing ROM monitors and other hardware: |