mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:59:13 +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;
|
procedure TDbgWinProcess.LogLastError;
|
||||||
begin
|
begin
|
||||||
log('FpDbg-ERROR: %s', [GetLastErrorText], dllInfo);
|
log('FpDbg-ERROR: %s', [GetLastErrorText], dllDebug);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function QueryFullProcessImageName(hProcess:HANDLE; dwFlags: DWord; lpExeName:LPTSTR; var lpdwSize:DWORD):BOOL; stdcall; external 'kernel32' name 'QueryFullProcessImageNameA';
|
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