Changes

Jump to: navigation, search

Mobile/Fennec/Debugging

31 bytes removed, 05:48, 19 May 2011
no edit summary
once inside gdb
<pre>#this will break on fork calls 
(gdb) catch fork
#this will break on exec calls 
(gdb) catch exec
#the first fork will be for glx probing and can be ignor
 
(gdb) continue
#the next fork is the content process, make sure we follow into it
 
(gdb) set follow-fork-mode child (gdb) continue
#this will break on the exec
 
(gdb) break some_function_in_the content process
 
 
<pre>sdqwd
</pre>
Confirm
522
edits

Navigation menu