mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
- rm code that parses the response when retrieving the value of a watchpoint
variable, since that's now done in PrintCommand for the libgdb.a interface (and is not necessary for the gdb/mi interface) git-svn-id: trunk@30162 -
This commit is contained in:
parent
0e93481dbf
commit
aff3fb62ae
@ -1477,10 +1477,6 @@ begin
|
||||
begin
|
||||
S:=PrintCommand(GetStr(PB^.Name));
|
||||
got_error:=false;
|
||||
If Pos('=',S)>0 then
|
||||
S:=Copy(S,Pos('=',S)+1,255);
|
||||
If S[Length(S)]=#10 then
|
||||
Delete(S,Length(S),1);
|
||||
if Assigned(PB^.OldValue) then
|
||||
DisposeStr(PB^.OldValue);
|
||||
PB^.OldValue:=PB^.CurrentValue;
|
||||
|
Loading…
Reference in New Issue
Block a user