1 | MIDAS-VII Debugging Functions Rev 0 1988-07-08
|
---|
2 | ----------------------------- ------------------
|
---|
3 |
|
---|
4 | Executable from ROMP with the 'go' command:
|
---|
5 | -------------------------------------------
|
---|
6 |
|
---|
7 | DOA() stack traceback (Set A6PTR and A7PTR first)
|
---|
8 | ends with xtrap15()
|
---|
9 |
|
---|
10 | SCPanic() print the score control variables
|
---|
11 | SEsnap() followed by xtrap15()
|
---|
12 |
|
---|
13 | SCcrash() print all of the score related data and the current score
|
---|
14 | SLdump() and SCdump() followed by xtrap15()
|
---|
15 |
|
---|
16 | SCdump() print the score control variables and the current score
|
---|
17 | SEsnap(), SECdump(), and SEchase() followed by xtrap15()
|
---|
18 |
|
---|
19 | SCtimes() print the score times and pointers
|
---|
20 | SEctrl() followed by xtrap15()
|
---|
21 |
|
---|
22 | SLdump() print slice control data (Set SL_Flag = FALSE to execute)
|
---|
23 | executes xtrap15() if SL_FLag = FALSE
|
---|
24 |
|
---|
25 | Called from functions:
|
---|
26 | ----------------------
|
---|
27 |
|
---|
28 | SECdump() dump section variables and hplist
|
---|
29 |
|
---|
30 | SEchase(ep, n) print up to 'n' events or to the end of the score
|
---|
31 |
|
---|
32 | SEctrl() print current score pointers and times
|
---|
33 |
|
---|
34 | SEdump(sep) dumps the event at 'sep' in readable format.
|
---|
35 |
|
---|
36 | SEsnap() snap dump critical score storage variables
|
---|
37 |
|
---|
38 | SLdump() print slice control data (Set SL_Flag = TRUE to call)
|
---|
39 | executes xtrap15() if SL_FLag = FALSE
|
---|
40 |
|
---|
41 | ev_kind(sep) return event type string
|
---|