Commit Graph

4 Commits

Author SHA1 Message Date
Brian Carlstrom
73cd247e45 Delete dbt command for dalvik
Change-Id: I177097f65a5b70d12f758c118710efca07c2a0a2
2015-05-18 08:42:58 -07:00
Christopher Ferris
436b740b70 Do not call art-on macro by default.
If you are debugging a native process, SIGSEGV gets ignored by default.
The gdbclient bash function has been modified to only call the art-on
macro when running gdbclient app_processXX.

Also, print a warning in case someone is trying to debug a native
process using app_process.

Bug: 17815162
Change-Id: I0666e6713b0a03ee713be7827c5b671938f2c263
2014-10-03 17:31:41 -07:00
Dave Allison
22382a4774 Add support for debugging ART to the dalvik.gdb script.
This adds two commands:

art-on
art-off

To the gdbclient script for debugging ART-based executables in gdb.
The default is 'art-on'

Bug: 17409881
Change-Id: I90a1aed603e50853a40d5f5ec1c9b168dc17ddc7
2014-09-08 16:33:24 -07:00
Ben Cheng
0708600d53 Add a GDB script to crawl the Dalvik stack.
Change-Id: I5635a2fc8a8fe8105527312429dd43139c8727a8
2013-06-24 14:30:48 -07:00