Bug 189059

Summary: Fix bit-rotted Interpreter::dumpRegisters() and move it to the VMInspector.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, keith_miller, msaboff, rmorisset, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. saam: review+

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