> You need to activate the Valgrind gdbserver for that, using options
>   --vgdb=yes   (and possible give --vgdb-prefix=....
> to point at a file system supporting FIFOs).
Note that you should also be able to obtain the stack trace of
all threads using the "standard" gdbserver part of the android
system, and inside gdb, do:
   thread apply all bt full
to see the stack traces of all threads, and all local variables;
(might be a lot, or full might give a problem, then just do
without full).

There is no need to use specifically Valgrind and its gdbserver
to obtain these stacktraces.

Philippe



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to