Cite This Page
Bibliographic details for GNU Debugger (GDB)
- Page name: GNU Debugger (GDB)
- Author: UCT EE Wiki contributors
- Publisher: UCT EE Wiki, .
- Date of last revision: 24 July 2020 10:53 UTC
- Date retrieved: 29 November 2025 20:51 UTC
- Permanent URL: http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360
- Page Version ID: 360
Citation styles for GNU Debugger (GDB)
APA style
GNU Debugger (GDB). (2020, July 24). UCT EE Wiki, . Retrieved 20:51, November 29, 2025 from http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360.
MLA style
"GNU Debugger (GDB)." UCT EE Wiki, . 24 Jul 2020, 10:53 UTC. 29 Nov 2025, 20:51 <http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360>.
MHRA style
UCT EE Wiki contributors, 'GNU Debugger (GDB)', UCT EE Wiki, , 24 July 2020, 10:53 UTC, <http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360> [accessed 29 November 2025]
Chicago style
UCT EE Wiki contributors, "GNU Debugger (GDB)," UCT EE Wiki, , http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360 (accessed November 29, 2025).
CBE/CSE style
UCT EE Wiki contributors. GNU Debugger (GDB) [Internet]. UCT EE Wiki, ; 2020 Jul 24, 10:53 UTC [cited 2025 Nov 29]. Available from: http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360.
Bluebook style
GNU Debugger (GDB), http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360 (last visited November 29, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "UCT EE Wiki",
title = "GNU Debugger (GDB) --- UCT EE Wiki{,} ",
year = "2020",
url = "http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360",
note = "[Online; accessed 29-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "UCT EE Wiki",
title = "GNU Debugger (GDB) --- UCT EE Wiki{,} ",
year = "2020",
url = "\url{http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=360}",
note = "[Online; accessed 29-November-2025]"
}