On Mon, Aug 22, 2011 at 5:29 PM, Ludo Brands <ludo.bra...@free.fr> wrote:
>

>
> Attached the patch for the stack unwind (without non-stackframe routines).
> Note that all assembler is gone!
>


Ludo, the patch looks very promising, I just found one problem. I have
a test fragment in my form (in a simple simplest application)

procedure TForm1.FormCreate(Sender: TObject);
var
  a: integer;
begin
  a:=1;
  GetMem(fTest, 1024*1024);
  GetMem(fTest2, 1024*1024);
end;

The previous version of the monitor showed TFORM1_FORMCREATE as a
source of 2M, currently there is no such symbol in the list. The frame
is definitely created so there should be no problem with the absence
of one.

Max
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to