- 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:
nickysn 2015-03-11 00:59:53 +00:00
parent 0e93481dbf
commit aff3fb62ae

View File

@ -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;