[webkit-gtk] is there anyway to get the callstack of specify function?

Michael Gratton mike at vee.net
Mon Jun 11 01:37:15 PDT 2018


On Mon, Jun 11, 2018 at 6:01 PM, tugouxp <13824125580 at 163.com> wrote:
> so is there any builtin way excepts gdb to get the callstack?  i have 
> test the gdb, but seems can launch right for the webkitwebprocess 
> application

The easiest way of doing this is by attaching gdb to the WebProcess 
using "gdb -p PID_OF_WEB_PROCESSS".

This and a few other options are documented here: 
<https://trac.webkit.org/wiki/WebKitGTK/Debugging>

//Mike

-- 
⊨ Michael Gratton, Percept Wrangler.
⚙ <http://mjog.vee.net/>



More information about the webkit-gtk mailing list