mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 01:39:18 +02:00
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:
parent
56442faf8e
commit
1b1997f370
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user