Bug 170681

Summary: Move ProbeContext and ProbeFunction out of AbstractMacroAssembler.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. msaboff: review+

Description Mark Lam 2017-04-10 10:10:15 PDT
This is a refactoring step towards enabling custom probe printers the way printInternal() works for dataLog.
Comment 1 Mark Lam 2017-04-10 10:57:16 PDT
Created attachment 306712 [details]
proposed patch.
Comment 2 Michael Saboff 2017-04-10 12:34:14 PDT
Comment on attachment 306712 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2017-04-10 12:40:05 PDT
Thanks for the review.  Landed in r215196: <http://trac.webkit.org/r215196>.