mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
DBG: Clean up
git-svn-id: trunk@29015 -
This commit is contained in:
parent
2c75ddebd7
commit
35f4b0edad
@ -2932,7 +2932,6 @@ function TGDBMIDebuggerCommandStartDebugging.DoExecute: Boolean;
|
||||
|
||||
var
|
||||
R: TGDBMIExecResult;
|
||||
s: String;
|
||||
FileType, EntryPoint: String;
|
||||
List: TGDBMINameValueList;
|
||||
TargetPIDPart: String;
|
||||
@ -9628,8 +9627,6 @@ function TGDBMIDebuggerCommandEvaluate.DoExecute: Boolean;
|
||||
function TryExecute(AnExpression: string; StoreError: Boolean): Boolean;
|
||||
|
||||
function PrepareExpr(var expr: string; NoAddressOp: Boolean = False): boolean;
|
||||
var
|
||||
ResultInfo: TGDBType;
|
||||
begin
|
||||
FTypeInfo := GetGDBTypeInfo(expr);
|
||||
Result := FTypeInfo <> nil;
|
||||
|
Loading…
Reference in New Issue
Block a user