summaryrefslogtreecommitdiffstats
path: root/src/utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-1237/+0
* Move art to use dalvik names for .oat filesBrian Carlstrom2013-06-201-1/+7
* Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-101-11/+11
* Increase logging around bad dex files.Ian Rogers2013-05-161-1/+3
* Remove gcc-based tsan supportBrian Carlstrom2013-03-221-3/+0
* Various performance improvements.Ian Rogers2013-03-181-1/+2
* Harden oatdump like we did dexdump.Elliott Hughes2013-02-271-0/+9
* Directory restructuring of object.hIan Rogers2013-01-301-11/+18
* Support for contention logging with ART futexes.Ian Rogers2013-01-221-0/+7
* Switch over to the google3 unix_file File*.Elliott Hughes2012-12-121-4/+4
* Add dex2oat watch dog thread for host buildsBrian Carlstrom2012-11-021-0/+33
* Fail threads attaching during runtime shutdown.Ian Rogers2012-10-031-4/+4
* Change dex cache to be java object instead of array, add pointer to dex file ...Mathieu Chartier2012-09-211-3/+3
* Add the native thread state to art SIGQUIT dumps.Elliott Hughes2012-09-201-1/+2
* Fix error in PrettyType.Mathieu Chartier2012-09-101-4/+1
* Add new_array type info to dex dump output.Mathieu Chartier2012-09-101-0/+8
* Cumulative timing loggerMathieu Chartier2012-09-061-29/+65
* Make Mutexes work on Mac OS X 10.6Brian Carlstrom2012-08-241-10/+4
* Run the verifier single-threaded.Elliott Hughes2012-06-141-1/+2
* Flush libcorkscrew's /proc/self/maps cache before a crash dump.Elliott Hughes2012-06-131-0/+3
* Fix ridiculous pc offsets for static symbols in .so files.Elliott Hughes2012-06-131-1/+5
* Include the crashing thread's name in crash dumps.Elliott Hughes2012-06-121-0/+10
* Don't pre-allocate one OOME per thread.Elliott Hughes2012-06-111-1/+1
* Return if DumpKernelStack can't find the kernel stack file.jeffhao2012-06-011-0/+1
* Don't show the useless kernel stack for the thread that's reading /proc.Elliott Hughes2012-06-011-0/+5
* Switch completely over to libcorkscrew for Mac OS.Elliott Hughes2012-06-011-89/+11
* Switch to libcorkscrew for native stack traces.Elliott Hughes2012-06-011-0/+208
* Skip compilation of dead code from duplicate methodsBrian Carlstrom2012-05-111-0/+13
* Remove two unnecessary .c_str() calls.Elliott Hughes2012-04-301-1/+1
* Make Thread::InitStackHwm work on Mac OS.Elliott Hughes2012-04-231-0/+21
* Set materialized file names correctly.Shih-wei Liao2012-04-211-3/+3
* Tidy up some C-isms.Elliott Hughes2012-04-201-10/+10
* Include a new heap summary line in the SIGQUIT output.Elliott Hughes2012-04-161-9/+19
* Code cleanup, fix MicroTime.TDYa1272012-04-111-1/+1
* Use PrintableString in oatdump.Elliott Hughes2012-04-091-0/+25
* Be consistent about "kilo" versus "kibi".Elliott Hughes2012-04-031-1/+1
* Restrict Mac OS 10.5 devices to 1 dex2oat thread.Elliott Hughes2012-04-021-1/+1
* Another crack at implementing a usable GetTid() for Mac OS 10.5...Elliott Hughes2012-03-301-1/+3
* Try to work around Mac OS 10.5 lossage.Elliott Hughes2012-03-291-2/+6
* Clean up Mutex a little and add the missing pieces for Mac OS.Elliott Hughes2012-03-281-2/+4
* Warn if oat file does end with expected extensionBrian Carlstrom2012-03-281-5/+15
* Warn if a thread attaches without a name and blow up if a thread detaches whi...Elliott Hughes2012-03-271-8/+8
* Remove more lint, mostly C-style casts.Elliott Hughes2012-03-261-1/+1
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-3/+3
* Fix crashes when a resolution method is passed to PrettyMethod.Elliott Hughes2012-03-231-0/+6
* Make our new NullPointerException detail messages more readable to Java progr...Elliott Hughes2012-03-221-6/+40
* Fix all our unused parameter warnings so we let GCC report them.Elliott Hughes2012-03-161-1/+26
* Remove anonymous namespaces.Elliott Hughes2012-03-151-0/+11
* Mac OS only gained pthread_setname_np in 10.6...Elliott Hughes2012-03-131-1/+5
* Fix SetThreadName for Mac OS.Elliott Hughes2012-03-121-1/+3