T.R | Title | User | Personal Name | Date | Lines |
---|
603.1 | | OXMYX::POLLAK | Counting trees, in the Sahara. | Mon Nov 23 1987 13:21 | 1 |
| Something other than $ run/debug ?
|
603.2 | | TLE::BRETT | | Mon Nov 23 1987 14:50 | 17 |
| You have to
(a) add an address to the vector of startup addresses
(b) turn on the bit
Its an interesting problem in using
STARLET/LIB.REQ
Analyse/image
DUMP
PATCH/ABSOLUTE
/Bevin
|
603.3 | SETIMAGE from the toolshed. | VAXWRK::NEEDLE | Jeff Needle | Mon Nov 23 1987 19:34 | 4 |
| Check out the tool called SETIMAGE in the tool shed on
METOO::SW_TOOLS_CATALOG.
j.
|
603.4 | | VIDEO::LEICHTERJ | Jerry Leichter | Mon Nov 23 1987 22:41 | 55 |
| I KNOW I've posted this before - perhaps in the DEBUG notesfile - but
here we go again....
-- Jerry
-------------------DEBUG_OFF.COM----------------------
$ o = ""
$ if p2 .nes. "" then o = "/OUTPUT:" + p2
$ patch/absolute/journal:_NL:'o' 'p1'
examine/long 20 ! get the link flags longword
deposit/long 20 = <\/2>*2 ! clear the LNKDEBUG bit
!
update
$ exit
-------------------DEBUG_ON.COM----------------------
$ o = ""
$ if p2 .nes. "" then o = "/OUTPUT:" + p2
$ on warning then goto move
$! Try to just turn the "LNKDEBUG" bit on
$ patch/absolute/journal:_NL: 'o' 'p1'
examine/word 2
define base = \
!
verify/long base = 7ffedf68
!
examine/long 20 ! get the link flags longword
deposit/long 20 = <\/2>*2+1 ! set the LNKDEBUG bit
!
update
$ exit
$! No previous entry for debugger in vector, do things the hard way:
$! (insert one)
$move:
$ on warning then continue
$ patch/absolute/journal:_NL:'o' 'p1'
examine/word 2
define base = \
!
examine/long base + 8
define contents = \
deposit/long base + 0c = contents
!
examine/long base + 4
define contents = \
deposit/long base + 8 = contents
!
examine/long base
define contents = \
deposit/long base + 4 = contents
!
deposit/long base = 7ffedf68
!
examine/long 20 ! get the link flags longword
deposit/long 20 = <\/2>*2+1 ! set the LNKDEBUG bit
!
update
$done:
|
603.5 | | ILO::LENIHAN | John Lenihan 353-91-25128 | Tue Nov 24 1987 04:58 | 5 |
| Thanks all for the instant help !
� John.
|