Talk:On-line Debugging Tool

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Requested move[edit]

The following discussion is an archived discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. No further edits should be made to this section.

The result of the move request was: page moved. Propaniac (talk) 17:28, 13 August 2010 (UTC)[reply]


Octal Debugging TechniqueOn-line Debugging Tool — On-line Debugging Tool is the name used for this tool in the standard Digital documentation. If anybody has any evidence that Octal Debugging Technique was used by Digital as a meaning for the mnemonic I am happy to leave the page in place and add a redirect.FrankFlanagan (talk) 17:32, 2 August 2010 (UTC)[reply]

The above discussion is preserved as an archive of a requested move. Please do not modify it. Subsequent comments should be made in a new section on this talk page. No further edits should be made to this section.

Having just checked the PDP-11 handbook, I find that it's actually "On-line Debugging Technique", not either of the options discussed above. Iamleeg (talk) 19:05, 7 August 2011 (UTC)[reply]

The RSX Debugging Reference Manual [1] calls it "On-Line Debugging Tool". Sillbit (talk) 21:18, 6 April 2023 (UTC)[reply]

References

PDP-11 explanation[edit]

The article tries to explain the PDP-11 as such, and do a bad job of it. The PDP-11 do have virtual memory, and ODT is actually accessing the memory of the process on systems where you have multiple processes and memory protection. It does not access physical memory. The APRs are used by the MMU to map the memory, and is totally invisible to any user of ODT on such systems. Any address and memory content referred to are for virtual addresses in the virtual memory of the process ODT is being used on. Any other process is totally unaffected by, and invisible to the user working in ODT. Sillbit (talk) 21:22, 6 April 2023 (UTC)[reply]