aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/qtools/dmtrace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* q2dm: correctly expect the return type of strchr(const char*) to beScott Tsai2009-03-211-2/+2
| | | | | | | | | 'const char*' in C++ so that the code builds on gcc-4.4 ISO C++ overloads strchr() so that strchr(const char*) return 'const char*' and strchr(char *) return 'char *'. Since DmTrace::parseAndAddFunction really wants to write to its 'const char *name' argument I just casted a pointer pointing inside of 'name' to 'char*'
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
|\
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+1
| |
* | Add a few missing headersAlexey Zaytsev2008-10-221-0/+1
|/ | | | | | Fixes build with gcc 4.3.2 on Debian. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Initial ContributionThe Android Open Source Project2008-10-211-0/+253