FpDebugger (pure): Changed notification-level for errors during reading memory from dllInfo to dllDebug. It is quite normal that a debugger tries to read memory from invalid addresses.

git-svn-id: trunk@45428 -
This commit is contained in:
joost 2014-06-09 12:36:51 +00:00
parent 56442faf8e
commit 1b1997f370

View File

@ -155,7 +155,7 @@ end;
procedure TDbgWinProcess.LogLastError;
begin
log('FpDbg-ERROR: %s', [GetLastErrorText], dllInfo);
log('FpDbg-ERROR: %s', [GetLastErrorText], dllDebug);
end;
function QueryFullProcessImageName(hProcess:HANDLE; dwFlags: DWord; lpExeName:LPTSTR; var lpdwSize:DWORD):BOOL; stdcall; external 'kernel32' name 'QueryFullProcessImageNameA';