mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:49:32 +02:00
* Stab generation bug fixed
This commit is contained in:
parent
3e274eaa0f
commit
9b33343e90
@ -2171,7 +2171,7 @@ implementation
|
|||||||
{ sets are not recognized by GDB}
|
{ sets are not recognized by GDB}
|
||||||
{***}
|
{***}
|
||||||
end;
|
end;
|
||||||
stabstring:=stabstr_evaluate('"${name}:c=$1",${N_FUNCTION},0,${line},0;',[st]);
|
stabstring:=stabstr_evaluate('"${name}:c=$1;",${N_FUNCTION},0,${line},0',[st]);
|
||||||
end;
|
end;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
|
|
||||||
@ -2547,7 +2547,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.146 2004-01-26 22:08:20 daniel
|
Revision 1.147 2004-01-27 22:45:30 daniel
|
||||||
|
* Stab generation bug fixed
|
||||||
|
|
||||||
|
Revision 1.146 2004/01/26 22:08:20 daniel
|
||||||
* Bugfix on constant strings stab generation. Never worked and still
|
* Bugfix on constant strings stab generation. Never worked and still
|
||||||
doesn't work for unknown reasons.
|
doesn't work for unknown reasons.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user