[Webkit-unassigned] [Bug 33580] New: Port currentThreadStackBase to BREW

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 00:31:23 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33580

           Summary: Port currentThreadStackBase to BREW
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


IDEBUGGER_GetStackRange returns the initial address of the stack array. Because
the stack grows downward, we can retrieve the stack base address by adding the
stack size retrieved from IDEBUGGER_GetStackSize to the result of
IDEBUGGER_GetStackRange. For BREW simulator, use WIN_OS currentThreadStackBase
implementation as BREW simulator is essentially a Win32 program.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list