Software:sdb (debugger)
From HandWiki
Revision as of 11:59, 10 August 2021 by imported>PolicyEnforcerIA (attribution)
Written in | C |
---|---|
Operating system | UNIX/32V |
Type | Debugger |
SDB is a symbolic debugger for C programs. It may be used to examine their files and to provide a controlled environment for their execution. SDB was first introduced in UNIX/32V. The authors(s) of the original version are unknown, but a second version was created from scratch in 1988 by Brian Russell and David Weatherford.
Technical details
SDB is a minimal debugger, that can only debug C programs compiled in COFF format with debug options. The later version (1988) was capable of reading DWARF debugging information.
Tutorials
This article uses only URLs for external sources. (2021) (Learn how and when to remove this template message) |
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (2021) (Learn how and when to remove this template message) |
Original source: https://en.wikipedia.org/wiki/Sdb (debugger).
Read more |