Dynamic debugging technique: Difference between revisions

Content deleted Content added
Cydebot (talk | contribs)
m Robot - Moving category DEC Operating Systems to Category:DEC operating systems per CFD at Wikipedia:Categories for discussion/Log/2014 April 12.
Expanded CP/M DDT section. Added ref
Line 7:
DDT is closely related to [[Octal Debugging Technique|ODT]]. Both names were used for several different debuggers, but generally debuggers with the ODT name had more limited capabilities than DDT debuggers.
 
As{{anchor|CP/M}}Early withversions otherof DEC[[Digital tools,Research]]'s [[CP/M]] earlyand [[CP/M-86]] kept the DEC name DDT (and DDT-86<!-- with hyphen -->) for itstheir debugger, however, now meaning "Dynamic Debugging Tool".<ref name="Kildall_1978_DDT"/> The CP/M DDT was later superseded by [[Symbolic Instruction Debugger|SID]] and SID86<!-- no hyphen --> (for "Symbolic Instruction Debugger").
 
In addition to its normal function as a debugger, DDT was also used as a top-level [[command line interpreter|command shell]] for the [[Massachusetts Institute of Technology|MIT]] [[Incompatible Timesharing System|ITS]] [[operating system]]; on some more recent ITS systems, it is replaced with a "PWORD" which implements a restricted subset of DDT's functionality. DDT could run and debug up to eight [[Process (computing)|processes]] (called "jobs" on ITS) at a time, such as several sessions of [[Text Editor and Corrector|TECO]], and DDT could be run [[recursively]] - that is, some or all of those jobs could themselves be DDTs (which could then run another eight jobs, and so on). These eight jobs were all given unique names, and the usual name for the original and top-most DDT was "HACTRN" ("hack-tran"); thus [[Guy L. Steele]]'s famous [[filk]] poem parody of [[Edgar Allan Poe]]'s "[[The Raven]]," ''The HACTRN''.
 
==See also==
* [[Comparison of computer shells]]
 
==References==
{{reflist|refs=
<ref name="Kildall_1978_DDT">{{cite journal |author-first=Gary Arlen |author-last=Kildall |author-link=Gary Arlen Kildall |title=A simple technique for static relocation of absolute machine code |journal=[[Dr. Dobb's Journal]] (DDJ) |id=#22 |volume=3 |number=2 |date=February 1978 |page=10-13 |url=https://groups.google.com/forum/#!topic/comp.os.cpm/TLHgIi16yTo |access-date=2017-08-19 |dead-url=no<!-- GKPRL.WS4 -->}} [http://www.retrotechnology.com/dri/d_dri_refs.html<!-- https://web.archive.org/web/20170819141800/http://www.retrotechnology.com/dri/d_dri_refs.html-->] [http://archive.computerhistory.org/resources/access/text/2016/12/102762506-05-01-acc.pdf<!-- https://web.archive.org/web/20170819173516/http://archive.computerhistory.org/resources/access/text/2016/12/102762506-05-01-acc.pdf -->]</ref>
}}
 
==External links==