mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:20:23 +02:00
* the ide somtimes crashed in annotate_frame_end
This commit is contained in:
parent
46c2715b9d
commit
ac1f482b4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user