mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 18:20:00 +02:00
lazdebuggergdbmi: less hints
git-svn-id: trunk@47611 -
This commit is contained in:
parent
816efc8bfe
commit
e23199db01
@ -5179,7 +5179,6 @@ var
|
||||
FileType, EntryPoint: String;
|
||||
List: TGDBMINameValueList;
|
||||
CanContinue: Boolean;
|
||||
s, s2: String;
|
||||
begin
|
||||
Result := True;
|
||||
FSuccess := False;
|
||||
|
@ -1545,6 +1545,7 @@ end;
|
||||
|
||||
function TGDBExpressionPartNumber.GetTextFixed(AOpts: TGDBExprTextOptions): String;
|
||||
begin
|
||||
if AOpts=[] then ;
|
||||
Result := FTextStr;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user