The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: will.senn@gmail.com (Will Senn)
Subject: [TUHS] v6 debugging
Date: Sat, 23 Jan 2016 10:58:31 -0600	[thread overview]
Message-ID: <56A3B137.80505@gmail.com> (raw)

All,

I'm finally returning to my study of v6 after digging a bit further into 
assembly language and "other" pdp-11 operating systems. I even managed 
to get hello, world working in assembly in v6 and interestingly enough, 
I actually see how it works... for the most part :). Mini-note here:

http://decuser.blogspot.com/2016/01/hello-world-in-assembly-on-research.html

My question for y'all today is as follows (asked previously with a much 
larger gap in understanding):

How did folks debug assembly routines in Unix v6, back in the day?

I realize that most folks didn't do assembly, but some did and I'm 
curious what their approach might have been.

After having worked with RT-11 for a bit, I can see how I might develop 
using RT-11 and then "port" a program across, but that seems less than 
ideal. Here is my short list of missing features as I see them:

1. No listing file/cross reference list created by as.
2. No map file created by ld.
3. No debugger that I can find.
4. This is not a missing feature, but it deserves inclusion in the list, 
the command as has possibly the most terse error messages I have ever 
seen - B 12? Really? Thankfully, the awesome man command comes to the 
rescue with the list of error codes.

My workarounds include using OD to view the generated machine code and 
adding mesg calls.

Thoughts?

Will


             reply	other threads:[~2016-01-23 16:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-23 16:58 Will Senn [this message]
2016-01-23 17:25 ` Brantley Coile
2016-01-23 17:30 ` Clem Cole
2016-01-23 17:39   ` Clem Cole
2016-01-23 17:18 Noel Chiappa
2016-01-23 17:38 ` Will Senn
2016-01-23 18:03 Noel Chiappa
2016-01-23 18:42 ` Will Senn
2016-01-25 15:12 Noel Chiappa
2016-01-25 15:12 Noel Chiappa
2016-01-25 15:26 ` Clem Cole

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A3B137.80505@gmail.com \
    --to=will.senn@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).