Explorar o código

* use a gdb/mi command when clearing the exe in TDebugController.SetExe

git-svn-id: trunk@29722 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
3deac03582
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      ide/fpdebug.pas

+ 4 - 0
ide/fpdebug.pas

@@ -703,7 +703,11 @@ begin
     begin
       HasExe:=false;
       reset_command:=true;
+{$ifdef GDBMI}
+      Command('-file-exec-and-symbols');
+{$else GDBMI}
       Command('file');
+{$endif GDBMI}
       reset_command:=false;
     end;
 end;