summaryrefslogtreecommitdiffstats
path: root/dexdump
Commit message (Expand)AuthorAgeFilesLines
* Support Windows builds for libartbase/libdexfileDavid Sehr2018-12-181-0/+3
* Revert^4: Add dex item for hiddenapi flagsDavid Brazdil2018-10-281-2/+2
* Revert "Revert^2: Add dex item for hiddenapi flags"Luman Qu2018-10-261-2/+2
* Revert^2: Add dex item for hiddenapi flagsDavid Brazdil2018-10-251-2/+2
* Revert "Add dex item for hiddenapi flags"David Brazdil2018-10-241-2/+2
* Add dex item for hiddenapi flagsDavid Brazdil2018-10-231-2/+2
* Merge "Revert^2 "ART: Refactor typedef to using""Treehugger Robot2018-09-251-8/+8
|\
| * Revert^2 "ART: Refactor typedef to using"Andreas Gampe2018-09-201-8/+8
* | ART: Modernize counting-down loopsAndreas Gampe2018-09-201-1/+1
|/
* Revert "ART: Refactor typedef to using"Andreas Gampe2018-09-201-8/+8
* ART: Refactor typedef to usingAndreas Gampe2018-09-191-8/+8
* ART: Fix dexdump & dexlistAndreas Gampe2018-09-193-9/+9
* Refactor DecodeDebugLocalInfoMathieu Chartier2018-09-131-11/+13
* Refactor debug info position visitingMathieu Chartier2018-09-121-9/+4
* Merge "ART: Continue adding override annotations"Treehugger Robot2018-09-081-1/+1
|\
| * ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* | ART: Refactor static include listAndreas Gampe2018-09-061-5/+5
|/
* dexdump2: Remove conversion from dollar sign to dotOrion Hodson2018-08-241-10/+7
* Move dexdump, dexlist, openjdkjvmti to ClassAccessorMathieu Chartier2018-07-243-150/+78
* Add a public error code to DexFileLoader::OpenAll.Dario Freni2018-07-191-0/+2
* ART: Do not use std::<container>::at().Vladimir Marko2018-07-031-1/+1
* Refactor ClassAccessor to use an index instead of ClassDef pointerMathieu Chartier2018-06-071-1/+1
* Move more test code to CommonArtTestDavid Sehr2018-05-251-4/+0
* Dexdump: fix type printing for call sitesOrion Hodson2018-05-251-3/+2
* Add ClassAccessorMathieu Chartier2018-05-211-13/+6
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-0/+2
* ART: Add dex::ProtoIndexOrion Hodson2018-05-141-6/+5
* 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
|\