* the ide somtimes crashed in annotate_frame_end

This commit is contained in:
armin 2003-03-30 11:15:51 +00:00
parent 46c2715b9d
commit ac1f482b4b

View File

@ -1755,6 +1755,9 @@ begin
gdboutputbuf.buf[file_end]:=c;
end;
if (args_start>=0) then
begin
{$warning FIXME} {sometimes the ide crashes here because ars_end is 0, AD}
if args_end > 0 then
begin
if (gdboutputbuf.buf[args_end-1]=#10) then
dec(args_end);
@ -1763,6 +1766,7 @@ begin
fe^.args:=strnew(gdboutputbuf.buf+args_start);
gdboutputbuf.buf[args_end]:=c;
end;
end;
if (line_start>=0) then
begin
c:=gdboutputbuf.buf[line_end];
@ -2670,7 +2674,10 @@ begin
end.
{
$Log$
Revision 1.14 2003-03-25 22:50:29 armin
Revision 1.15 2003-03-30 11:15:51 armin
* the ide somtimes crashed in annotate_frame_end
Revision 1.14 2003/03/25 22:50:29 armin
* added GDB_HAS_SYSROOT, needed for gdb-Versions >= 20030324
Revision 1.13 2003/02/09 23:08:38 marco