Debugger, GDBMI: Enable some "property" settings for gdbserver and over-ssh / those were omitted by accident.

git-svn-id: trunk@61537 -
This commit is contained in:
martin 2019-07-05 19:52:01 +00:00
parent 9bf589f433
commit 93cfa99541
2 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,7 @@ type
property InternalStartBreak;
property UseNoneMiRunCommands;
property DisableLoadSymbolsForLibraries;
property DisableForcedBreakpoint;
//property WarnOnSetBreakpointError;
property CaseSensitivity;
property GdbValueMemLimit;
@ -93,6 +94,7 @@ type
property AssemblerStyle;
property DisableStartupShell;
property FixStackFrameForFpcAssert;
property FixIncorrectStepOver;
end;
procedure Register;

View File

@ -101,6 +101,7 @@ type
property InternalStartBreak;
property UseNoneMiRunCommands;
property DisableLoadSymbolsForLibraries;
property DisableForcedBreakpoint;
//property WarnOnSetBreakpointError;
property CaseSensitivity;
property GdbValueMemLimit;
@ -108,6 +109,7 @@ type
property AssemblerStyle;
property DisableStartupShell;
property FixStackFrameForFpcAssert;
property FixIncorrectStepOver;
end;
procedure Register;