Bug 189059 - Fix bit-rotted Interpreter::dumpRegisters() and move it to the VMInspector.
Summary: Fix bit-rotted Interpreter::dumpRegisters() and move it to the VMInspector.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-28 14:54 PDT by Mark Lam
Modified: 2018-08-28 16:44 PDT (History)
8 users (show)

See Also:


Attachments
proposed patch. (27.00 KB, patch)
2018-08-28 15:04 PDT, Mark Lam
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2018-08-28 14:54:40 PDT
Also remove dumpCallFrame() from the jsc shell.
Comment 1 Mark Lam 2018-08-28 14:54:58 PDT
<rdar://problem/40335354>
Comment 2 Mark Lam 2018-08-28 15:04:30 PDT
Created attachment 348346 [details]
proposed patch.
Comment 3 Mark Lam 2018-08-28 16:44:46 PDT
Thanks for the review.  Landed in r235450: <http://trac.webkit.org/r235450>.