I mailed out the April 23, 97 patches to users
in my databse that I had e-mail addresses for.
If you did not receive it, then send me
e-mail with your name and address, ...
NEW Features in the 4/23/97 version of Nosy & 'The Debugger':
fix - field offset substitution for 68K & PowerPC
wasn't getting result of MOVEA.L d(Ai),Ar correct
* Extend logic so we recognize handles to records when doing field substitution
An example of such from an old version of TESample is the following:
MOVEA.L DOCTE(A6),A4 *** a TEHandle
;# lines := docTE^^.nLines;
MOVEA.L (A4),A0
MOVE nLines(A0),D5 *** new smarts
The Debugger
fix - CFM 68K proc is a Pascal, not a C calling sequence, also fix display of CFM 68K global vars
fix - Clear SysFontFam in Dbgr so we always get Chicago for our Menu Font
fix - stack crawl was screwing up calle's addr when it was a 61FF
fix - UserP never worked, fix it
Nosy
* change reflist format so can have more than 64K of refs
fix - blowup in ROM re-explore of small programs (add_used(ref_list, x) )
fix - didn't display source of 1st proc - MTE_indx
fix - turn off refmap when making System Libraries
fix - set is_PPC & g_ppc_asm properly
fix - expand ref map base tbl to $7000
fix - limit List global data to 32K lines (Scroll bar limit)
fix - explore - test ALL macsbug names for dup names
fix - explore - don't change $8000 0000 to code ( lwz r0,0 -nonsense )
fix - supress dup refs to 'Global_Data'
fix - recognize PPC switch stmts that use bCTR logic
fix - storage alloc so giving Nosy more space results in a bigger tbl area
(c) Copyright 1997 Jasik Designs
Last Modified May 19, 1997
Return to the index