summaryrefslogtreecommitdiffstats
path: root/scripts/symbol.py
Commit message (Collapse)AuthorAgeFilesLines
* Made development/scripts/stack work on Mac.Yang Ni2014-11-071-1/+4
| | | | Change-Id: I9be1e50c0a635068017326738af4f5c38dddddab
* Make 'stack' able to find toolchains regardless of lunch.Elliott Hughes2014-08-291-32/+52
| | | | | | | | | This is needed by the internal stack decoding website, which will be pulling symbols from the build servers anyway (so doesn't need to be correctly lunched). Bug: 16734486 Change-Id: I9190065148c0d4bb4eacec28bcc062fa95798917
* Fix symbol.py's toolchain detection for x86.Elliott Hughes2014-07-071-1/+4
| | | | | | | | | x86 uses the x86_64 toolchain. There's no separate 32-bit toolchain. I started to refactor so we could add FindToolchain tests, but that doesn't work because FindToolchain depends on environment variables set up by 'lunch'. Change-Id: I264b95e1e83a7e795f8cac49bc9e1cf497514029
* Fix FindToolchain for mips.Elliott Hughes2014-07-011-3/+5
| | | | Change-Id: Ib2689e24065e9d5a0c249a26c63e6493327fc0b1
* 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>