[Webkit-unassigned] [Bug 75387] Get GDB to display a proper backtrace through JITted functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 28 01:43:37 PST 2012


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


Sanjoy Das <thedigitalangel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123762|0                           |1
        is obsolete|                            |
 Attachment #124434|                            |review?, commit-queue?
               Flag|                            |




--- Comment #18 from Sanjoy Das <thedigitalangel at gmail.com>  2012-01-28 01:43:35 PST ---
Created an attachment (id=124434)
 --> (https://bugs.webkit.org/attachment.cgi?id=124434&action=review)
Proposed patch

The void * error has been fixed by adding proper casts.

Changed the __attribute__((noinline)) to NEVER_INLINE, so this should now work on Windows.

jscplugin now uses scons, so it should build successfully on OSX.  I don't have access to an OSX installation so I could not test this completely, but it builds and works as expected on Debian.  I've used LoadableModule instead of SharedLibrary, which I think is the correct method on OSX.

-- 
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