diff options
author | Andrew Cagney <cagney@redhat.com> | 2006-04-22 23:12:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2006-04-22 23:12:03 +0000 |
commit | c5e30d0156ffae49fd287b17d2bdc3f531ae934f (patch) | |
tree | 52d0292d1e4aa0f65fcfd7922a32602289a09478 /gdb/doc/gdb.texinfo | |
parent | 9aa8aaf75010a80335716d189d40bfbd04e8792f (diff) | |
download | gdb-c5e30d0156ffae49fd287b17d2bdc3f531ae934f.zip gdb-c5e30d0156ffae49fd287b17d2bdc3f531ae934f.tar.gz gdb-c5e30d0156ffae49fd287b17d2bdc3f531ae934f.tar.bz2 |
2006-04-22 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Contributors): Credit frame unwinder contributors.
* gdbint.texinfo (Algorithms): Fix errors in frame documentation.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 790c58d..a7d182b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -484,6 +484,19 @@ Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped with the migration of old architectures to this new framework. +Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s +unwinder framework, this consisting of a fresh new design featuring +frame IDs, independent frame sniffers, and the sentinel frame. Mark +Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the +libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and +trad unwinders. The architecture specific changes, each involving a +complete rewrite of the architecture's frame code, were carried out by +Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane +Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel +Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei +Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich +Weigand. + @node Sample Session @chapter A Sample @value{GDBN} Session |