1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-26 08:53:29 +00:00

Added PROBE.

This commit is contained in:
Eric Swenson
2016-12-10 23:11:45 -08:00
committed by Lars Brinkhoff
parent e0c4656de6
commit 109360ae03
3 changed files with 1268 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ There's a [DDT cheat sheet](doc/DDT.md) for Unix users.
- PEEK, system monitoring.
- PFTHMG, Puff the magic dragon.
- PR, print out various system documentation.
- PROBE, probe inside job and display various information about it.
- PRUFD, list files on disk volume.
- PTY, pseudo-tty
- PWORD, replacement for sys;atsign hactrn that requires registered logins.

View File

@@ -831,6 +831,18 @@ expect ":KILL"
respond "*" ":midas sys2;ts hostab_sysen1;hostab\r"
expect ":KILL"
# PROBE
respond "*" ":link syseng;its defs,sys;itsdfs >\r"
respond "*" ":midas sysbin;probe bin_bawden;probe\r"
expect ":KILL"
# note: setting debug to 0 and running causes it to pdump itself to
# sys;ts probe
respond "*" ":job probe\r"
respond "*" ":load sysbin;probe bin\r"
respond "*" "debug/0\r"
type "\033g"
respond "*" ":link sys;ts pb,sys;ts probe\r"
# ndskdmp tape
respond "*" ":link kshack;good ram,.;ram ram\r"
respond "*" ":link kshack;ddt bin,.;@ ddt\r"

1255
src/bawden/probe.258 Executable file

File diff suppressed because it is too large Load Diff