You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

277 lines
13KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Free Software" and "Free Software Needs
  8. Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
  9. and with the Back-Cover Texts as in (a) below.
  10. (a) The FSF's Back-Cover Text is: "You are free to copy and modify
  11. this GNU Manual. Buying copies from GNU Press supports the FSF in
  12. developing GNU and promoting software freedom." -->
  13. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  14. <head>
  15. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  16. <title>Contributors (Debugging with GDB)</title>
  17. <meta name="description" content="Contributors (Debugging with GDB)">
  18. <meta name="keywords" content="Contributors (Debugging with GDB)">
  19. <meta name="resource-type" content="document">
  20. <meta name="distribution" content="global">
  21. <meta name="Generator" content="makeinfo">
  22. <link href="index.html#Top" rel="start" title="Top">
  23. <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
  24. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  25. <link href="Summary.html#Summary" rel="up" title="Summary">
  26. <link href="Sample-Session.html#Sample-Session" rel="next" title="Sample Session">
  27. <link href="Free-Documentation.html#Free-Documentation" rel="prev" title="Free Documentation">
  28. <style type="text/css">
  29. <!--
  30. a.summary-letter {text-decoration: none}
  31. blockquote.indentedblock {margin-right: 0em}
  32. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  33. blockquote.smallquotation {font-size: smaller}
  34. div.display {margin-left: 3.2em}
  35. div.example {margin-left: 3.2em}
  36. div.lisp {margin-left: 3.2em}
  37. div.smalldisplay {margin-left: 3.2em}
  38. div.smallexample {margin-left: 3.2em}
  39. div.smalllisp {margin-left: 3.2em}
  40. kbd {font-style: oblique}
  41. pre.display {font-family: inherit}
  42. pre.format {font-family: inherit}
  43. pre.menu-comment {font-family: serif}
  44. pre.menu-preformatted {font-family: serif}
  45. pre.smalldisplay {font-family: inherit; font-size: smaller}
  46. pre.smallexample {font-size: smaller}
  47. pre.smallformat {font-family: inherit; font-size: smaller}
  48. pre.smalllisp {font-size: smaller}
  49. span.nolinebreak {white-space: nowrap}
  50. span.roman {font-family: initial; font-weight: normal}
  51. span.sansserif {font-family: sans-serif; font-weight: normal}
  52. ul.no-bullet {list-style: none}
  53. -->
  54. </style>
  55. </head>
  56. <body lang="en">
  57. <a name="Contributors"></a>
  58. <div class="header">
  59. <p>
  60. Previous: <a href="Free-Documentation.html#Free-Documentation" accesskey="p" rel="prev">Free Documentation</a>, Up: <a href="Summary.html#Summary" accesskey="u" rel="up">Summary</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  61. </div>
  62. <hr>
  63. <a name="Contributors-to-GDB"></a>
  64. <h3 class="unnumberedsec">Contributors to <small>GDB</small></h3>
  65. <p>Richard Stallman was the original author of <small>GDB</small>, and of many
  66. other <small>GNU</small> programs. Many others have contributed to its
  67. development. This section attempts to credit major contributors. One
  68. of the virtues of free software is that everyone is free to contribute
  69. to it; with regret, we cannot actually acknowledge everyone here. The
  70. file <samp>ChangeLog</samp> in the <small>GDB</small> distribution approximates a
  71. blow-by-blow account.
  72. </p>
  73. <p>Changes much prior to version 2.0 are lost in the mists of time.
  74. </p>
  75. <blockquote>
  76. <p><em>Plea:</em> Additions to this section are particularly welcome. If you
  77. or your friends (or enemies, to be evenhanded) have been unfairly
  78. omitted from this list, we would like to add your names!
  79. </p></blockquote>
  80. <p>So that they may not regard their many labors as thankless, we
  81. particularly thank those who shepherded <small>GDB</small> through major
  82. releases:
  83. Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
  84. Jim Blandy (release 4.18);
  85. Jason Molenda (release 4.17);
  86. Stan Shebs (release 4.14);
  87. Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
  88. Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
  89. John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
  90. Jim Kingdon (releases 3.5, 3.4, and 3.3);
  91. and Randy Smith (releases 3.2, 3.1, and 3.0).
  92. </p>
  93. <p>Richard Stallman, assisted at various times by Peter TerMaat, Chris
  94. Hanson, and Richard Mlynarik, handled releases through 2.8.
  95. </p>
  96. <p>Michael Tiemann is the author of most of the <small>GNU</small> C<tt>++</tt> support
  97. in <small>GDB</small>, with significant additional contributions from Per
  98. Bothner and Daniel Berlin. James Clark wrote the <small>GNU</small> C<tt>++</tt>
  99. demangler. Early work on C<tt>++</tt> was by Peter TerMaat (who also did
  100. much general update work leading to release 3.0).
  101. </p>
  102. <p><small>GDB</small> uses the BFD subroutine library to examine multiple
  103. object-file formats; BFD was a joint project of David V.
  104. Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
  105. </p>
  106. <p>David Johnson wrote the original COFF support; Pace Willison did
  107. the original support for encapsulated COFF.
  108. </p>
  109. <p>Brent Benson of Harris Computer Systems contributed DWARF 2 support.
  110. </p>
  111. <p>Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
  112. Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
  113. support.
  114. Jean-Daniel Fekete contributed Sun 386i support.
  115. Chris Hanson improved the HP9000 support.
  116. Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
  117. David Johnson contributed Encore Umax support.
  118. Jyrki Kuoppala contributed Altos 3068 support.
  119. Jeff Law contributed HP PA and SOM support.
  120. Keith Packard contributed NS32K support.
  121. Doug Rabson contributed Acorn Risc Machine support.
  122. Bob Rusk contributed Harris Nighthawk CX-UX support.
  123. Chris Smith contributed Convex support (and Fortran debugging).
  124. Jonathan Stone contributed Pyramid support.
  125. Michael Tiemann contributed SPARC support.
  126. Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
  127. Pace Willison contributed Intel 386 support.
  128. Jay Vosburgh contributed Symmetry support.
  129. Marko Mlinar contributed OpenRISC 1000 support.
  130. </p>
  131. <p>Andreas Schwab contributed M68K <small>GNU</small>/Linux support.
  132. </p>
  133. <p>Rich Schaefer and Peter Schauer helped with support of SunOS shared
  134. libraries.
  135. </p>
  136. <p>Jay Fenlason and Roland McGrath ensured that <small>GDB</small> and GAS agree
  137. about several machine instruction sets.
  138. </p>
  139. <p>Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
  140. remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
  141. contributed remote debugging modules for the i960, VxWorks, A29K UDI,
  142. and RDI targets, respectively.
  143. </p>
  144. <p>Brian Fox is the author of the readline libraries providing
  145. command-line editing and command history.
  146. </p>
  147. <p>Andrew Beers of SUNY Buffalo wrote the language-switching code, the
  148. Modula-2 support, and contributed the Languages chapter of this manual.
  149. </p>
  150. <p>Fred Fish wrote most of the support for Unix System Vr4.
  151. He also enhanced the command-completion support to cover C<tt>++</tt> overloaded
  152. symbols.
  153. </p>
  154. <p>Hitachi America (now Renesas America), Ltd. sponsored the support for
  155. H8/300, H8/500, and Super-H processors.
  156. </p>
  157. <p>NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
  158. </p>
  159. <p>Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
  160. processors.
  161. </p>
  162. <p>Toshiba sponsored the support for the TX39 Mips processor.
  163. </p>
  164. <p>Matsushita sponsored the support for the MN10200 and MN10300 processors.
  165. </p>
  166. <p>Fujitsu sponsored the support for SPARClite and FR30 processors.
  167. </p>
  168. <p>Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
  169. watchpoints.
  170. </p>
  171. <p>Michael Snyder added support for tracepoints.
  172. </p>
  173. <p>Stu Grossman wrote gdbserver.
  174. </p>
  175. <p>Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
  176. nearly innumerable bug fixes and cleanups throughout <small>GDB</small>.
  177. </p>
  178. <p>The following people at the Hewlett-Packard Company contributed
  179. support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
  180. (narrow mode), HP&rsquo;s implementation of kernel threads, HP&rsquo;s aC<tt>++</tt>
  181. compiler, and the Text User Interface (nee Terminal User Interface):
  182. Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
  183. Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
  184. provided HP-specific information in this manual.
  185. </p>
  186. <p>DJ Delorie ported <small>GDB</small> to MS-DOS, for the DJGPP project.
  187. Robert Hoehne made significant contributions to the DJGPP port.
  188. </p>
  189. <p>Cygnus Solutions has sponsored <small>GDB</small> maintenance and much of its
  190. development since 1991. Cygnus engineers who have worked on <small>GDB</small>
  191. fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
  192. Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
  193. Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
  194. Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
  195. Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
  196. addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
  197. JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
  198. Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
  199. Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
  200. Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
  201. Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
  202. Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
  203. Zuhn have made contributions both large and small.
  204. </p>
  205. <p>Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
  206. Cygnus Solutions, implemented the original <small>GDB/MI</small> interface.
  207. </p>
  208. <p>Jim Blandy added support for preprocessor macros, while working for Red
  209. Hat.
  210. </p>
  211. <p>Andrew Cagney designed <small>GDB</small>&rsquo;s architecture vector. Many
  212. people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
  213. Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
  214. Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
  215. Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
  216. with the migration of old architectures to this new framework.
  217. </p>
  218. <p>Andrew Cagney completely re-designed and re-implemented <small>GDB</small>&rsquo;s
  219. unwinder framework, this consisting of a fresh new design featuring
  220. frame IDs, independent frame sniffers, and the sentinel frame. Mark
  221. Kettenis implemented the <small>DWARF 2</small> unwinder, Jeff Johnston the
  222. libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
  223. trad unwinders. The architecture-specific changes, each involving a
  224. complete rewrite of the architecture&rsquo;s frame code, were carried out by
  225. Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
  226. Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
  227. Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
  228. Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
  229. Weigand.
  230. </p>
  231. <p>Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
  232. Tensilica, Inc. contributed support for Xtensa processors. Others
  233. who have worked on the Xtensa port of <small>GDB</small> in the past include
  234. Steve Tjiang, John Newlin, and Scott Foehner.
  235. </p>
  236. <p>Michael Eager and staff of Xilinx, Inc., contributed support for the
  237. Xilinx MicroBlaze architecture.
  238. </p>
  239. <p>Initial support for the FreeBSD/mips target and native configuration
  240. was developed by SRI International and the University of Cambridge
  241. Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
  242. (&quot;CTSRD&quot;), as part of the DARPA CRASH research programme.
  243. </p>
  244. <p>Initial support for the FreeBSD/riscv target and native configuration
  245. was developed by SRI International and the University of Cambridge
  246. Computer Laboratory (Department of Computer Science and Technology)
  247. under DARPA contract HR0011-18-C-0016 (&quot;ECATS&quot;), as part of the DARPA
  248. SSITH research programme.
  249. </p>
  250. <p>The original port to the OpenRISC 1000 is believed to be due to
  251. Alessandro Forin and Per Bothner. More recent ports have been the work
  252. of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
  253. Stafford Horne.
  254. </p>
  255. <p>Weimin Pan, David Faust and Jose E. Marchesi contributed support for
  256. the Linux kernel BPF virtual architecture. This work was sponsored by
  257. Oracle.
  258. </p>
  259. <hr>
  260. <div class="header">
  261. <p>
  262. Previous: <a href="Free-Documentation.html#Free-Documentation" accesskey="p" rel="prev">Free Documentation</a>, Up: <a href="Summary.html#Summary" accesskey="u" rel="up">Summary</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  263. </div>
  264. </body>
  265. </html>