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: 18 August 2020 12:04 UTC
- Date retrieved: 29 November 2025 17:00 UTC
- Permanent URL: http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410
- Page Version ID: 410
Citation styles for GNU Debugger (GDB)
APA style
GNU Debugger (GDB). (2020, August 18). UCT EE Wiki, . Retrieved 17:00, November 29, 2025 from http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410.
MLA style
"GNU Debugger (GDB)." UCT EE Wiki, . 18 Aug 2020, 12:04 UTC. 29 Nov 2025, 17:00 <http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410>.
MHRA style
UCT EE Wiki contributors, 'GNU Debugger (GDB)', UCT EE Wiki, , 18 August 2020, 12:04 UTC, <http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410> [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=410 (accessed November 29, 2025).
CBE/CSE style
UCT EE Wiki contributors. GNU Debugger (GDB) [Internet]. UCT EE Wiki, ; 2020 Aug 18, 12:04 UTC [cited 2025 Nov 29]. Available from: http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410.
Bluebook style
GNU Debugger (GDB), http://wiki.ee.uct.ac.za/index.php?title=GNU_Debugger_(GDB)&oldid=410 (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=410",
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=410}",
note = "[Online; accessed 29-November-2025]"
}