Re: Request for help in stack processing

2002-03-15 Thread Dan Sugalski
At 4:52 PM -0500 3/15/02, Clinton A. Pierce wrote: >At 04:28 PM 3/15/2002 -0500, Dan Sugalski wrote: >>At 4:01 PM -0500 3/15/02, Clinton A. Pierce wrote: >>>I'm in the midst of writing some routines to debug pasm code, and >>>one of the things I dearly want is a "stack dump" routine. I can >>>*

Re: Request for help in stack processing

2002-03-15 Thread Clinton A. Pierce
At 04:28 PM 3/15/2002 -0500, Dan Sugalski wrote: >At 4:01 PM -0500 3/15/02, Clinton A. Pierce wrote: >>I'm in the midst of writing some routines to debug pasm code, and one of >>the things I dearly want is a "stack dump" routine. I can *almost* code >>this in pasm, except I'm missing one last c

Re: Request for help in stack processing

2002-03-15 Thread Dan Sugalski
At 4:01 PM -0500 3/15/02, Clinton A. Pierce wrote: >I'm in the midst of writing some routines to debug pasm code, and >one of the things I dearly want is a "stack dump" routine. I can >*almost* code this in pasm, except I'm missing one last component: a >way to tell the depth of the stack with

Request for help in stack processing

2002-03-15 Thread Clinton A. Pierce
I'm in the midst of writing some routines to debug pasm code, and one of the things I dearly want is a "stack dump" routine. I can *almost* code this in pasm, except I'm missing one last component: a way to tell the depth of the stack without causing the runtime to bail. Any of the following