[Webkit-unassigned] [Bug 199399] New: [JSC][Win] Support unwind information for LLInt ASM by using MASM directives to get callstack in debugger
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 2 03:06:33 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199399
Bug ID: 199399
Summary: [JSC][Win] Support unwind information for LLInt ASM by
using MASM directives to get callstack in debugger
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
[JSC][Win] Support unwind information for LLInt ASM by using MASM directives to get callstack in debugger
MASM has directives for debug information.
.SETFRAME | Microsoft Docs
https://docs.microsoft.com/ja-jp/cpp/assembler/masm/dot-setframe?view=vs-2019
VS debugger can't get callstack under JSC. It looks like the following:
> WebKit.dll!WebCore::Node::appendChild(WebCore::Node & newChild) Line 493 C++
> WebKit.dll!WebCore::jsNodePrototypeFunctionAppendChildBody(JSC::ExecState * state, WebCore::JSNode * castedThis, JSC::ThrowScope & throwScope) Line 860 C++
> WebKit.dll!WebCore::IDLOperation<WebCore::JSNode>::call<&WebCore::jsNodePrototypeFunctionAppendChildBody,WebCore::CastedThisErrorBehavior::Throw>(JSC::ExecState & state, const char * operationName) Line 53 C++
> WebKit.dll!WebCore::jsNodePrototypeFunctionAppendChild(JSC::ExecState * state) Line 866 C++
> [External Code]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190702/246677fe/attachment.html>
More information about the webkit-unassigned
mailing list