aboutsummaryrefslogtreecommitdiffstats
path: root/dcache.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for tracing Java method entry/exit to qemu.Jack Veenstra2009-05-061-15/+0
| | | | | | | | | | | This is part of a larger change to add support for tracing Java methods. There is also a kernel change and a small change to the Dalvik interpreter that will be checked in separately. There used to be support for tracing Java methods but it relied on trapping every store and checking if the store address matched a special "magic" region (and that stopped working because we can no longer trap on loads and stores). The new approach uses a memory-mapped page to catch stores to just that page.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+349
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-349/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+7
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+342