summaryrefslogtreecommitdiffstats
path: root/scripts/symbol.py
Commit message (Collapse)AuthorAgeFilesLines
* Use ANDROID_TOOLCHAIN and ANDROID_TOOLCHAIN_2ND_ARCH in 'stack'.Elliott Hughes2014-06-161-59/+35
| | | | | | | This fixes the bug where we can't (currently) find the toolchain for arm because it's at a different GCC version (4.8) from arm64 (4.9). Change-Id: I22351af55298255f3ac4adfcae7e20080712fba4
* Updating stack_core.py to recognize new ABI output from debuggerd.Brigid Smith2014-06-131-10/+11
| | | | Change-Id: Ib9736a0509edb97be15f5e89dbc3a5188e744416
* Fix the stack/ tool for 64 bit archs.Narayan Kamath2014-04-141-1/+7
| | | | | | | pc values might now be 16 bytes wide. Also add support for the arm64 architecture switch. Change-Id: Ia2e0282f3bee03ef6092de285b0c32fa6da07cb0
* Clean up the stack trace symbolization tool.Ben Cheng2013-04-251-52/+108
| | | | Change-Id: Id71cacde653a5c1c92a028ee80f5aa8264e1963a
* Fix stack tool to find the correct toolchainRomain Guy2012-11-301-1/+2
| | | | Change-Id: Ie525b286a4d133512c72b234f03e54f8635c15ee
* development: copy stack tool over from vendor/google/toolsIliyan Malchev2011-08-041-0/+287
The stack tool is not really proprietary, and is needed by vendors and third-party developers working on native code. Change-Id: I37f34b0681a0063ecf71f5a078d2c4a1ba622973 Signed-off-by: Iliyan Malchev <malchev@google.com>