WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
249120
[Win] REGRESSION(
257142@main
): debug logs aren't output to the debug console because HAVE_ISDEBUGGERPRESENT macro isn't defined
https://bugs.webkit.org/show_bug.cgi?id=249120
Summary
[Win] REGRESSION(257142@main): debug logs aren't output to the debug console ...
Fujii Hironori
Reported
2022-12-11 21:28:17 PST
Since
257142@main
(
bug#247927
)
Attachments
Patch
(1.74 KB, patch)
2022-12-11 22:20 PST
,
Fujii Hironori
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2022-12-11 21:30:25 PST
> check_symbol_exists(IsDebuggerPresent debugapi.h var1)
This doesn't find it.
> check_symbol_exists(IsDebuggerPresent windows.h var1)
This finds it. In debugapi.h, IsDebuggerPresent is guarded by a condition:
> #if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400) > WINBASEAPI > BOOL > WINAPI > IsDebuggerPresent( > VOID > ); > > #endif
Fujii Hironori
Comment 2
2022-12-11 21:35:26 PST
I don't know why a Windows API IsDebuggerPresent has to be checked in CMake time.
180570@main
(
bug#162368
) added the check.
Fujii Hironori
Comment 3
2022-12-11 22:20:27 PST
Created
attachment 464001
[details]
Patch
EWS
Comment 4
2022-12-12 12:29:56 PST
Committed
257751@main
(cce0a08316e8): <
https://commits.webkit.org/257751@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 464001
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug