Re: [webkit-dev] Where to call Codeblock::dump from within webcore

2012-04-24 Thread Paul Sery
On 04/20/2012 05:55 PM, Paul Sery wrote: On 04/20/2012 08:25 AM, Andy Wingo wrote: On Wed 18 Apr 2012 21:28, pgsery writes: I want to call CodeBlock::dump from webcore in addition to the jsc shell. I've compiled webkit-1.6.1 with the --enable-debug option, modified dump to print to a file, in

Re: [webkit-dev] Where to call Codeblock::dump from within webcore

2012-04-20 Thread Paul Sery
On 04/20/2012 08:25 AM, Andy Wingo wrote: On Wed 18 Apr 2012 21:28, pgsery writes: I want to call CodeBlock::dump from webcore in addition to the jsc shell. I've compiled webkit-1.6.1 with the --enable-debug option, modified dump to print to a file, instead of stdout, and set options.dump=true

Re: [webkit-dev] Where to call Codeblock::dump from within webcore

2012-04-20 Thread Andy Wingo
On Wed 18 Apr 2012 21:28, pgsery writes: > I want to call CodeBlock::dump from webcore in addition to the jsc > shell. I've compiled webkit-1.6.1 with the --enable-debug option, > modified dump to print to a file, instead of stdout, and set > options.dump=true. This works from the shell, but now

[webkit-dev] Where to call Codeblock::dump from within webcore

2012-04-18 Thread pgsery
I want to call CodeBlock::dump from webcore in addition to the jsc shell. I've compiled webkit-1.6.1 with the --enable-debug option, modified dump to print to a file, instead of stdout, and set options.dump=true. This works from the shell, but now I need to find where to call dump from within w