diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-19 01:31:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-19 01:31:47 +0000 |
commit | 07f31aa6dca3930785150d2081163486f40eca31 (patch) | |
tree | 8e5edc060eb2157a5985653ab1d4dbed410e2432 /gdb/doc/ChangeLog | |
parent | 173b1c982aa0a176d06c50421fdec23508b4b9eb (diff) | |
download | gdb-07f31aa6dca3930785150d2081163486f40eca31.zip gdb-07f31aa6dca3930785150d2081163486f40eca31.tar.gz gdb-07f31aa6dca3930785150d2081163486f40eca31.tar.bz2 |
* gdb.texinfo (Remote Debugging): New section "Connecting to a
remote target". Document the "detach" and "disconnect" commands.
(Server, Netware, Debug Session): Reference "Connecting to a
remote target".
(GDB/MI Target Manipulation): Document "-target-disconnect".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7dcda46..0edd33b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2003-06-18 Daniel Jacobowitz <drow@mvista.com> + + * gdb.texinfo (Remote Debugging): New section "Connecting to a + remote target". Document the "detach" and "disconnect" commands. + (Server, Netware, Debug Session): Reference "Connecting to a + remote target". + (GDB/MI Target Manipulation): Document "-target-disconnect". + 2003-06-13 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate |