diff options
author | Pedro Alves <palves@redhat.com> | 2011-12-14 14:46:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-12-14 14:46:24 +0000 |
commit | 2fb860fcbc80b76dbd84958e547ddf1bdd1c4417 (patch) | |
tree | 02f4af0e43c6436a80e0282de46271744d9d6344 /gdb/doc/ChangeLog | |
parent | ad32032e2e1a386cbda9879e796125d2e0301dc9 (diff) | |
download | gdb-2fb860fcbc80b76dbd84958e547ddf1bdd1c4417.zip gdb-2fb860fcbc80b76dbd84958e547ddf1bdd1c4417.tar.gz gdb-2fb860fcbc80b76dbd84958e547ddf1bdd1c4417.tar.bz2 |
2011-12-14 Pedro Alves <pedro@codesourcery.com>
* gdb.texinfo (Implementing a Remote Stub): Explain that you
should transfer control to the stub in the startup code instead of
in main. Mention the need to get past the initial breakpoint.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b295a48..6cd0b9b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-12-14 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo (Implementing a Remote Stub): Explain that you + should transfer control to the stub in the startup code instead of + in main. Mention the need to get past the initial breakpoint. + 2011-12-06 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Set Breaks): Update for new behavior. |