summaryrefslogtreecommitdiffstats
path: root/dexdump
Commit message (Expand)AuthorAgeFilesLines
* Makes some ART gtests more robust to a non-standard environment.Roland Levillain2018-03-141-1/+1
* ART: Remove static libbaseAndreas Gampe2018-03-081-1/+0
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-2/+2
* Add an option for disabling dex file verifier.Nicolas Geoffray2018-03-013-5/+11
* Dex header cleanup and windows simplificationDavid Sehr2018-02-161-41/+13
* Build debug library libdexfiledDavid Sehr2018-02-151-0/+1
* Added extra safety in dexdump2 -d option around nonsense code.Aart Bik2018-02-051-2/+8
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-313-3/+2
* Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-303-2/+3
* Make libdexfile build independent of runtime dirDavid Sehr2018-01-303-3/+2
* ART: Use libbase for logging in command-line toolsAndreas Gampe2018-01-222-26/+30
* Build dexdump2 and dexlist without libartDavid Sehr2018-01-223-26/+59
* Move debug info offsets into a side tableMathieu Chartier2018-01-131-1/+1
* Revert "Revert "Move quickening info logic to its own table""Mathieu Chartier2018-01-131-1/+1
* Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-1/+4
* Revert "Move quickening info logic to its own table"Nicolas Geoffray2018-01-121-1/+1
* Move quickening info logic to its own tableMathieu Chartier2018-01-111-1/+1
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-082-5/+5
* Create dex subdirectoryDavid Sehr2018-01-052-10/+10
* Move dex exception helpers to their own file and use dex accessorMathieu Chartier2017-12-272-10/+12
* Make CodeItem fields privateMathieu Chartier2017-12-222-21/+20
* Add code_item_accessors-no_art-inl and use it in dexlist, dexdumpMathieu Chartier2017-12-191-23/+17
* Merge "Add CodeItemDebugInfoAccessor"Mathieu Chartier2017-12-121-3/+9
|\
| * Add CodeItemDebugInfoAccessorMathieu Chartier2017-12-111-3/+9
* | ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-072-1/+4
|/
* Pass the debug_info_offset explicitly.Nicolas Geoffray2017-11-231-2/+4
* Add ClassDataItemIterator::HasNextMethodMathieu Chartier2017-11-102-8/+2
* Use -Werror in art/dexdumpChih-Hung Hsieh2017-10-261-1/+1
* Merge "Pass the verify flag to DexFileLoader utilities."Nicolas Geoffray2017-10-231-1/+2
|\
| * Pass the verify flag to DexFileLoader utilities.Nicolas Geoffray2017-10-201-1/+2
* | Revert "Revert "Add static version of dexdump2""Colin Cross2017-10-191-0/+21
|/
* Add DexFileLoader classMathieu Chartier2017-10-111-2/+3
* Merge "Use -Werror in art"Treehugger Robot2017-10-031-1/+1
|\
| * Use -Werror in artChih-Hung Hsieh2017-10-031-1/+1
* | ART: support for const-method-{handle,type}Orion Hodson2017-10-021-5/+18
|/
* Revert "Add static version of dexdump2"Colin Cross2017-09-081-20/+0
* Add static version of dexdump2Colin Cross2017-09-071-0/+20
* ART: Remove art and art/runtime include_dir directivesAndreas Gampe2017-08-231-4/+3
* ART: Include cleanupAndreas Gampe2017-07-244-4/+5
* Extend dexdump2 tests for invoke-customOrion Hodson2017-07-051-2/+2
* Fixes for constant method handlesOrion Hodson2017-07-041-10/+42
* ART: Refactor abort codeAndreas Gampe2017-06-221-1/+1
* Add field/method skipping helper functions to DexFileMathieu Chartier2017-06-192-10/+2
* ART: Fix or disable some tidy warnings.Andreas Gampe2017-06-081-2/+1
* ART: invoke-custom supportOrion Hodson2017-02-141-19/+225
* Separate art::Exec from utilsDavid Sehr2017-02-011-0/+1
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-152-4/+6
* ART: Add dex::StringIndexAndreas Gampe2016-11-291-7/+7
* ART: Add dex::TypeIndexAndreas Gampe2016-11-211-9/+9
* Let dexdump prompt filename for zipped multi-dex files.Aart Bik2016-10-241-5/+10