Elliott Hughes | 2faa5f1 | 2012-01-30 14:42:07 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 16 | |
Elliott Hughes | 42ee142 | 2011-09-06 12:33:32 -0700 | [diff] [blame] | 17 | #include "utils.h" |
| 18 | |
Christopher Ferris | 943af7d | 2014-01-16 12:41:46 -0800 | [diff] [blame] | 19 | #include <inttypes.h> |
Elliott Hughes | 92b3b56 | 2011-09-08 16:32:26 -0700 | [diff] [blame] | 20 | #include <pthread.h> |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 21 | #include <sys/stat.h> |
Elliott Hughes | 42ee142 | 2011-09-06 12:33:32 -0700 | [diff] [blame] | 22 | #include <sys/syscall.h> |
| 23 | #include <sys/types.h> |
Brian Carlstrom | 4cf5e57 | 2014-02-25 11:47:48 -0800 | [diff] [blame] | 24 | #include <sys/wait.h> |
Elliott Hughes | 42ee142 | 2011-09-06 12:33:32 -0700 | [diff] [blame] | 25 | #include <unistd.h> |
Ian Rogers | 700a402 | 2014-05-19 16:49:03 -0700 | [diff] [blame] | 26 | #include <memory> |
Elliott Hughes | 42ee142 | 2011-09-06 12:33:32 -0700 | [diff] [blame] | 27 | |
Mathieu Chartier | c785344 | 2015-03-27 14:35:38 -0700 | [diff] [blame] | 28 | #include "art_field-inl.h" |
Mathieu Chartier | e401d14 | 2015-04-22 13:56:20 -0700 | [diff] [blame] | 29 | #include "art_method-inl.h" |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 30 | #include "base/stl_util.h" |
Elliott Hughes | 7616005 | 2012-12-12 16:31:20 -0800 | [diff] [blame] | 31 | #include "base/unix_file/fd_file.h" |
Ian Rogers | 4f6ad8a | 2013-03-18 15:27:28 -0700 | [diff] [blame] | 32 | #include "dex_file-inl.h" |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 33 | #include "dex_instruction.h" |
Ian Rogers | 4f6ad8a | 2013-03-18 15:27:28 -0700 | [diff] [blame] | 34 | #include "mirror/class-inl.h" |
Ian Rogers | 2dd0e2c | 2013-01-24 12:42:14 -0800 | [diff] [blame] | 35 | #include "mirror/class_loader.h" |
Ian Rogers | 2dd0e2c | 2013-01-24 12:42:14 -0800 | [diff] [blame] | 36 | #include "mirror/object-inl.h" |
| 37 | #include "mirror/object_array-inl.h" |
| 38 | #include "mirror/string.h" |
Nicolas Geoffray | 524e7ea | 2015-10-16 17:13:34 +0100 | [diff] [blame] | 39 | #include "oat_quick_method_header.h" |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 40 | #include "os.h" |
Kenny Root | 067d20f | 2014-03-05 14:57:21 -0800 | [diff] [blame] | 41 | #include "scoped_thread_state_change.h" |
Ian Rogers | a672490 | 2013-09-23 09:23:37 -0700 | [diff] [blame] | 42 | #include "utf-inl.h" |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 43 | |
Elliott Hughes | 4ae722a | 2012-03-13 11:08:51 -0700 | [diff] [blame] | 44 | #if defined(__APPLE__) |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 45 | #include "AvailabilityMacros.h" // For MAC_OS_X_VERSION_MAX_ALLOWED |
Elliott Hughes | f149843 | 2012-03-28 19:34:27 -0700 | [diff] [blame] | 46 | #include <sys/syscall.h> |
Elliott Hughes | 4ae722a | 2012-03-13 11:08:51 -0700 | [diff] [blame] | 47 | #endif |
| 48 | |
Christopher Ferris | 6cff48f | 2014-01-26 21:36:13 -0800 | [diff] [blame] | 49 | // For DumpNativeStack. |
| 50 | #include <backtrace/Backtrace.h> |
| 51 | #include <backtrace/BacktraceMap.h> |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 52 | |
Elliott Hughes | 058a6de | 2012-05-24 19:13:02 -0700 | [diff] [blame] | 53 | #if defined(__linux__) |
Elliott Hughes | e1aee69 | 2012-01-17 16:40:10 -0800 | [diff] [blame] | 54 | #include <linux/unistd.h> |
Elliott Hughes | e1aee69 | 2012-01-17 16:40:10 -0800 | [diff] [blame] | 55 | #endif |
| 56 | |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 57 | namespace art { |
| 58 | |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 59 | #if defined(__linux__) |
| 60 | static constexpr bool kUseAddr2line = !kIsTargetBuild; |
| 61 | #endif |
| 62 | |
Elliott Hughes | 11d1b0c | 2012-01-23 16:57:47 -0800 | [diff] [blame] | 63 | pid_t GetTid() { |
Brian Carlstrom | f3a2641 | 2012-08-24 11:06:02 -0700 | [diff] [blame] | 64 | #if defined(__APPLE__) |
| 65 | uint64_t owner; |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 66 | CHECK_PTHREAD_CALL(pthread_threadid_np, (nullptr, &owner), __FUNCTION__); // Requires Mac OS 10.6 |
Brian Carlstrom | f3a2641 | 2012-08-24 11:06:02 -0700 | [diff] [blame] | 67 | return owner; |
Elliott Hughes | 323aa86 | 2014-08-20 15:00:04 -0700 | [diff] [blame] | 68 | #elif defined(__BIONIC__) |
| 69 | return gettid(); |
Elliott Hughes | 11d1b0c | 2012-01-23 16:57:47 -0800 | [diff] [blame] | 70 | #else |
Elliott Hughes | 11d1b0c | 2012-01-23 16:57:47 -0800 | [diff] [blame] | 71 | return syscall(__NR_gettid); |
| 72 | #endif |
| 73 | } |
| 74 | |
Elliott Hughes | 289be85 | 2012-06-12 13:57:20 -0700 | [diff] [blame] | 75 | std::string GetThreadName(pid_t tid) { |
| 76 | std::string result; |
| 77 | if (ReadFileToString(StringPrintf("/proc/self/task/%d/comm", tid), &result)) { |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 78 | result.resize(result.size() - 1); // Lose the trailing '\n'. |
Elliott Hughes | 289be85 | 2012-06-12 13:57:20 -0700 | [diff] [blame] | 79 | } else { |
| 80 | result = "<unknown>"; |
| 81 | } |
| 82 | return result; |
| 83 | } |
| 84 | |
Elliott Hughes | 6d3fc56 | 2014-08-27 11:47:01 -0700 | [diff] [blame] | 85 | void GetThreadStack(pthread_t thread, void** stack_base, size_t* stack_size, size_t* guard_size) { |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 86 | #if defined(__APPLE__) |
Brian Carlstrom | 2921201 | 2013-09-12 22:18:30 -0700 | [diff] [blame] | 87 | *stack_size = pthread_get_stacksize_np(thread); |
Ian Rogers | 120f1c7 | 2012-09-28 17:17:10 -0700 | [diff] [blame] | 88 | void* stack_addr = pthread_get_stackaddr_np(thread); |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 89 | |
| 90 | // Check whether stack_addr is the base or end of the stack. |
| 91 | // (On Mac OS 10.7, it's the end.) |
| 92 | int stack_variable; |
| 93 | if (stack_addr > &stack_variable) { |
Ian Rogers | 1373595 | 2014-10-08 12:43:28 -0700 | [diff] [blame] | 94 | *stack_base = reinterpret_cast<uint8_t*>(stack_addr) - *stack_size; |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 95 | } else { |
Brian Carlstrom | 2921201 | 2013-09-12 22:18:30 -0700 | [diff] [blame] | 96 | *stack_base = stack_addr; |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 97 | } |
Elliott Hughes | 6d3fc56 | 2014-08-27 11:47:01 -0700 | [diff] [blame] | 98 | |
| 99 | // This is wrong, but there doesn't seem to be a way to get the actual value on the Mac. |
| 100 | pthread_attr_t attributes; |
| 101 | CHECK_PTHREAD_CALL(pthread_attr_init, (&attributes), __FUNCTION__); |
| 102 | CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); |
| 103 | CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 104 | #else |
| 105 | pthread_attr_t attributes; |
Ian Rogers | 120f1c7 | 2012-09-28 17:17:10 -0700 | [diff] [blame] | 106 | CHECK_PTHREAD_CALL(pthread_getattr_np, (thread, &attributes), __FUNCTION__); |
Brian Carlstrom | 2921201 | 2013-09-12 22:18:30 -0700 | [diff] [blame] | 107 | CHECK_PTHREAD_CALL(pthread_attr_getstack, (&attributes, stack_base, stack_size), __FUNCTION__); |
Elliott Hughes | 6d3fc56 | 2014-08-27 11:47:01 -0700 | [diff] [blame] | 108 | CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 109 | CHECK_PTHREAD_CALL(pthread_attr_destroy, (&attributes), __FUNCTION__); |
Elliott Hughes | 839cc30 | 2014-08-28 10:24:44 -0700 | [diff] [blame] | 110 | |
| 111 | #if defined(__GLIBC__) |
| 112 | // If we're the main thread, check whether we were run with an unlimited stack. In that case, |
| 113 | // glibc will have reported a 2GB stack for our 32-bit process, and our stack overflow detection |
| 114 | // will be broken because we'll die long before we get close to 2GB. |
| 115 | bool is_main_thread = (::art::GetTid() == getpid()); |
| 116 | if (is_main_thread) { |
| 117 | rlimit stack_limit; |
| 118 | if (getrlimit(RLIMIT_STACK, &stack_limit) == -1) { |
| 119 | PLOG(FATAL) << "getrlimit(RLIMIT_STACK) failed"; |
| 120 | } |
| 121 | if (stack_limit.rlim_cur == RLIM_INFINITY) { |
| 122 | size_t old_stack_size = *stack_size; |
| 123 | |
| 124 | // Use the kernel default limit as our size, and adjust the base to match. |
| 125 | *stack_size = 8 * MB; |
| 126 | *stack_base = reinterpret_cast<uint8_t*>(*stack_base) + (old_stack_size - *stack_size); |
| 127 | |
| 128 | VLOG(threads) << "Limiting unlimited stack (reported as " << PrettySize(old_stack_size) << ")" |
| 129 | << " to " << PrettySize(*stack_size) |
| 130 | << " with base " << *stack_base; |
| 131 | } |
| 132 | } |
| 133 | #endif |
| 134 | |
Elliott Hughes | e188419 | 2012-04-23 12:38:15 -0700 | [diff] [blame] | 135 | #endif |
| 136 | } |
| 137 | |
Elliott Hughes | d92bec4 | 2011-09-02 17:04:36 -0700 | [diff] [blame] | 138 | bool ReadFileToString(const std::string& file_name, std::string* result) { |
Andreas Gampe | a6dfdae | 2015-02-24 15:50:19 -0800 | [diff] [blame] | 139 | File file; |
| 140 | if (!file.Open(file_name, O_RDONLY)) { |
Elliott Hughes | d92bec4 | 2011-09-02 17:04:36 -0700 | [diff] [blame] | 141 | return false; |
| 142 | } |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 143 | |
Elliott Hughes | 3b6baaa | 2011-10-14 19:13:56 -0700 | [diff] [blame] | 144 | std::vector<char> buf(8 * KB); |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 145 | while (true) { |
Andreas Gampe | a6dfdae | 2015-02-24 15:50:19 -0800 | [diff] [blame] | 146 | int64_t n = TEMP_FAILURE_RETRY(read(file.Fd(), &buf[0], buf.size())); |
Elliott Hughes | d92bec4 | 2011-09-02 17:04:36 -0700 | [diff] [blame] | 147 | if (n == -1) { |
| 148 | return false; |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 149 | } |
Elliott Hughes | d92bec4 | 2011-09-02 17:04:36 -0700 | [diff] [blame] | 150 | if (n == 0) { |
| 151 | return true; |
| 152 | } |
Elliott Hughes | 3b6baaa | 2011-10-14 19:13:56 -0700 | [diff] [blame] | 153 | result->append(&buf[0], n); |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 154 | } |
buzbee | c143c55 | 2011-08-20 17:38:58 -0700 | [diff] [blame] | 155 | } |
| 156 | |
Andreas Gampe | a6dfdae | 2015-02-24 15:50:19 -0800 | [diff] [blame] | 157 | bool PrintFileToLog(const std::string& file_name, LogSeverity level) { |
| 158 | File file; |
| 159 | if (!file.Open(file_name, O_RDONLY)) { |
| 160 | return false; |
| 161 | } |
| 162 | |
| 163 | constexpr size_t kBufSize = 256; // Small buffer. Avoid stack overflow and stack size warnings. |
| 164 | char buf[kBufSize + 1]; // +1 for terminator. |
| 165 | size_t filled_to = 0; |
| 166 | while (true) { |
| 167 | DCHECK_LT(filled_to, kBufSize); |
| 168 | int64_t n = TEMP_FAILURE_RETRY(read(file.Fd(), &buf[filled_to], kBufSize - filled_to)); |
| 169 | if (n <= 0) { |
| 170 | // Print the rest of the buffer, if it exists. |
| 171 | if (filled_to > 0) { |
| 172 | buf[filled_to] = 0; |
| 173 | LOG(level) << buf; |
| 174 | } |
| 175 | return n == 0; |
| 176 | } |
| 177 | // Scan for '\n'. |
| 178 | size_t i = filled_to; |
| 179 | bool found_newline = false; |
| 180 | for (; i < filled_to + n; ++i) { |
| 181 | if (buf[i] == '\n') { |
| 182 | // Found a line break, that's something to print now. |
| 183 | buf[i] = 0; |
| 184 | LOG(level) << buf; |
| 185 | // Copy the rest to the front. |
| 186 | if (i + 1 < filled_to + n) { |
| 187 | memmove(&buf[0], &buf[i + 1], filled_to + n - i - 1); |
| 188 | filled_to = filled_to + n - i - 1; |
| 189 | } else { |
| 190 | filled_to = 0; |
| 191 | } |
| 192 | found_newline = true; |
| 193 | break; |
| 194 | } |
| 195 | } |
| 196 | if (found_newline) { |
| 197 | continue; |
| 198 | } else { |
| 199 | filled_to += n; |
| 200 | // Check if we must flush now. |
| 201 | if (filled_to == kBufSize) { |
| 202 | buf[kBufSize] = 0; |
| 203 | LOG(level) << buf; |
| 204 | filled_to = 0; |
| 205 | } |
| 206 | } |
| 207 | } |
| 208 | } |
| 209 | |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 210 | std::string PrettyDescriptor(mirror::String* java_descriptor) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 211 | if (java_descriptor == nullptr) { |
Brian Carlstrom | e24fa61 | 2011-09-29 00:53:55 -0700 | [diff] [blame] | 212 | return "null"; |
| 213 | } |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 214 | return PrettyDescriptor(java_descriptor->ToModifiedUtf8().c_str()); |
Elliott Hughes | 6c8867d | 2011-10-03 16:34:05 -0700 | [diff] [blame] | 215 | } |
Elliott Hughes | 5174fe6 | 2011-08-23 15:12:35 -0700 | [diff] [blame] | 216 | |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 217 | std::string PrettyDescriptor(mirror::Class* klass) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 218 | if (klass == nullptr) { |
Ian Rogers | 6d4d9fc | 2011-11-30 16:24:48 -0800 | [diff] [blame] | 219 | return "null"; |
| 220 | } |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 221 | std::string temp; |
| 222 | return PrettyDescriptor(klass->GetDescriptor(&temp)); |
Ian Rogers | 6d4d9fc | 2011-11-30 16:24:48 -0800 | [diff] [blame] | 223 | } |
| 224 | |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 225 | std::string PrettyDescriptor(const char* descriptor) { |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 226 | // Count the number of '['s to get the dimensionality. |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 227 | const char* c = descriptor; |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 228 | size_t dim = 0; |
| 229 | while (*c == '[') { |
| 230 | dim++; |
| 231 | c++; |
| 232 | } |
| 233 | |
| 234 | // Reference or primitive? |
| 235 | if (*c == 'L') { |
| 236 | // "[[La/b/C;" -> "a.b.C[][]". |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 237 | c++; // Skip the 'L'. |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 238 | } else { |
| 239 | // "[[B" -> "byte[][]". |
| 240 | // To make life easier, we make primitives look like unqualified |
| 241 | // reference types. |
| 242 | switch (*c) { |
| 243 | case 'B': c = "byte;"; break; |
| 244 | case 'C': c = "char;"; break; |
| 245 | case 'D': c = "double;"; break; |
| 246 | case 'F': c = "float;"; break; |
| 247 | case 'I': c = "int;"; break; |
| 248 | case 'J': c = "long;"; break; |
| 249 | case 'S': c = "short;"; break; |
| 250 | case 'Z': c = "boolean;"; break; |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 251 | case 'V': c = "void;"; break; // Used when decoding return types. |
Elliott Hughes | 5174fe6 | 2011-08-23 15:12:35 -0700 | [diff] [blame] | 252 | default: return descriptor; |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 253 | } |
| 254 | } |
| 255 | |
| 256 | // At this point, 'c' is a string of the form "fully/qualified/Type;" |
| 257 | // or "primitive;". Rewrite the type with '.' instead of '/': |
| 258 | std::string result; |
| 259 | const char* p = c; |
| 260 | while (*p != ';') { |
| 261 | char ch = *p++; |
| 262 | if (ch == '/') { |
| 263 | ch = '.'; |
| 264 | } |
| 265 | result.push_back(ch); |
| 266 | } |
| 267 | // ...and replace the semicolon with 'dim' "[]" pairs: |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 268 | for (size_t i = 0; i < dim; ++i) { |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 269 | result += "[]"; |
| 270 | } |
| 271 | return result; |
| 272 | } |
| 273 | |
Mathieu Chartier | c785344 | 2015-03-27 14:35:38 -0700 | [diff] [blame] | 274 | std::string PrettyField(ArtField* f, bool with_type) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 275 | if (f == nullptr) { |
Elliott Hughes | a250199 | 2011-08-26 19:39:54 -0700 | [diff] [blame] | 276 | return "null"; |
| 277 | } |
Elliott Hughes | 54e7df1 | 2011-09-16 11:47:04 -0700 | [diff] [blame] | 278 | std::string result; |
| 279 | if (with_type) { |
Mathieu Chartier | 61c5ebc | 2014-06-05 17:42:53 -0700 | [diff] [blame] | 280 | result += PrettyDescriptor(f->GetTypeDescriptor()); |
Elliott Hughes | 54e7df1 | 2011-09-16 11:47:04 -0700 | [diff] [blame] | 281 | result += ' '; |
| 282 | } |
Ian Rogers | 08f1f50 | 2014-12-02 15:04:37 -0800 | [diff] [blame] | 283 | std::string temp; |
| 284 | result += PrettyDescriptor(f->GetDeclaringClass()->GetDescriptor(&temp)); |
Elliott Hughes | a250199 | 2011-08-26 19:39:54 -0700 | [diff] [blame] | 285 | result += '.'; |
Mathieu Chartier | 61c5ebc | 2014-06-05 17:42:53 -0700 | [diff] [blame] | 286 | result += f->GetName(); |
Elliott Hughes | a250199 | 2011-08-26 19:39:54 -0700 | [diff] [blame] | 287 | return result; |
| 288 | } |
| 289 | |
Brian Carlstrom | 6f29d0e | 2012-05-11 15:50:29 -0700 | [diff] [blame] | 290 | std::string PrettyField(uint32_t field_idx, const DexFile& dex_file, bool with_type) { |
Elliott Hughes | 60641a7 | 2013-02-27 14:36:16 -0800 | [diff] [blame] | 291 | if (field_idx >= dex_file.NumFieldIds()) { |
| 292 | return StringPrintf("<<invalid-field-idx-%d>>", field_idx); |
| 293 | } |
Brian Carlstrom | 6f29d0e | 2012-05-11 15:50:29 -0700 | [diff] [blame] | 294 | const DexFile::FieldId& field_id = dex_file.GetFieldId(field_idx); |
| 295 | std::string result; |
| 296 | if (with_type) { |
| 297 | result += dex_file.GetFieldTypeDescriptor(field_id); |
| 298 | result += ' '; |
| 299 | } |
| 300 | result += PrettyDescriptor(dex_file.GetFieldDeclaringClassDescriptor(field_id)); |
| 301 | result += '.'; |
| 302 | result += dex_file.GetFieldName(field_id); |
| 303 | return result; |
| 304 | } |
| 305 | |
Mathieu Chartier | 18c24b6 | 2012-09-10 08:54:25 -0700 | [diff] [blame] | 306 | std::string PrettyType(uint32_t type_idx, const DexFile& dex_file) { |
Elliott Hughes | 60641a7 | 2013-02-27 14:36:16 -0800 | [diff] [blame] | 307 | if (type_idx >= dex_file.NumTypeIds()) { |
| 308 | return StringPrintf("<<invalid-type-idx-%d>>", type_idx); |
| 309 | } |
Mathieu Chartier | 18c24b6 | 2012-09-10 08:54:25 -0700 | [diff] [blame] | 310 | const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); |
Mathieu Chartier | 4c70d77 | 2012-09-10 14:08:32 -0700 | [diff] [blame] | 311 | return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id)); |
Mathieu Chartier | 18c24b6 | 2012-09-10 08:54:25 -0700 | [diff] [blame] | 312 | } |
| 313 | |
Elliott Hughes | 9058f2b | 2012-03-22 18:06:48 -0700 | [diff] [blame] | 314 | std::string PrettyArguments(const char* signature) { |
| 315 | std::string result; |
| 316 | result += '('; |
| 317 | CHECK_EQ(*signature, '('); |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 318 | ++signature; // Skip the '('. |
Elliott Hughes | 9058f2b | 2012-03-22 18:06:48 -0700 | [diff] [blame] | 319 | while (*signature != ')') { |
| 320 | size_t argument_length = 0; |
| 321 | while (signature[argument_length] == '[') { |
| 322 | ++argument_length; |
| 323 | } |
| 324 | if (signature[argument_length] == 'L') { |
| 325 | argument_length = (strchr(signature, ';') - signature + 1); |
| 326 | } else { |
| 327 | ++argument_length; |
| 328 | } |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 329 | { |
| 330 | std::string argument_descriptor(signature, argument_length); |
| 331 | result += PrettyDescriptor(argument_descriptor.c_str()); |
| 332 | } |
Elliott Hughes | 9058f2b | 2012-03-22 18:06:48 -0700 | [diff] [blame] | 333 | if (signature[argument_length] != ')') { |
| 334 | result += ", "; |
| 335 | } |
| 336 | signature += argument_length; |
| 337 | } |
| 338 | CHECK_EQ(*signature, ')'); |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 339 | ++signature; // Skip the ')'. |
Elliott Hughes | 9058f2b | 2012-03-22 18:06:48 -0700 | [diff] [blame] | 340 | result += ')'; |
| 341 | return result; |
| 342 | } |
| 343 | |
| 344 | std::string PrettyReturnType(const char* signature) { |
| 345 | const char* return_type = strchr(signature, ')'); |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 346 | CHECK(return_type != nullptr); |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 347 | ++return_type; // Skip ')'. |
Elliott Hughes | 9058f2b | 2012-03-22 18:06:48 -0700 | [diff] [blame] | 348 | return PrettyDescriptor(return_type); |
| 349 | } |
| 350 | |
Mathieu Chartier | e401d14 | 2015-04-22 13:56:20 -0700 | [diff] [blame] | 351 | std::string PrettyMethod(ArtMethod* m, bool with_signature) { |
Ian Rogers | 16ce092 | 2014-01-10 14:59:36 -0800 | [diff] [blame] | 352 | if (m == nullptr) { |
Elliott Hughes | a0b8feb | 2011-08-20 09:50:55 -0700 | [diff] [blame] | 353 | return "null"; |
| 354 | } |
Mathieu Chartier | e401d14 | 2015-04-22 13:56:20 -0700 | [diff] [blame] | 355 | if (!m->IsRuntimeMethod()) { |
| 356 | m = m->GetInterfaceMethodIfProxy(Runtime::Current()->GetClassLinker()->GetImagePointerSize()); |
| 357 | } |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 358 | std::string result(PrettyDescriptor(m->GetDeclaringClassDescriptor())); |
Elliott Hughes | a0b8feb | 2011-08-20 09:50:55 -0700 | [diff] [blame] | 359 | result += '.'; |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 360 | result += m->GetName(); |
Ian Rogers | 16ce092 | 2014-01-10 14:59:36 -0800 | [diff] [blame] | 361 | if (UNLIKELY(m->IsFastNative())) { |
| 362 | result += "!"; |
| 363 | } |
Elliott Hughes | a0b8feb | 2011-08-20 09:50:55 -0700 | [diff] [blame] | 364 | if (with_signature) { |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 365 | const Signature signature = m->GetSignature(); |
Ian Rogers | d91d6d6 | 2013-09-25 20:26:14 -0700 | [diff] [blame] | 366 | std::string sig_as_string(signature.ToString()); |
| 367 | if (signature == Signature::NoSignature()) { |
| 368 | return result + sig_as_string; |
Elliott Hughes | f8c1193 | 2012-03-23 19:53:59 -0700 | [diff] [blame] | 369 | } |
Ian Rogers | d91d6d6 | 2013-09-25 20:26:14 -0700 | [diff] [blame] | 370 | result = PrettyReturnType(sig_as_string.c_str()) + " " + result + |
| 371 | PrettyArguments(sig_as_string.c_str()); |
Elliott Hughes | a0b8feb | 2011-08-20 09:50:55 -0700 | [diff] [blame] | 372 | } |
| 373 | return result; |
| 374 | } |
| 375 | |
Ian Rogers | 0571d35 | 2011-11-03 19:51:38 -0700 | [diff] [blame] | 376 | std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature) { |
Elliott Hughes | 60641a7 | 2013-02-27 14:36:16 -0800 | [diff] [blame] | 377 | if (method_idx >= dex_file.NumMethodIds()) { |
| 378 | return StringPrintf("<<invalid-method-idx-%d>>", method_idx); |
| 379 | } |
Ian Rogers | 0571d35 | 2011-11-03 19:51:38 -0700 | [diff] [blame] | 380 | const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); |
| 381 | std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id))); |
| 382 | result += '.'; |
| 383 | result += dex_file.GetMethodName(method_id); |
| 384 | if (with_signature) { |
Ian Rogers | d91d6d6 | 2013-09-25 20:26:14 -0700 | [diff] [blame] | 385 | const Signature signature = dex_file.GetMethodSignature(method_id); |
| 386 | std::string sig_as_string(signature.ToString()); |
| 387 | if (signature == Signature::NoSignature()) { |
| 388 | return result + sig_as_string; |
Elliott Hughes | f8c1193 | 2012-03-23 19:53:59 -0700 | [diff] [blame] | 389 | } |
Ian Rogers | d91d6d6 | 2013-09-25 20:26:14 -0700 | [diff] [blame] | 390 | result = PrettyReturnType(sig_as_string.c_str()) + " " + result + |
| 391 | PrettyArguments(sig_as_string.c_str()); |
Ian Rogers | 0571d35 | 2011-11-03 19:51:38 -0700 | [diff] [blame] | 392 | } |
| 393 | return result; |
| 394 | } |
| 395 | |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 396 | std::string PrettyTypeOf(mirror::Object* obj) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 397 | if (obj == nullptr) { |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 398 | return "null"; |
| 399 | } |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 400 | if (obj->GetClass() == nullptr) { |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 401 | return "(raw)"; |
| 402 | } |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 403 | std::string temp; |
| 404 | std::string result(PrettyDescriptor(obj->GetClass()->GetDescriptor(&temp))); |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 405 | if (obj->IsClass()) { |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 406 | result += "<" + PrettyDescriptor(obj->AsClass()->GetDescriptor(&temp)) + ">"; |
Elliott Hughes | 11e4507 | 2011-08-16 17:40:46 -0700 | [diff] [blame] | 407 | } |
| 408 | return result; |
| 409 | } |
| 410 | |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 411 | std::string PrettyClass(mirror::Class* c) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 412 | if (c == nullptr) { |
Elliott Hughes | 54e7df1 | 2011-09-16 11:47:04 -0700 | [diff] [blame] | 413 | return "null"; |
| 414 | } |
| 415 | std::string result; |
| 416 | result += "java.lang.Class<"; |
Ian Rogers | 6d4d9fc | 2011-11-30 16:24:48 -0800 | [diff] [blame] | 417 | result += PrettyDescriptor(c); |
Elliott Hughes | 54e7df1 | 2011-09-16 11:47:04 -0700 | [diff] [blame] | 418 | result += ">"; |
| 419 | return result; |
| 420 | } |
| 421 | |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 422 | std::string PrettyClassAndClassLoader(mirror::Class* c) { |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 423 | if (c == nullptr) { |
Ian Rogers | d81871c | 2011-10-03 13:57:23 -0700 | [diff] [blame] | 424 | return "null"; |
| 425 | } |
| 426 | std::string result; |
| 427 | result += "java.lang.Class<"; |
Ian Rogers | 6d4d9fc | 2011-11-30 16:24:48 -0800 | [diff] [blame] | 428 | result += PrettyDescriptor(c); |
Ian Rogers | d81871c | 2011-10-03 13:57:23 -0700 | [diff] [blame] | 429 | result += ","; |
| 430 | result += PrettyTypeOf(c->GetClassLoader()); |
| 431 | // TODO: add an identifying hash value for the loader |
| 432 | result += ">"; |
| 433 | return result; |
| 434 | } |
| 435 | |
Andreas Gampe | c0d8229 | 2014-09-23 10:38:30 -0700 | [diff] [blame] | 436 | std::string PrettyJavaAccessFlags(uint32_t access_flags) { |
| 437 | std::string result; |
| 438 | if ((access_flags & kAccPublic) != 0) { |
| 439 | result += "public "; |
| 440 | } |
| 441 | if ((access_flags & kAccProtected) != 0) { |
| 442 | result += "protected "; |
| 443 | } |
| 444 | if ((access_flags & kAccPrivate) != 0) { |
| 445 | result += "private "; |
| 446 | } |
| 447 | if ((access_flags & kAccFinal) != 0) { |
| 448 | result += "final "; |
| 449 | } |
| 450 | if ((access_flags & kAccStatic) != 0) { |
| 451 | result += "static "; |
| 452 | } |
| 453 | if ((access_flags & kAccTransient) != 0) { |
| 454 | result += "transient "; |
| 455 | } |
| 456 | if ((access_flags & kAccVolatile) != 0) { |
| 457 | result += "volatile "; |
| 458 | } |
| 459 | if ((access_flags & kAccSynchronized) != 0) { |
| 460 | result += "synchronized "; |
| 461 | } |
| 462 | return result; |
| 463 | } |
| 464 | |
Mathieu Chartier | e6da9af | 2013-12-16 11:54:42 -0800 | [diff] [blame] | 465 | std::string PrettySize(int64_t byte_count) { |
Elliott Hughes | c967f78 | 2012-04-16 10:23:15 -0700 | [diff] [blame] | 466 | // The byte thresholds at which we display amounts. A byte count is displayed |
| 467 | // in unit U when kUnitThresholds[U] <= bytes < kUnitThresholds[U+1]. |
Ian Rogers | ef7d42f | 2014-01-06 12:55:46 -0800 | [diff] [blame] | 468 | static const int64_t kUnitThresholds[] = { |
Elliott Hughes | c967f78 | 2012-04-16 10:23:15 -0700 | [diff] [blame] | 469 | 0, // B up to... |
| 470 | 3*1024, // KB up to... |
| 471 | 2*1024*1024, // MB up to... |
| 472 | 1024*1024*1024 // GB from here. |
| 473 | }; |
Mathieu Chartier | e6da9af | 2013-12-16 11:54:42 -0800 | [diff] [blame] | 474 | static const int64_t kBytesPerUnit[] = { 1, KB, MB, GB }; |
Elliott Hughes | c967f78 | 2012-04-16 10:23:15 -0700 | [diff] [blame] | 475 | static const char* const kUnitStrings[] = { "B", "KB", "MB", "GB" }; |
Mathieu Chartier | e6da9af | 2013-12-16 11:54:42 -0800 | [diff] [blame] | 476 | const char* negative_str = ""; |
| 477 | if (byte_count < 0) { |
| 478 | negative_str = "-"; |
| 479 | byte_count = -byte_count; |
| 480 | } |
Elliott Hughes | c967f78 | 2012-04-16 10:23:15 -0700 | [diff] [blame] | 481 | int i = arraysize(kUnitThresholds); |
| 482 | while (--i > 0) { |
| 483 | if (byte_count >= kUnitThresholds[i]) { |
| 484 | break; |
| 485 | } |
Ian Rogers | 3bb17a6 | 2012-01-27 23:56:44 -0800 | [diff] [blame] | 486 | } |
Brian Carlstrom | 474cc79 | 2014-03-07 14:18:15 -0800 | [diff] [blame] | 487 | return StringPrintf("%s%" PRId64 "%s", |
| 488 | negative_str, byte_count / kBytesPerUnit[i], kUnitStrings[i]); |
Ian Rogers | 3bb17a6 | 2012-01-27 23:56:44 -0800 | [diff] [blame] | 489 | } |
| 490 | |
Ian Rogers | 576ca0c | 2014-06-06 15:58:22 -0700 | [diff] [blame] | 491 | std::string PrintableChar(uint16_t ch) { |
| 492 | std::string result; |
| 493 | result += '\''; |
| 494 | if (NeedsEscaping(ch)) { |
| 495 | StringAppendF(&result, "\\u%04x", ch); |
| 496 | } else { |
| 497 | result += ch; |
| 498 | } |
| 499 | result += '\''; |
| 500 | return result; |
| 501 | } |
| 502 | |
Ian Rogers | 68b5685 | 2014-08-29 20:19:11 -0700 | [diff] [blame] | 503 | std::string PrintableString(const char* utf) { |
Elliott Hughes | 82914b6 | 2012-04-09 15:56:29 -0700 | [diff] [blame] | 504 | std::string result; |
| 505 | result += '"'; |
Ian Rogers | 68b5685 | 2014-08-29 20:19:11 -0700 | [diff] [blame] | 506 | const char* p = utf; |
Elliott Hughes | 82914b6 | 2012-04-09 15:56:29 -0700 | [diff] [blame] | 507 | size_t char_count = CountModifiedUtf8Chars(p); |
| 508 | for (size_t i = 0; i < char_count; ++i) { |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 509 | uint32_t ch = GetUtf16FromUtf8(&p); |
Elliott Hughes | 82914b6 | 2012-04-09 15:56:29 -0700 | [diff] [blame] | 510 | if (ch == '\\') { |
| 511 | result += "\\\\"; |
| 512 | } else if (ch == '\n') { |
| 513 | result += "\\n"; |
| 514 | } else if (ch == '\r') { |
| 515 | result += "\\r"; |
| 516 | } else if (ch == '\t') { |
| 517 | result += "\\t"; |
Elliott Hughes | 82914b6 | 2012-04-09 15:56:29 -0700 | [diff] [blame] | 518 | } else { |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 519 | const uint16_t leading = GetLeadingUtf16Char(ch); |
| 520 | |
| 521 | if (NeedsEscaping(leading)) { |
| 522 | StringAppendF(&result, "\\u%04x", leading); |
| 523 | } else { |
| 524 | result += leading; |
| 525 | } |
| 526 | |
| 527 | const uint32_t trailing = GetTrailingUtf16Char(ch); |
| 528 | if (trailing != 0) { |
| 529 | // All high surrogates will need escaping. |
| 530 | StringAppendF(&result, "\\u%04x", trailing); |
| 531 | } |
Elliott Hughes | 82914b6 | 2012-04-09 15:56:29 -0700 | [diff] [blame] | 532 | } |
| 533 | } |
| 534 | result += '"'; |
| 535 | return result; |
| 536 | } |
| 537 | |
Elliott Hughes | d8c00d0 | 2012-01-30 14:08:31 -0800 | [diff] [blame] | 538 | // See http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/design.html#wp615 for the full rules. |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 539 | std::string MangleForJni(const std::string& s) { |
| 540 | std::string result; |
| 541 | size_t char_count = CountModifiedUtf8Chars(s.c_str()); |
| 542 | const char* cp = &s[0]; |
| 543 | for (size_t i = 0; i < char_count; ++i) { |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 544 | uint32_t ch = GetUtf16FromUtf8(&cp); |
Elliott Hughes | d8c00d0 | 2012-01-30 14:08:31 -0800 | [diff] [blame] | 545 | if ((ch >= 'A' && ch <= 'Z') || (ch >= 'a' && ch <= 'z') || (ch >= '0' && ch <= '9')) { |
| 546 | result.push_back(ch); |
| 547 | } else if (ch == '.' || ch == '/') { |
| 548 | result += "_"; |
| 549 | } else if (ch == '_') { |
| 550 | result += "_1"; |
| 551 | } else if (ch == ';') { |
| 552 | result += "_2"; |
| 553 | } else if (ch == '[') { |
| 554 | result += "_3"; |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 555 | } else { |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 556 | const uint16_t leading = GetLeadingUtf16Char(ch); |
| 557 | const uint32_t trailing = GetTrailingUtf16Char(ch); |
| 558 | |
| 559 | StringAppendF(&result, "_0%04x", leading); |
| 560 | if (trailing != 0) { |
| 561 | StringAppendF(&result, "_0%04x", trailing); |
| 562 | } |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 563 | } |
| 564 | } |
| 565 | return result; |
| 566 | } |
| 567 | |
Brian Carlstrom | f91c8c3 | 2011-09-21 17:30:34 -0700 | [diff] [blame] | 568 | std::string DotToDescriptor(const char* class_name) { |
| 569 | std::string descriptor(class_name); |
| 570 | std::replace(descriptor.begin(), descriptor.end(), '.', '/'); |
| 571 | if (descriptor.length() > 0 && descriptor[0] != '[') { |
| 572 | descriptor = "L" + descriptor + ";"; |
| 573 | } |
| 574 | return descriptor; |
| 575 | } |
| 576 | |
Elliott Hughes | f1a5adc | 2012-02-10 18:09:35 -0800 | [diff] [blame] | 577 | std::string DescriptorToDot(const char* descriptor) { |
Elliott Hughes | 2435a57 | 2012-02-17 16:07:41 -0800 | [diff] [blame] | 578 | size_t length = strlen(descriptor); |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 579 | if (length > 1) { |
| 580 | if (descriptor[0] == 'L' && descriptor[length - 1] == ';') { |
| 581 | // Descriptors have the leading 'L' and trailing ';' stripped. |
| 582 | std::string result(descriptor + 1, length - 2); |
| 583 | std::replace(result.begin(), result.end(), '/', '.'); |
| 584 | return result; |
| 585 | } else { |
| 586 | // For arrays the 'L' and ';' remain intact. |
| 587 | std::string result(descriptor); |
| 588 | std::replace(result.begin(), result.end(), '/', '.'); |
| 589 | return result; |
| 590 | } |
Elliott Hughes | 2435a57 | 2012-02-17 16:07:41 -0800 | [diff] [blame] | 591 | } |
Ian Rogers | 1ff3c98 | 2014-08-12 02:30:58 -0700 | [diff] [blame] | 592 | // Do nothing for non-class/array descriptors. |
Elliott Hughes | 2435a57 | 2012-02-17 16:07:41 -0800 | [diff] [blame] | 593 | return descriptor; |
Elliott Hughes | 91bf6cd | 2012-02-14 17:27:48 -0800 | [diff] [blame] | 594 | } |
| 595 | |
| 596 | std::string DescriptorToName(const char* descriptor) { |
Elliott Hughes | f1a5adc | 2012-02-10 18:09:35 -0800 | [diff] [blame] | 597 | size_t length = strlen(descriptor); |
Elliott Hughes | 2435a57 | 2012-02-17 16:07:41 -0800 | [diff] [blame] | 598 | if (descriptor[0] == 'L' && descriptor[length - 1] == ';') { |
| 599 | std::string result(descriptor + 1, length - 2); |
| 600 | return result; |
| 601 | } |
| 602 | return descriptor; |
Brian Carlstrom | aded5f7 | 2011-10-07 17:15:04 -0700 | [diff] [blame] | 603 | } |
| 604 | |
Mathieu Chartier | e401d14 | 2015-04-22 13:56:20 -0700 | [diff] [blame] | 605 | std::string JniShortName(ArtMethod* m) { |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 606 | std::string class_name(m->GetDeclaringClassDescriptor()); |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 607 | // Remove the leading 'L' and trailing ';'... |
Elliott Hughes | f5a7a47 | 2011-10-07 14:31:02 -0700 | [diff] [blame] | 608 | CHECK_EQ(class_name[0], 'L') << class_name; |
| 609 | CHECK_EQ(class_name[class_name.size() - 1], ';') << class_name; |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 610 | class_name.erase(0, 1); |
| 611 | class_name.erase(class_name.size() - 1, 1); |
| 612 | |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 613 | std::string method_name(m->GetName()); |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 614 | |
| 615 | std::string short_name; |
| 616 | short_name += "Java_"; |
| 617 | short_name += MangleForJni(class_name); |
| 618 | short_name += "_"; |
| 619 | short_name += MangleForJni(method_name); |
| 620 | return short_name; |
| 621 | } |
| 622 | |
Mathieu Chartier | e401d14 | 2015-04-22 13:56:20 -0700 | [diff] [blame] | 623 | std::string JniLongName(ArtMethod* m) { |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 624 | std::string long_name; |
| 625 | long_name += JniShortName(m); |
| 626 | long_name += "__"; |
| 627 | |
Mathieu Chartier | bfd9a43 | 2014-05-21 17:43:44 -0700 | [diff] [blame] | 628 | std::string signature(m->GetSignature().ToString()); |
Elliott Hughes | 79082e3 | 2011-08-25 12:07:32 -0700 | [diff] [blame] | 629 | signature.erase(0, 1); |
| 630 | signature.erase(signature.begin() + signature.find(')'), signature.end()); |
| 631 | |
| 632 | long_name += MangleForJni(signature); |
| 633 | |
| 634 | return long_name; |
| 635 | } |
| 636 | |
jeffhao | 10037c8 | 2012-01-23 15:06:23 -0800 | [diff] [blame] | 637 | // Helper for IsValidPartOfMemberNameUtf8(), a bit vector indicating valid low ascii. |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 638 | uint32_t DEX_MEMBER_VALID_LOW_ASCII[4] = { |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 639 | 0x00000000, // 00..1f low control characters; nothing valid |
| 640 | 0x03ff2010, // 20..3f digits and symbols; valid: '0'..'9', '$', '-' |
| 641 | 0x87fffffe, // 40..5f uppercase etc.; valid: 'A'..'Z', '_' |
| 642 | 0x07fffffe // 60..7f lowercase etc.; valid: 'a'..'z' |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 643 | }; |
| 644 | |
jeffhao | 10037c8 | 2012-01-23 15:06:23 -0800 | [diff] [blame] | 645 | // Helper for IsValidPartOfMemberNameUtf8(); do not call directly. |
| 646 | bool IsValidPartOfMemberNameUtf8Slow(const char** pUtf8Ptr) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 647 | /* |
| 648 | * It's a multibyte encoded character. Decode it and analyze. We |
| 649 | * accept anything that isn't (a) an improperly encoded low value, |
| 650 | * (b) an improper surrogate pair, (c) an encoded '\0', (d) a high |
| 651 | * control character, or (e) a high space, layout, or special |
| 652 | * character (U+00a0, U+2000..U+200f, U+2028..U+202f, |
| 653 | * U+fff0..U+ffff). This is all specified in the dex format |
| 654 | * document. |
| 655 | */ |
| 656 | |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 657 | const uint32_t pair = GetUtf16FromUtf8(pUtf8Ptr); |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 658 | const uint16_t leading = GetLeadingUtf16Char(pair); |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 659 | |
Narayan Kamath | 8508e37 | 2015-05-06 14:55:43 +0100 | [diff] [blame] | 660 | // We have a surrogate pair resulting from a valid 4 byte UTF sequence. |
| 661 | // No further checks are necessary because 4 byte sequences span code |
| 662 | // points [U+10000, U+1FFFFF], which are valid codepoints in a dex |
| 663 | // identifier. Furthermore, GetUtf16FromUtf8 guarantees that each of |
| 664 | // the surrogate halves are valid and well formed in this instance. |
| 665 | if (GetTrailingUtf16Char(pair) != 0) { |
| 666 | return true; |
| 667 | } |
| 668 | |
| 669 | |
| 670 | // We've encountered a one, two or three byte UTF-8 sequence. The |
| 671 | // three byte UTF-8 sequence could be one half of a surrogate pair. |
| 672 | switch (leading >> 8) { |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 673 | case 0x00: |
| 674 | // It's only valid if it's above the ISO-8859-1 high space (0xa0). |
| 675 | return (leading > 0x00a0); |
| 676 | case 0xd8: |
| 677 | case 0xd9: |
| 678 | case 0xda: |
| 679 | case 0xdb: |
Narayan Kamath | 8508e37 | 2015-05-06 14:55:43 +0100 | [diff] [blame] | 680 | { |
| 681 | // We found a three byte sequence encoding one half of a surrogate. |
| 682 | // Look for the other half. |
| 683 | const uint32_t pair2 = GetUtf16FromUtf8(pUtf8Ptr); |
| 684 | const uint16_t trailing = GetLeadingUtf16Char(pair2); |
| 685 | |
| 686 | return (GetTrailingUtf16Char(pair2) == 0) && (0xdc00 <= trailing && trailing <= 0xdfff); |
| 687 | } |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 688 | case 0xdc: |
| 689 | case 0xdd: |
| 690 | case 0xde: |
| 691 | case 0xdf: |
| 692 | // It's a trailing surrogate, which is not valid at this point. |
| 693 | return false; |
| 694 | case 0x20: |
| 695 | case 0xff: |
| 696 | // It's in the range that has spaces, controls, and specials. |
| 697 | switch (leading & 0xfff8) { |
Narayan Kamath | 8508e37 | 2015-05-06 14:55:43 +0100 | [diff] [blame] | 698 | case 0x2000: |
| 699 | case 0x2008: |
| 700 | case 0x2028: |
| 701 | case 0xfff0: |
| 702 | case 0xfff8: |
| 703 | return false; |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 704 | } |
Narayan Kamath | 8508e37 | 2015-05-06 14:55:43 +0100 | [diff] [blame] | 705 | return true; |
| 706 | default: |
| 707 | return true; |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 708 | } |
Narayan Kamath | a5afcfc | 2015-01-29 20:06:46 +0000 | [diff] [blame] | 709 | |
Narayan Kamath | 8508e37 | 2015-05-06 14:55:43 +0100 | [diff] [blame] | 710 | UNREACHABLE(); |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 711 | } |
| 712 | |
| 713 | /* Return whether the pointed-at modified-UTF-8 encoded character is |
| 714 | * valid as part of a member name, updating the pointer to point past |
| 715 | * the consumed character. This will consume two encoded UTF-16 code |
| 716 | * points if the character is encoded as a surrogate pair. Also, if |
| 717 | * this function returns false, then the given pointer may only have |
| 718 | * been partially advanced. |
| 719 | */ |
Ian Rogers | 8d31bbd | 2013-10-13 10:44:14 -0700 | [diff] [blame] | 720 | static bool IsValidPartOfMemberNameUtf8(const char** pUtf8Ptr) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 721 | uint8_t c = (uint8_t) **pUtf8Ptr; |
Ian Rogers | 8d31bbd | 2013-10-13 10:44:14 -0700 | [diff] [blame] | 722 | if (LIKELY(c <= 0x7f)) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 723 | // It's low-ascii, so check the table. |
| 724 | uint32_t wordIdx = c >> 5; |
| 725 | uint32_t bitIdx = c & 0x1f; |
| 726 | (*pUtf8Ptr)++; |
| 727 | return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0; |
| 728 | } |
| 729 | |
| 730 | // It's a multibyte encoded character. Call a non-inline function |
| 731 | // for the heavy lifting. |
jeffhao | 10037c8 | 2012-01-23 15:06:23 -0800 | [diff] [blame] | 732 | return IsValidPartOfMemberNameUtf8Slow(pUtf8Ptr); |
| 733 | } |
| 734 | |
| 735 | bool IsValidMemberName(const char* s) { |
| 736 | bool angle_name = false; |
| 737 | |
Elliott Hughes | b25c3f6 | 2012-03-26 16:35:06 -0700 | [diff] [blame] | 738 | switch (*s) { |
jeffhao | 10037c8 | 2012-01-23 15:06:23 -0800 | [diff] [blame] | 739 | case '\0': |
| 740 | // The empty string is not a valid name. |
| 741 | return false; |
| 742 | case '<': |
| 743 | angle_name = true; |
| 744 | s++; |
| 745 | break; |
| 746 | } |
| 747 | |
| 748 | while (true) { |
| 749 | switch (*s) { |
| 750 | case '\0': |
| 751 | return !angle_name; |
| 752 | case '>': |
| 753 | return angle_name && s[1] == '\0'; |
| 754 | } |
| 755 | |
| 756 | if (!IsValidPartOfMemberNameUtf8(&s)) { |
| 757 | return false; |
| 758 | } |
| 759 | } |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 760 | } |
| 761 | |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 762 | enum ClassNameType { kName, kDescriptor }; |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 763 | template<ClassNameType kType, char kSeparator> |
| 764 | static bool IsValidClassName(const char* s) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 765 | int arrayCount = 0; |
| 766 | while (*s == '[') { |
| 767 | arrayCount++; |
| 768 | s++; |
| 769 | } |
| 770 | |
| 771 | if (arrayCount > 255) { |
| 772 | // Arrays may have no more than 255 dimensions. |
| 773 | return false; |
| 774 | } |
| 775 | |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 776 | ClassNameType type = kType; |
| 777 | if (type != kDescriptor && arrayCount != 0) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 778 | /* |
| 779 | * If we're looking at an array of some sort, then it doesn't |
| 780 | * matter if what is being asked for is a class name; the |
| 781 | * format looks the same as a type descriptor in that case, so |
| 782 | * treat it as such. |
| 783 | */ |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 784 | type = kDescriptor; |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 785 | } |
| 786 | |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 787 | if (type == kDescriptor) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 788 | /* |
| 789 | * We are looking for a descriptor. Either validate it as a |
| 790 | * single-character primitive type, or continue on to check the |
| 791 | * embedded class name (bracketed by "L" and ";"). |
| 792 | */ |
| 793 | switch (*(s++)) { |
| 794 | case 'B': |
| 795 | case 'C': |
| 796 | case 'D': |
| 797 | case 'F': |
| 798 | case 'I': |
| 799 | case 'J': |
| 800 | case 'S': |
| 801 | case 'Z': |
| 802 | // These are all single-character descriptors for primitive types. |
| 803 | return (*s == '\0'); |
| 804 | case 'V': |
| 805 | // Non-array void is valid, but you can't have an array of void. |
| 806 | return (arrayCount == 0) && (*s == '\0'); |
| 807 | case 'L': |
| 808 | // Class name: Break out and continue below. |
| 809 | break; |
| 810 | default: |
| 811 | // Oddball descriptor character. |
| 812 | return false; |
| 813 | } |
| 814 | } |
| 815 | |
| 816 | /* |
| 817 | * We just consumed the 'L' that introduces a class name as part |
| 818 | * of a type descriptor, or we are looking for an unadorned class |
| 819 | * name. |
| 820 | */ |
| 821 | |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 822 | bool sepOrFirst = true; // first character or just encountered a separator. |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 823 | for (;;) { |
| 824 | uint8_t c = (uint8_t) *s; |
| 825 | switch (c) { |
| 826 | case '\0': |
| 827 | /* |
| 828 | * Premature end for a type descriptor, but valid for |
| 829 | * a class name as long as we haven't encountered an |
| 830 | * empty component (including the degenerate case of |
| 831 | * the empty string ""). |
| 832 | */ |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 833 | return (type == kName) && !sepOrFirst; |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 834 | case ';': |
| 835 | /* |
| 836 | * Invalid character for a class name, but the |
| 837 | * legitimate end of a type descriptor. In the latter |
| 838 | * case, make sure that this is the end of the string |
| 839 | * and that it doesn't end with an empty component |
| 840 | * (including the degenerate case of "L;"). |
| 841 | */ |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 842 | return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 843 | case '/': |
| 844 | case '.': |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 845 | if (c != kSeparator) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 846 | // The wrong separator character. |
| 847 | return false; |
| 848 | } |
| 849 | if (sepOrFirst) { |
| 850 | // Separator at start or two separators in a row. |
| 851 | return false; |
| 852 | } |
| 853 | sepOrFirst = true; |
| 854 | s++; |
| 855 | break; |
| 856 | default: |
jeffhao | 10037c8 | 2012-01-23 15:06:23 -0800 | [diff] [blame] | 857 | if (!IsValidPartOfMemberNameUtf8(&s)) { |
Elliott Hughes | 64bf5a3 | 2011-09-20 14:43:12 -0700 | [diff] [blame] | 858 | return false; |
| 859 | } |
| 860 | sepOrFirst = false; |
| 861 | break; |
| 862 | } |
| 863 | } |
| 864 | } |
| 865 | |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 866 | bool IsValidBinaryClassName(const char* s) { |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 867 | return IsValidClassName<kName, '.'>(s); |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 868 | } |
| 869 | |
| 870 | bool IsValidJniClassName(const char* s) { |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 871 | return IsValidClassName<kName, '/'>(s); |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 872 | } |
| 873 | |
| 874 | bool IsValidDescriptor(const char* s) { |
Ian Rogers | 7b078e8 | 2014-09-10 14:44:24 -0700 | [diff] [blame] | 875 | return IsValidClassName<kDescriptor, '/'>(s); |
Elliott Hughes | 906e685 | 2011-10-28 14:52:10 -0700 | [diff] [blame] | 876 | } |
| 877 | |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 878 | void Split(const std::string& s, char separator, std::vector<std::string>* result) { |
Elliott Hughes | 3402380 | 2011-08-30 12:06:17 -0700 | [diff] [blame] | 879 | const char* p = s.data(); |
| 880 | const char* end = p + s.size(); |
| 881 | while (p != end) { |
Elliott Hughes | 48436bb | 2012-02-07 15:23:28 -0800 | [diff] [blame] | 882 | if (*p == separator) { |
Elliott Hughes | 3402380 | 2011-08-30 12:06:17 -0700 | [diff] [blame] | 883 | ++p; |
| 884 | } else { |
| 885 | const char* start = p; |
Elliott Hughes | 48436bb | 2012-02-07 15:23:28 -0800 | [diff] [blame] | 886 | while (++p != end && *p != separator) { |
| 887 | // Skip to the next occurrence of the separator. |
Elliott Hughes | 3402380 | 2011-08-30 12:06:17 -0700 | [diff] [blame] | 888 | } |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 889 | result->push_back(std::string(start, p - start)); |
Elliott Hughes | 3402380 | 2011-08-30 12:06:17 -0700 | [diff] [blame] | 890 | } |
| 891 | } |
| 892 | } |
| 893 | |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 894 | std::string Trim(const std::string& s) { |
Dave Allison | 7020278 | 2013-10-22 17:52:19 -0700 | [diff] [blame] | 895 | std::string result; |
| 896 | unsigned int start_index = 0; |
| 897 | unsigned int end_index = s.size() - 1; |
| 898 | |
| 899 | // Skip initial whitespace. |
| 900 | while (start_index < s.size()) { |
| 901 | if (!isspace(s[start_index])) { |
| 902 | break; |
| 903 | } |
| 904 | start_index++; |
| 905 | } |
| 906 | |
| 907 | // Skip terminating whitespace. |
| 908 | while (end_index >= start_index) { |
| 909 | if (!isspace(s[end_index])) { |
| 910 | break; |
| 911 | } |
| 912 | end_index--; |
| 913 | } |
| 914 | |
| 915 | // All spaces, no beef. |
| 916 | if (end_index < start_index) { |
| 917 | return ""; |
| 918 | } |
| 919 | // Start_index is the first non-space, end_index is the last one. |
| 920 | return s.substr(start_index, end_index - start_index + 1); |
| 921 | } |
| 922 | |
Elliott Hughes | 48436bb | 2012-02-07 15:23:28 -0800 | [diff] [blame] | 923 | template <typename StringT> |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 924 | std::string Join(const std::vector<StringT>& strings, char separator) { |
Elliott Hughes | 48436bb | 2012-02-07 15:23:28 -0800 | [diff] [blame] | 925 | if (strings.empty()) { |
| 926 | return ""; |
| 927 | } |
| 928 | |
| 929 | std::string result(strings[0]); |
| 930 | for (size_t i = 1; i < strings.size(); ++i) { |
| 931 | result += separator; |
| 932 | result += strings[i]; |
| 933 | } |
| 934 | return result; |
| 935 | } |
| 936 | |
| 937 | // Explicit instantiations. |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 938 | template std::string Join<std::string>(const std::vector<std::string>& strings, char separator); |
| 939 | template std::string Join<const char*>(const std::vector<const char*>& strings, char separator); |
Elliott Hughes | 48436bb | 2012-02-07 15:23:28 -0800 | [diff] [blame] | 940 | |
Elliott Hughes | f1a5adc | 2012-02-10 18:09:35 -0800 | [diff] [blame] | 941 | bool StartsWith(const std::string& s, const char* prefix) { |
| 942 | return s.compare(0, strlen(prefix), prefix) == 0; |
| 943 | } |
| 944 | |
Brian Carlstrom | 7a967b3 | 2012-03-28 15:23:10 -0700 | [diff] [blame] | 945 | bool EndsWith(const std::string& s, const char* suffix) { |
| 946 | size_t suffix_length = strlen(suffix); |
| 947 | size_t string_length = s.size(); |
| 948 | if (suffix_length > string_length) { |
| 949 | return false; |
| 950 | } |
| 951 | size_t offset = string_length - suffix_length; |
| 952 | return s.compare(offset, suffix_length, suffix) == 0; |
| 953 | } |
| 954 | |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 955 | void SetThreadName(const char* thread_name) { |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 956 | int hasAt = 0; |
| 957 | int hasDot = 0; |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 958 | const char* s = thread_name; |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 959 | while (*s) { |
| 960 | if (*s == '.') { |
| 961 | hasDot = 1; |
| 962 | } else if (*s == '@') { |
| 963 | hasAt = 1; |
| 964 | } |
| 965 | s++; |
| 966 | } |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 967 | int len = s - thread_name; |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 968 | if (len < 15 || hasAt || !hasDot) { |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 969 | s = thread_name; |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 970 | } else { |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 971 | s = thread_name + len - 15; |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 972 | } |
Elliott Hughes | 0a18df8 | 2015-01-09 15:16:16 -0800 | [diff] [blame] | 973 | #if defined(__linux__) |
Elliott Hughes | 7c6a61e | 2012-03-12 18:01:41 -0700 | [diff] [blame] | 974 | // pthread_setname_np fails rather than truncating long strings. |
Elliott Hughes | 0a18df8 | 2015-01-09 15:16:16 -0800 | [diff] [blame] | 975 | char buf[16]; // MAX_TASK_COMM_LEN=16 is hard-coded in the kernel. |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 976 | strncpy(buf, s, sizeof(buf)-1); |
| 977 | buf[sizeof(buf)-1] = '\0'; |
| 978 | errno = pthread_setname_np(pthread_self(), buf); |
| 979 | if (errno != 0) { |
| 980 | PLOG(WARNING) << "Unable to set the name of current thread to '" << buf << "'"; |
| 981 | } |
Elliott Hughes | 0a18df8 | 2015-01-09 15:16:16 -0800 | [diff] [blame] | 982 | #else // __APPLE__ |
Elliott Hughes | 22869a9 | 2012-03-27 14:08:24 -0700 | [diff] [blame] | 983 | pthread_setname_np(thread_name); |
Elliott Hughes | dcc2474 | 2011-09-07 14:02:44 -0700 | [diff] [blame] | 984 | #endif |
| 985 | } |
| 986 | |
Brian Carlstrom | 2921201 | 2013-09-12 22:18:30 -0700 | [diff] [blame] | 987 | void GetTaskStats(pid_t tid, char* state, int* utime, int* stime, int* task_cpu) { |
| 988 | *utime = *stime = *task_cpu = 0; |
Elliott Hughes | bfe487b | 2011-10-26 15:48:55 -0700 | [diff] [blame] | 989 | std::string stats; |
Elliott Hughes | 8a31b50 | 2012-04-30 19:36:11 -0700 | [diff] [blame] | 990 | if (!ReadFileToString(StringPrintf("/proc/self/task/%d/stat", tid), &stats)) { |
Elliott Hughes | bfe487b | 2011-10-26 15:48:55 -0700 | [diff] [blame] | 991 | return; |
| 992 | } |
| 993 | // Skip the command, which may contain spaces. |
| 994 | stats = stats.substr(stats.find(')') + 2); |
| 995 | // Extract the three fields we care about. |
| 996 | std::vector<std::string> fields; |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 997 | Split(stats, ' ', &fields); |
Brian Carlstrom | 2921201 | 2013-09-12 22:18:30 -0700 | [diff] [blame] | 998 | *state = fields[0][0]; |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 999 | *utime = strtoull(fields[11].c_str(), nullptr, 10); |
| 1000 | *stime = strtoull(fields[12].c_str(), nullptr, 10); |
| 1001 | *task_cpu = strtoull(fields[36].c_str(), nullptr, 10); |
Elliott Hughes | bfe487b | 2011-10-26 15:48:55 -0700 | [diff] [blame] | 1002 | } |
| 1003 | |
Elliott Hughes | 1bac54f | 2012-03-16 12:48:31 -0700 | [diff] [blame] | 1004 | std::string GetSchedulerGroupName(pid_t tid) { |
| 1005 | // /proc/<pid>/cgroup looks like this: |
| 1006 | // 2:devices:/ |
| 1007 | // 1:cpuacct,cpu:/ |
| 1008 | // We want the third field from the line whose second field contains the "cpu" token. |
| 1009 | std::string cgroup_file; |
| 1010 | if (!ReadFileToString(StringPrintf("/proc/self/task/%d/cgroup", tid), &cgroup_file)) { |
| 1011 | return ""; |
| 1012 | } |
| 1013 | std::vector<std::string> cgroup_lines; |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 1014 | Split(cgroup_file, '\n', &cgroup_lines); |
Elliott Hughes | 1bac54f | 2012-03-16 12:48:31 -0700 | [diff] [blame] | 1015 | for (size_t i = 0; i < cgroup_lines.size(); ++i) { |
| 1016 | std::vector<std::string> cgroup_fields; |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 1017 | Split(cgroup_lines[i], ':', &cgroup_fields); |
Elliott Hughes | 1bac54f | 2012-03-16 12:48:31 -0700 | [diff] [blame] | 1018 | std::vector<std::string> cgroups; |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 1019 | Split(cgroup_fields[1], ',', &cgroups); |
Andreas Gampe | 277ccbd | 2014-11-03 21:36:10 -0800 | [diff] [blame] | 1020 | for (size_t j = 0; j < cgroups.size(); ++j) { |
| 1021 | if (cgroups[j] == "cpu") { |
Brian Carlstrom | 7934ac2 | 2013-07-26 10:54:15 -0700 | [diff] [blame] | 1022 | return cgroup_fields[2].substr(1); // Skip the leading slash. |
Elliott Hughes | 1bac54f | 2012-03-16 12:48:31 -0700 | [diff] [blame] | 1023 | } |
| 1024 | } |
| 1025 | } |
| 1026 | return ""; |
| 1027 | } |
| 1028 | |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1029 | #if defined(__linux__) |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1030 | |
| 1031 | ALWAYS_INLINE |
| 1032 | static inline void WritePrefix(std::ostream* os, const char* prefix, bool odd) { |
| 1033 | if (prefix != nullptr) { |
| 1034 | *os << prefix; |
| 1035 | } |
| 1036 | *os << " "; |
| 1037 | if (!odd) { |
| 1038 | *os << " "; |
| 1039 | } |
| 1040 | } |
| 1041 | |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1042 | static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { |
| 1043 | FILE* stream = popen(cmd.c_str(), "r"); |
| 1044 | if (stream) { |
| 1045 | if (os != nullptr) { |
| 1046 | bool odd_line = true; // We indent them differently. |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1047 | bool wrote_prefix = false; // Have we already written a prefix? |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1048 | constexpr size_t kMaxBuffer = 128; // Relatively small buffer. Should be OK as we're on an |
| 1049 | // alt stack, but just to be sure... |
| 1050 | char buffer[kMaxBuffer]; |
| 1051 | while (!feof(stream)) { |
| 1052 | if (fgets(buffer, kMaxBuffer, stream) != nullptr) { |
| 1053 | // Split on newlines. |
| 1054 | char* tmp = buffer; |
| 1055 | for (;;) { |
| 1056 | char* new_line = strchr(tmp, '\n'); |
| 1057 | if (new_line == nullptr) { |
| 1058 | // Print the rest. |
| 1059 | if (*tmp != 0) { |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1060 | if (!wrote_prefix) { |
| 1061 | WritePrefix(os, prefix, odd_line); |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1062 | } |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1063 | wrote_prefix = true; |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1064 | *os << tmp; |
| 1065 | } |
| 1066 | break; |
| 1067 | } |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1068 | if (!wrote_prefix) { |
| 1069 | WritePrefix(os, prefix, odd_line); |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1070 | } |
| 1071 | char saved = *(new_line + 1); |
| 1072 | *(new_line + 1) = 0; |
| 1073 | *os << tmp; |
| 1074 | *(new_line + 1) = saved; |
| 1075 | tmp = new_line + 1; |
| 1076 | odd_line = !odd_line; |
Andreas Gampe | 00bd2da | 2015-01-09 15:05:46 -0800 | [diff] [blame] | 1077 | wrote_prefix = false; |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1078 | } |
| 1079 | } |
| 1080 | } |
| 1081 | } |
| 1082 | pclose(stream); |
| 1083 | return true; |
| 1084 | } else { |
| 1085 | return false; |
| 1086 | } |
| 1087 | } |
| 1088 | |
| 1089 | static void Addr2line(const std::string& map_src, uintptr_t offset, std::ostream& os, |
| 1090 | const char* prefix) { |
| 1091 | std::string cmdline(StringPrintf("addr2line --functions --inlines --demangle -e %s %zx", |
| 1092 | map_src.c_str(), offset)); |
| 1093 | RunCommand(cmdline.c_str(), &os, prefix); |
| 1094 | } |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1095 | |
Nicolas Geoffray | 524e7ea | 2015-10-16 17:13:34 +0100 | [diff] [blame] | 1096 | static bool PcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) NO_THREAD_SAFETY_ANALYSIS { |
| 1097 | uintptr_t code = reinterpret_cast<uintptr_t>(EntryPointToCodePointer( |
| 1098 | method->GetEntryPointFromQuickCompiledCode())); |
| 1099 | if (code == 0) { |
| 1100 | return pc == 0; |
| 1101 | } |
| 1102 | uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; |
| 1103 | return code <= pc && pc <= (code + code_size); |
| 1104 | } |
Nicolas Geoffray | ab60b68 | 2015-10-20 13:35:38 +0100 | [diff] [blame] | 1105 | #endif |
Nicolas Geoffray | 524e7ea | 2015-10-16 17:13:34 +0100 | [diff] [blame] | 1106 | |
Christopher Ferris | 6cff48f | 2014-01-26 21:36:13 -0800 | [diff] [blame] | 1107 | void DumpNativeStack(std::ostream& os, pid_t tid, BacktraceMap* existing_map, const char* prefix, |
Nicolas Geoffray | 524e7ea | 2015-10-16 17:13:34 +0100 | [diff] [blame] | 1108 | ArtMethod* current_method, void* ucontext_ptr) { |
Ian Rogers | 83597d0 | 2014-11-20 10:29:00 -0800 | [diff] [blame] | 1109 | #if __linux__ |
Andreas Gampe | d757632 | 2014-10-24 22:13:45 -0700 | [diff] [blame] | 1110 | // b/18119146 |
Evgenii Stepanov | 1e13374 | 2015-05-20 12:30:59 -0700 | [diff] [blame] | 1111 | if (RUNNING_ON_MEMORY_TOOL != 0) { |
Andreas Gampe | d757632 | 2014-10-24 22:13:45 -0700 | [diff] [blame] | 1112 | return; |
| 1113 | } |
| 1114 | |
Christopher Ferris | 6cff48f | 2014-01-26 21:36:13 -0800 | [diff] [blame] | 1115 | BacktraceMap* map = existing_map; |
| 1116 | std::unique_ptr<BacktraceMap> tmp_map; |
| 1117 | if (map == nullptr) { |
tony.ys_liu | 59a8c0b | 2016-01-20 18:05:31 +0800 | [diff] [blame] | 1118 | tmp_map.reset(BacktraceMap::Create(getpid())); |
Christopher Ferris | 6cff48f | 2014-01-26 21:36:13 -0800 | [diff] [blame] | 1119 | map = tmp_map.get(); |
| 1120 | } |
| 1121 | std::unique_ptr<Backtrace> backtrace(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, tid, map)); |
Andreas Gampe | 628a61a | 2015-01-07 22:08:35 -0800 | [diff] [blame] | 1122 | if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { |
Christopher Ferris | f193878 | 2016-03-09 16:03:00 -0800 | [diff] [blame] | 1123 | os << prefix << "(backtrace::Unwind failed for thread " << tid |
| 1124 | << ": " << backtrace->GetErrorString(backtrace->GetError()) << ")\n"; |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1125 | return; |
Christopher Ferris | 7b5f0cf | 2013-11-01 15:18:45 -0700 | [diff] [blame] | 1126 | } else if (backtrace->NumFrames() == 0) { |
Elliott Hughes | 225f5a1 | 2012-06-11 11:23:48 -0700 | [diff] [blame] | 1127 | os << prefix << "(no native stack frames for thread " << tid << ")\n"; |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1128 | return; |
| 1129 | } |
| 1130 | |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1131 | // Check whether we have and should use addr2line. |
| 1132 | bool use_addr2line; |
| 1133 | if (kUseAddr2line) { |
| 1134 | // Try to run it to see whether we have it. Push an argument so that it doesn't assume a.out |
| 1135 | // and print to stderr. |
Andreas Gampe | 941c551 | 2015-01-15 10:38:19 -0800 | [diff] [blame] | 1136 | use_addr2line = (gAborting > 0) && RunCommand("addr2line -h", nullptr, nullptr); |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1137 | } else { |
| 1138 | use_addr2line = false; |
| 1139 | } |
| 1140 | |
Christopher Ferris | 943af7d | 2014-01-16 12:41:46 -0800 | [diff] [blame] | 1141 | for (Backtrace::const_iterator it = backtrace->begin(); |
| 1142 | it != backtrace->end(); ++it) { |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1143 | // We produce output like this: |
Christopher Ferris | a2cee18 | 2014-04-16 19:13:59 -0700 | [diff] [blame] | 1144 | // ] #00 pc 000075bb8 /system/lib/libc.so (unwind_backtrace_thread+536) |
| 1145 | // In order for parsing tools to continue to function, the stack dump |
| 1146 | // format must at least adhere to this format: |
| 1147 | // #XX pc <RELATIVE_ADDR> <FULL_PATH_TO_SHARED_LIBRARY> ... |
| 1148 | // The parsers require a single space before and after pc, and two spaces |
| 1149 | // after the <RELATIVE_ADDR>. There can be any prefix data before the |
| 1150 | // #XX. <RELATIVE_ADDR> has to be a hex number but with no 0x prefix. |
| 1151 | os << prefix << StringPrintf("#%02zu pc ", it->num); |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1152 | bool try_addr2line = false; |
Christopher Ferris | a1c9665 | 2015-02-06 13:18:58 -0800 | [diff] [blame] | 1153 | if (!BacktraceMap::IsValid(it->map)) { |
Andreas Gampe | dd67125 | 2015-07-23 14:37:18 -0700 | [diff] [blame] | 1154 | os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " ???" |
| 1155 | : "%08" PRIxPTR " ???", |
| 1156 | it->pc); |
Christopher Ferris | 7b5f0cf | 2013-11-01 15:18:45 -0700 | [diff] [blame] | 1157 | } else { |
Andreas Gampe | dd67125 | 2015-07-23 14:37:18 -0700 | [diff] [blame] | 1158 | os << StringPrintf(Is64BitInstructionSet(kRuntimeISA) ? "%016" PRIxPTR " " |
| 1159 | : "%08" PRIxPTR " ", |
| 1160 | BacktraceMap::GetRelativePc(it->map, it->pc)); |
Christopher Ferris | a1c9665 | 2015-02-06 13:18:58 -0800 | [diff] [blame] | 1161 | os << it->map.name; |
Andreas Gampe | 3ef69b4 | 2015-01-26 10:38:34 -0800 | [diff] [blame] | 1162 | os << " ("; |
Christopher Ferris | a2cee18 | 2014-04-16 19:13:59 -0700 | [diff] [blame] | 1163 | if (!it->func_name.empty()) { |
| 1164 | os << it->func_name; |
| 1165 | if (it->func_offset != 0) { |
| 1166 | os << "+" << it->func_offset; |
| 1167 | } |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1168 | try_addr2line = true; |
Nicolas Geoffray | 524e7ea | 2015-10-16 17:13:34 +0100 | [diff] [blame] | 1169 | } else if (current_method != nullptr && |
| 1170 | Locks::mutator_lock_->IsSharedHeld(Thread::Current()) && |
| 1171 | PcIsWithinQuickCode(current_method, it->pc)) { |
| 1172 | const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); |
Brian Carlstrom | 474cc79 | 2014-03-07 14:18:15 -0800 | [diff] [blame] | 1173 | os << JniLongName(current_method) << "+" |
| 1174 | << (it->pc - reinterpret_cast<uintptr_t>(start_of_code)); |
Kenny Root | 067d20f | 2014-03-05 14:57:21 -0800 | [diff] [blame] | 1175 | } else { |
| 1176 | os << "???"; |
| 1177 | } |
Christopher Ferris | a2cee18 | 2014-04-16 19:13:59 -0700 | [diff] [blame] | 1178 | os << ")"; |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1179 | } |
Christopher Ferris | a2cee18 | 2014-04-16 19:13:59 -0700 | [diff] [blame] | 1180 | os << "\n"; |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1181 | if (try_addr2line && use_addr2line) { |
Christopher Ferris | a1c9665 | 2015-02-06 13:18:58 -0800 | [diff] [blame] | 1182 | Addr2line(it->map.name, it->pc - it->map.start, os, prefix); |
Andreas Gampe | 8e1cb91 | 2015-01-08 20:11:09 -0800 | [diff] [blame] | 1183 | } |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1184 | } |
Nicolas Geoffray | e6ac4fd | 2014-11-04 13:03:29 +0000 | [diff] [blame] | 1185 | #else |
Christopher Ferris | 6cff48f | 2014-01-26 21:36:13 -0800 | [diff] [blame] | 1186 | UNUSED(os, tid, existing_map, prefix, current_method, ucontext_ptr); |
Ian Rogers | c5f1773 | 2014-06-05 20:48:42 -0700 | [diff] [blame] | 1187 | #endif |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1188 | } |
| 1189 | |
Elliott Hughes | 058a6de | 2012-05-24 19:13:02 -0700 | [diff] [blame] | 1190 | #if defined(__APPLE__) |
| 1191 | |
| 1192 | // TODO: is there any way to get the kernel stack on Mac OS? |
| 1193 | void DumpKernelStack(std::ostream&, pid_t, const char*, bool) {} |
| 1194 | |
| 1195 | #else |
| 1196 | |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1197 | void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { |
Elliott Hughes | 12a9502 | 2012-05-24 21:41:38 -0700 | [diff] [blame] | 1198 | if (tid == GetTid()) { |
| 1199 | // There's no point showing that we're reading our stack out of /proc! |
| 1200 | return; |
| 1201 | } |
| 1202 | |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1203 | std::string kernel_stack_filename(StringPrintf("/proc/self/task/%d/stack", tid)); |
| 1204 | std::string kernel_stack; |
| 1205 | if (!ReadFileToString(kernel_stack_filename, &kernel_stack)) { |
Elliott Hughes | 058a6de | 2012-05-24 19:13:02 -0700 | [diff] [blame] | 1206 | os << prefix << "(couldn't read " << kernel_stack_filename << ")\n"; |
jeffhao | c4c3ee2 | 2012-05-25 16:16:32 -0700 | [diff] [blame] | 1207 | return; |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1208 | } |
| 1209 | |
| 1210 | std::vector<std::string> kernel_stack_frames; |
Ian Rogers | 6f3dbba | 2014-10-14 17:41:57 -0700 | [diff] [blame] | 1211 | Split(kernel_stack, '\n', &kernel_stack_frames); |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1212 | // We skip the last stack frame because it's always equivalent to "[<ffffffff>] 0xffffffff", |
| 1213 | // which looking at the source appears to be the kernel's way of saying "that's all, folks!". |
| 1214 | kernel_stack_frames.pop_back(); |
| 1215 | for (size_t i = 0; i < kernel_stack_frames.size(); ++i) { |
Brian Carlstrom | 474cc79 | 2014-03-07 14:18:15 -0800 | [diff] [blame] | 1216 | // Turn "[<ffffffff8109156d>] futex_wait_queue_me+0xcd/0x110" |
| 1217 | // into "futex_wait_queue_me+0xcd/0x110". |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1218 | const char* text = kernel_stack_frames[i].c_str(); |
| 1219 | const char* close_bracket = strchr(text, ']'); |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 1220 | if (close_bracket != nullptr) { |
Elliott Hughes | 46e251b | 2012-05-22 15:10:45 -0700 | [diff] [blame] | 1221 | text = close_bracket + 2; |
| 1222 | } |
| 1223 | os << prefix; |
| 1224 | if (include_count) { |
| 1225 | os << StringPrintf("#%02zd ", i); |
| 1226 | } |
| 1227 | os << text << "\n"; |
| 1228 | } |
| 1229 | } |
| 1230 | |
| 1231 | #endif |
| 1232 | |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1233 | const char* GetAndroidRoot() { |
| 1234 | const char* android_root = getenv("ANDROID_ROOT"); |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 1235 | if (android_root == nullptr) { |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1236 | if (OS::DirectoryExists("/system")) { |
| 1237 | android_root = "/system"; |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1238 | } else { |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1239 | LOG(FATAL) << "ANDROID_ROOT not set and /system does not exist"; |
| 1240 | return ""; |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1241 | } |
| 1242 | } |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1243 | if (!OS::DirectoryExists(android_root)) { |
| 1244 | LOG(FATAL) << "Failed to find ANDROID_ROOT directory " << android_root; |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1245 | return ""; |
| 1246 | } |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1247 | return android_root; |
| 1248 | } |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1249 | |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1250 | const char* GetAndroidData() { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1251 | std::string error_msg; |
| 1252 | const char* dir = GetAndroidDataSafe(&error_msg); |
| 1253 | if (dir != nullptr) { |
| 1254 | return dir; |
| 1255 | } else { |
| 1256 | LOG(FATAL) << error_msg; |
| 1257 | return ""; |
| 1258 | } |
| 1259 | } |
| 1260 | |
| 1261 | const char* GetAndroidDataSafe(std::string* error_msg) { |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1262 | const char* android_data = getenv("ANDROID_DATA"); |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 1263 | if (android_data == nullptr) { |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1264 | if (OS::DirectoryExists("/data")) { |
| 1265 | android_data = "/data"; |
| 1266 | } else { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1267 | *error_msg = "ANDROID_DATA not set and /data does not exist"; |
| 1268 | return nullptr; |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1269 | } |
| 1270 | } |
| 1271 | if (!OS::DirectoryExists(android_data)) { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1272 | *error_msg = StringPrintf("Failed to find ANDROID_DATA directory %s", android_data); |
| 1273 | return nullptr; |
Brian Carlstrom | a56fcd6 | 2012-02-04 21:23:01 -0800 | [diff] [blame] | 1274 | } |
| 1275 | return android_data; |
| 1276 | } |
| 1277 | |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1278 | void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, |
Andreas Gampe | 3c13a79 | 2014-09-18 20:56:04 -0700 | [diff] [blame] | 1279 | bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1280 | CHECK(subdir != nullptr); |
| 1281 | std::string error_msg; |
| 1282 | const char* android_data = GetAndroidDataSafe(&error_msg); |
| 1283 | if (android_data == nullptr) { |
| 1284 | *have_android_data = false; |
| 1285 | *dalvik_cache_exists = false; |
Andreas Gampe | 3c13a79 | 2014-09-18 20:56:04 -0700 | [diff] [blame] | 1286 | *is_global_cache = false; |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1287 | return; |
| 1288 | } else { |
| 1289 | *have_android_data = true; |
| 1290 | } |
| 1291 | const std::string dalvik_cache_root(StringPrintf("%s/dalvik-cache/", android_data)); |
| 1292 | *dalvik_cache = dalvik_cache_root + subdir; |
| 1293 | *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); |
Andreas Gampe | 3c13a79 | 2014-09-18 20:56:04 -0700 | [diff] [blame] | 1294 | *is_global_cache = strcmp(android_data, "/data") == 0; |
| 1295 | if (create_if_absent && !*dalvik_cache_exists && !*is_global_cache) { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1296 | // Don't create the system's /data/dalvik-cache/... because it needs special permissions. |
| 1297 | *dalvik_cache_exists = ((mkdir(dalvik_cache_root.c_str(), 0700) == 0 || errno == EEXIST) && |
| 1298 | (mkdir(dalvik_cache->c_str(), 0700) == 0 || errno == EEXIST)); |
| 1299 | } |
| 1300 | } |
| 1301 | |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1302 | static std::string GetDalvikCacheImpl(const char* subdir, |
| 1303 | const bool create_if_absent, |
| 1304 | const bool abort_on_error) { |
Narayan Kamath | 11d9f06 | 2014-04-23 20:24:57 +0100 | [diff] [blame] | 1305 | CHECK(subdir != nullptr); |
Brian Carlstrom | 41ccffd | 2014-05-06 10:37:30 -0700 | [diff] [blame] | 1306 | const char* android_data = GetAndroidData(); |
| 1307 | const std::string dalvik_cache_root(StringPrintf("%s/dalvik-cache/", android_data)); |
Narayan Kamath | 11d9f06 | 2014-04-23 20:24:57 +0100 | [diff] [blame] | 1308 | const std::string dalvik_cache = dalvik_cache_root + subdir; |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1309 | if (!OS::DirectoryExists(dalvik_cache.c_str())) { |
| 1310 | if (!create_if_absent) { |
| 1311 | // TODO: Check callers. Traditional behavior is to not to abort, even when abort_on_error. |
| 1312 | return ""; |
| 1313 | } |
| 1314 | |
Brian Carlstrom | 41ccffd | 2014-05-06 10:37:30 -0700 | [diff] [blame] | 1315 | // Don't create the system's /data/dalvik-cache/... because it needs special permissions. |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1316 | if (strcmp(android_data, "/data") == 0) { |
| 1317 | if (abort_on_error) { |
| 1318 | LOG(FATAL) << "Failed to find dalvik-cache directory " << dalvik_cache |
| 1319 | << ", cannot create /data dalvik-cache."; |
| 1320 | UNREACHABLE(); |
Narayan Kamath | 11d9f06 | 2014-04-23 20:24:57 +0100 | [diff] [blame] | 1321 | } |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1322 | return ""; |
| 1323 | } |
| 1324 | |
| 1325 | int result = mkdir(dalvik_cache_root.c_str(), 0700); |
| 1326 | if (result != 0 && errno != EEXIST) { |
| 1327 | if (abort_on_error) { |
| 1328 | PLOG(FATAL) << "Failed to create dalvik-cache root directory " << dalvik_cache_root; |
| 1329 | UNREACHABLE(); |
| 1330 | } |
| 1331 | return ""; |
| 1332 | } |
| 1333 | |
| 1334 | result = mkdir(dalvik_cache.c_str(), 0700); |
| 1335 | if (result != 0) { |
| 1336 | if (abort_on_error) { |
Narayan Kamath | 11d9f06 | 2014-04-23 20:24:57 +0100 | [diff] [blame] | 1337 | PLOG(FATAL) << "Failed to create dalvik-cache directory " << dalvik_cache; |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1338 | UNREACHABLE(); |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1339 | } |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1340 | return ""; |
| 1341 | } |
| 1342 | } |
Brian Carlstrom | 7675e16 | 2013-06-10 16:18:04 -0700 | [diff] [blame] | 1343 | return dalvik_cache; |
Brian Carlstrom | a9f1978 | 2011-10-13 00:14:47 -0700 | [diff] [blame] | 1344 | } |
| 1345 | |
Andreas Gampe | 40da286 | 2015-02-27 12:49:04 -0800 | [diff] [blame] | 1346 | std::string GetDalvikCache(const char* subdir, const bool create_if_absent) { |
| 1347 | return GetDalvikCacheImpl(subdir, create_if_absent, false); |
| 1348 | } |
| 1349 | |
| 1350 | std::string GetDalvikCacheOrDie(const char* subdir, const bool create_if_absent) { |
| 1351 | return GetDalvikCacheImpl(subdir, create_if_absent, true); |
| 1352 | } |
| 1353 | |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1354 | bool GetDalvikCacheFilename(const char* location, const char* cache_location, |
| 1355 | std::string* filename, std::string* error_msg) { |
Ian Rogers | e606010 | 2013-05-16 12:01:04 -0700 | [diff] [blame] | 1356 | if (location[0] != '/') { |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1357 | *error_msg = StringPrintf("Expected path in location to be absolute: %s", location); |
| 1358 | return false; |
Ian Rogers | e606010 | 2013-05-16 12:01:04 -0700 | [diff] [blame] | 1359 | } |
Ian Rogers | 8d31bbd | 2013-10-13 10:44:14 -0700 | [diff] [blame] | 1360 | std::string cache_file(&location[1]); // skip leading slash |
Alex Light | 6e183f2 | 2014-07-18 14:57:04 -0700 | [diff] [blame] | 1361 | if (!EndsWith(location, ".dex") && !EndsWith(location, ".art") && !EndsWith(location, ".oat")) { |
Brian Carlstrom | 30e2ea4 | 2013-06-19 23:25:37 -0700 | [diff] [blame] | 1362 | cache_file += "/"; |
| 1363 | cache_file += DexFile::kClassesDex; |
| 1364 | } |
Brian Carlstrom | b7bbba4 | 2011-10-13 14:58:47 -0700 | [diff] [blame] | 1365 | std::replace(cache_file.begin(), cache_file.end(), '/', '@'); |
Alex Light | a59dd80 | 2014-07-02 16:28:08 -0700 | [diff] [blame] | 1366 | *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str()); |
| 1367 | return true; |
| 1368 | } |
| 1369 | |
| 1370 | std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { |
| 1371 | std::string ret; |
| 1372 | std::string error_msg; |
| 1373 | if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) { |
| 1374 | LOG(FATAL) << error_msg; |
| 1375 | } |
| 1376 | return ret; |
Brian Carlstrom | b7bbba4 | 2011-10-13 14:58:47 -0700 | [diff] [blame] | 1377 | } |
| 1378 | |
Brian Carlstrom | 2afe494 | 2014-05-19 10:25:33 -0700 | [diff] [blame] | 1379 | static void InsertIsaDirectory(const InstructionSet isa, std::string* filename) { |
Brian Carlstrom | 0e12bdc | 2014-05-14 17:44:28 -0700 | [diff] [blame] | 1380 | // in = /foo/bar/baz |
| 1381 | // out = /foo/bar/<isa>/baz |
| 1382 | size_t pos = filename->rfind('/'); |
| 1383 | CHECK_NE(pos, std::string::npos) << *filename << " " << isa; |
| 1384 | filename->insert(pos, "/", 1); |
| 1385 | filename->insert(pos + 1, GetInstructionSetString(isa)); |
| 1386 | } |
| 1387 | |
| 1388 | std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { |
| 1389 | // location = /system/framework/boot.art |
| 1390 | // filename = /system/framework/<isa>/boot.art |
| 1391 | std::string filename(location); |
Brian Carlstrom | 2afe494 | 2014-05-19 10:25:33 -0700 | [diff] [blame] | 1392 | InsertIsaDirectory(isa, &filename); |
Brian Carlstrom | 0e12bdc | 2014-05-14 17:44:28 -0700 | [diff] [blame] | 1393 | return filename; |
| 1394 | } |
| 1395 | |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1396 | int ExecAndReturnCode(std::vector<std::string>& arg_vector, std::string* error_msg) { |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1397 | const std::string command_line(Join(arg_vector, ' ')); |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1398 | CHECK_GE(arg_vector.size(), 1U) << command_line; |
| 1399 | |
| 1400 | // Convert the args to char pointers. |
| 1401 | const char* program = arg_vector[0].c_str(); |
| 1402 | std::vector<char*> args; |
Brian Carlstrom | 35d8b8e | 2014-02-25 10:51:11 -0800 | [diff] [blame] | 1403 | for (size_t i = 0; i < arg_vector.size(); ++i) { |
| 1404 | const std::string& arg = arg_vector[i]; |
| 1405 | char* arg_str = const_cast<char*>(arg.c_str()); |
| 1406 | CHECK(arg_str != nullptr) << i; |
| 1407 | args.push_back(arg_str); |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1408 | } |
Mathieu Chartier | 2cebb24 | 2015-04-21 16:50:40 -0700 | [diff] [blame] | 1409 | args.push_back(nullptr); |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1410 | |
| 1411 | // fork and exec |
| 1412 | pid_t pid = fork(); |
| 1413 | if (pid == 0) { |
| 1414 | // no allocation allowed between fork and exec |
| 1415 | |
| 1416 | // change process groups, so we don't get reaped by ProcessManager |
| 1417 | setpgid(0, 0); |
| 1418 | |
| 1419 | execv(program, &args[0]); |
Brian Carlstrom | 13db9aa | 2014-02-27 12:44:32 -0800 | [diff] [blame] | 1420 | PLOG(ERROR) << "Failed to execv(" << command_line << ")"; |
Tobias Lindskog | ae35c37 | 2015-11-04 19:41:21 +0100 | [diff] [blame] | 1421 | // _exit to avoid atexit handlers in child. |
| 1422 | _exit(1); |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1423 | } else { |
| 1424 | if (pid == -1) { |
| 1425 | *error_msg = StringPrintf("Failed to execv(%s) because fork failed: %s", |
| 1426 | command_line.c_str(), strerror(errno)); |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1427 | return -1; |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1428 | } |
| 1429 | |
| 1430 | // wait for subprocess to finish |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1431 | int status = -1; |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1432 | pid_t got_pid = TEMP_FAILURE_RETRY(waitpid(pid, &status, 0)); |
| 1433 | if (got_pid != pid) { |
| 1434 | *error_msg = StringPrintf("Failed after fork for execv(%s) because waitpid failed: " |
| 1435 | "wanted %d, got %d: %s", |
| 1436 | command_line.c_str(), pid, got_pid, strerror(errno)); |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1437 | return -1; |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1438 | } |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1439 | if (WIFEXITED(status)) { |
| 1440 | return WEXITSTATUS(status); |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1441 | } |
Calin Juravle | 2e2db78 | 2016-02-23 12:00:03 +0000 | [diff] [blame] | 1442 | return -1; |
| 1443 | } |
| 1444 | } |
| 1445 | |
| 1446 | bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) { |
| 1447 | int status = ExecAndReturnCode(arg_vector, error_msg); |
| 1448 | if (status != 0) { |
| 1449 | const std::string command_line(Join(arg_vector, ' ')); |
| 1450 | *error_msg = StringPrintf("Failed execv(%s) because non-0 exit status", |
| 1451 | command_line.c_str()); |
| 1452 | return false; |
Brian Carlstrom | 6449c62 | 2014-02-10 23:48:36 -0800 | [diff] [blame] | 1453 | } |
| 1454 | return true; |
| 1455 | } |
| 1456 | |
Calin Juravle | 5e2b971 | 2015-12-18 14:10:00 +0200 | [diff] [blame] | 1457 | bool FileExists(const std::string& filename) { |
| 1458 | struct stat buffer; |
| 1459 | return stat(filename.c_str(), &buffer) == 0; |
| 1460 | } |
| 1461 | |
Mathieu Chartier | 7643327 | 2014-09-26 14:32:37 -0700 | [diff] [blame] | 1462 | std::string PrettyDescriptor(Primitive::Type type) { |
| 1463 | return PrettyDescriptor(Primitive::Descriptor(type)); |
| 1464 | } |
| 1465 | |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1466 | static void DumpMethodCFGImpl(const DexFile* dex_file, |
| 1467 | uint32_t dex_method_idx, |
| 1468 | const DexFile::CodeItem* code_item, |
| 1469 | std::ostream& os) { |
| 1470 | os << "digraph {\n"; |
| 1471 | os << " # /* " << PrettyMethod(dex_method_idx, *dex_file, true) << " */\n"; |
| 1472 | |
| 1473 | std::set<uint32_t> dex_pc_is_branch_target; |
| 1474 | { |
| 1475 | // Go and populate. |
| 1476 | const Instruction* inst = Instruction::At(code_item->insns_); |
| 1477 | for (uint32_t dex_pc = 0; |
| 1478 | dex_pc < code_item->insns_size_in_code_units_; |
| 1479 | dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) { |
| 1480 | if (inst->IsBranch()) { |
| 1481 | dex_pc_is_branch_target.insert(dex_pc + inst->GetTargetOffset()); |
| 1482 | } else if (inst->IsSwitch()) { |
| 1483 | const uint16_t* insns = code_item->insns_ + dex_pc; |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1484 | int32_t switch_offset = insns[1] | (static_cast<int32_t>(insns[2]) << 16); |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1485 | const uint16_t* switch_insns = insns + switch_offset; |
| 1486 | uint32_t switch_count = switch_insns[1]; |
| 1487 | int32_t targets_offset; |
| 1488 | if ((*insns & 0xff) == Instruction::PACKED_SWITCH) { |
| 1489 | /* 0=sig, 1=count, 2/3=firstKey */ |
| 1490 | targets_offset = 4; |
| 1491 | } else { |
| 1492 | /* 0=sig, 1=count, 2..count*2 = keys */ |
| 1493 | targets_offset = 2 + 2 * switch_count; |
| 1494 | } |
| 1495 | for (uint32_t targ = 0; targ < switch_count; targ++) { |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1496 | int32_t offset = |
| 1497 | static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) | |
| 1498 | static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16); |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1499 | dex_pc_is_branch_target.insert(dex_pc + offset); |
| 1500 | } |
| 1501 | } |
| 1502 | } |
| 1503 | } |
| 1504 | |
| 1505 | // Create nodes for "basic blocks." |
| 1506 | std::map<uint32_t, uint32_t> dex_pc_to_node_id; // This only has entries for block starts. |
| 1507 | std::map<uint32_t, uint32_t> dex_pc_to_incl_id; // This has entries for all dex pcs. |
| 1508 | |
| 1509 | { |
| 1510 | const Instruction* inst = Instruction::At(code_item->insns_); |
| 1511 | bool first_in_block = true; |
| 1512 | bool force_new_block = false; |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1513 | for (uint32_t dex_pc = 0; |
| 1514 | dex_pc < code_item->insns_size_in_code_units_; |
| 1515 | dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) { |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1516 | if (dex_pc == 0 || |
| 1517 | (dex_pc_is_branch_target.find(dex_pc) != dex_pc_is_branch_target.end()) || |
| 1518 | force_new_block) { |
| 1519 | uint32_t id = dex_pc_to_node_id.size(); |
| 1520 | if (id > 0) { |
| 1521 | // End last node. |
| 1522 | os << "}\"];\n"; |
| 1523 | } |
| 1524 | // Start next node. |
| 1525 | os << " node" << id << " [shape=record,label=\"{"; |
| 1526 | dex_pc_to_node_id.insert(std::make_pair(dex_pc, id)); |
| 1527 | first_in_block = true; |
| 1528 | force_new_block = false; |
| 1529 | } |
| 1530 | |
| 1531 | // Register instruction. |
| 1532 | dex_pc_to_incl_id.insert(std::make_pair(dex_pc, dex_pc_to_node_id.size() - 1)); |
| 1533 | |
| 1534 | // Print instruction. |
| 1535 | if (!first_in_block) { |
| 1536 | os << " | "; |
| 1537 | } else { |
| 1538 | first_in_block = false; |
| 1539 | } |
| 1540 | |
| 1541 | // Dump the instruction. Need to escape '"', '<', '>', '{' and '}'. |
| 1542 | os << "<" << "p" << dex_pc << ">"; |
| 1543 | os << " 0x" << std::hex << dex_pc << std::dec << ": "; |
| 1544 | std::string inst_str = inst->DumpString(dex_file); |
| 1545 | size_t cur_start = 0; // It's OK to start at zero, instruction dumps don't start with chars |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1546 | // we need to escape. |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1547 | while (cur_start != std::string::npos) { |
| 1548 | size_t next_escape = inst_str.find_first_of("\"{}<>", cur_start + 1); |
| 1549 | if (next_escape == std::string::npos) { |
| 1550 | os << inst_str.substr(cur_start, inst_str.size() - cur_start); |
| 1551 | break; |
| 1552 | } else { |
| 1553 | os << inst_str.substr(cur_start, next_escape - cur_start); |
| 1554 | // Escape all necessary characters. |
| 1555 | while (next_escape < inst_str.size()) { |
| 1556 | char c = inst_str.at(next_escape); |
| 1557 | if (c == '"' || c == '{' || c == '}' || c == '<' || c == '>') { |
| 1558 | os << '\\' << c; |
| 1559 | } else { |
| 1560 | break; |
| 1561 | } |
| 1562 | next_escape++; |
| 1563 | } |
| 1564 | if (next_escape >= inst_str.size()) { |
| 1565 | next_escape = std::string::npos; |
| 1566 | } |
| 1567 | cur_start = next_escape; |
| 1568 | } |
| 1569 | } |
| 1570 | |
| 1571 | // Force a new block for some fall-throughs and some instructions that terminate the "local" |
| 1572 | // control flow. |
| 1573 | force_new_block = inst->IsSwitch() || inst->IsBasicBlockEnd(); |
| 1574 | } |
| 1575 | // Close last node. |
| 1576 | if (dex_pc_to_node_id.size() > 0) { |
| 1577 | os << "}\"];\n"; |
| 1578 | } |
| 1579 | } |
| 1580 | |
| 1581 | // Create edges between them. |
| 1582 | { |
| 1583 | std::ostringstream regular_edges; |
| 1584 | std::ostringstream taken_edges; |
| 1585 | std::ostringstream exception_edges; |
| 1586 | |
| 1587 | // Common set of exception edges. |
| 1588 | std::set<uint32_t> exception_targets; |
| 1589 | |
| 1590 | // These blocks (given by the first dex pc) need exception per dex-pc handling in a second |
| 1591 | // pass. In the first pass we try and see whether we can use a common set of edges. |
| 1592 | std::set<uint32_t> blocks_with_detailed_exceptions; |
| 1593 | |
| 1594 | { |
| 1595 | uint32_t last_node_id = std::numeric_limits<uint32_t>::max(); |
| 1596 | uint32_t old_dex_pc = 0; |
| 1597 | uint32_t block_start_dex_pc = std::numeric_limits<uint32_t>::max(); |
| 1598 | const Instruction* inst = Instruction::At(code_item->insns_); |
| 1599 | for (uint32_t dex_pc = 0; |
| 1600 | dex_pc < code_item->insns_size_in_code_units_; |
| 1601 | old_dex_pc = dex_pc, dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) { |
| 1602 | { |
| 1603 | auto it = dex_pc_to_node_id.find(dex_pc); |
| 1604 | if (it != dex_pc_to_node_id.end()) { |
| 1605 | if (!exception_targets.empty()) { |
| 1606 | // It seems the last block had common exception handlers. Add the exception edges now. |
| 1607 | uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second; |
| 1608 | for (uint32_t handler_pc : exception_targets) { |
| 1609 | auto node_id_it = dex_pc_to_incl_id.find(handler_pc); |
| 1610 | if (node_id_it != dex_pc_to_incl_id.end()) { |
| 1611 | exception_edges << " node" << node_id |
| 1612 | << " -> node" << node_id_it->second << ":p" << handler_pc |
| 1613 | << ";\n"; |
| 1614 | } |
| 1615 | } |
| 1616 | exception_targets.clear(); |
| 1617 | } |
| 1618 | |
| 1619 | block_start_dex_pc = dex_pc; |
| 1620 | |
| 1621 | // Seems to be a fall-through, connect to last_node_id. May be spurious edges for things |
| 1622 | // like switch data. |
| 1623 | uint32_t old_last = last_node_id; |
| 1624 | last_node_id = it->second; |
| 1625 | if (old_last != std::numeric_limits<uint32_t>::max()) { |
| 1626 | regular_edges << " node" << old_last << ":p" << old_dex_pc |
| 1627 | << " -> node" << last_node_id << ":p" << dex_pc |
| 1628 | << ";\n"; |
| 1629 | } |
| 1630 | } |
| 1631 | |
| 1632 | // Look at the exceptions of the first entry. |
| 1633 | CatchHandlerIterator catch_it(*code_item, dex_pc); |
| 1634 | for (; catch_it.HasNext(); catch_it.Next()) { |
| 1635 | exception_targets.insert(catch_it.GetHandlerAddress()); |
| 1636 | } |
| 1637 | } |
| 1638 | |
| 1639 | // Handle instruction. |
| 1640 | |
| 1641 | // Branch: something with at most two targets. |
| 1642 | if (inst->IsBranch()) { |
| 1643 | const int32_t offset = inst->GetTargetOffset(); |
| 1644 | const bool conditional = !inst->IsUnconditional(); |
| 1645 | |
| 1646 | auto target_it = dex_pc_to_node_id.find(dex_pc + offset); |
| 1647 | if (target_it != dex_pc_to_node_id.end()) { |
| 1648 | taken_edges << " node" << last_node_id << ":p" << dex_pc |
| 1649 | << " -> node" << target_it->second << ":p" << (dex_pc + offset) |
| 1650 | << ";\n"; |
| 1651 | } |
| 1652 | if (!conditional) { |
| 1653 | // No fall-through. |
| 1654 | last_node_id = std::numeric_limits<uint32_t>::max(); |
| 1655 | } |
| 1656 | } else if (inst->IsSwitch()) { |
| 1657 | // TODO: Iterate through all switch targets. |
| 1658 | const uint16_t* insns = code_item->insns_ + dex_pc; |
| 1659 | /* make sure the start of the switch is in range */ |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1660 | int32_t switch_offset = insns[1] | (static_cast<int32_t>(insns[2]) << 16); |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1661 | /* offset to switch table is a relative branch-style offset */ |
| 1662 | const uint16_t* switch_insns = insns + switch_offset; |
| 1663 | uint32_t switch_count = switch_insns[1]; |
| 1664 | int32_t targets_offset; |
| 1665 | if ((*insns & 0xff) == Instruction::PACKED_SWITCH) { |
| 1666 | /* 0=sig, 1=count, 2/3=firstKey */ |
| 1667 | targets_offset = 4; |
| 1668 | } else { |
| 1669 | /* 0=sig, 1=count, 2..count*2 = keys */ |
| 1670 | targets_offset = 2 + 2 * switch_count; |
| 1671 | } |
| 1672 | /* make sure the end of the switch is in range */ |
| 1673 | /* verify each switch target */ |
| 1674 | for (uint32_t targ = 0; targ < switch_count; targ++) { |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1675 | int32_t offset = |
| 1676 | static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) | |
| 1677 | static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16); |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1678 | int32_t abs_offset = dex_pc + offset; |
| 1679 | auto target_it = dex_pc_to_node_id.find(abs_offset); |
| 1680 | if (target_it != dex_pc_to_node_id.end()) { |
| 1681 | // TODO: value label. |
| 1682 | taken_edges << " node" << last_node_id << ":p" << dex_pc |
| 1683 | << " -> node" << target_it->second << ":p" << (abs_offset) |
| 1684 | << ";\n"; |
| 1685 | } |
| 1686 | } |
| 1687 | } |
| 1688 | |
| 1689 | // Exception edges. If this is not the first instruction in the block |
| 1690 | if (block_start_dex_pc != dex_pc) { |
| 1691 | std::set<uint32_t> current_handler_pcs; |
| 1692 | CatchHandlerIterator catch_it(*code_item, dex_pc); |
| 1693 | for (; catch_it.HasNext(); catch_it.Next()) { |
| 1694 | current_handler_pcs.insert(catch_it.GetHandlerAddress()); |
| 1695 | } |
| 1696 | if (current_handler_pcs != exception_targets) { |
| 1697 | exception_targets.clear(); // Clear so we don't do something at the end. |
| 1698 | blocks_with_detailed_exceptions.insert(block_start_dex_pc); |
| 1699 | } |
| 1700 | } |
| 1701 | |
| 1702 | if (inst->IsReturn() || |
| 1703 | (inst->Opcode() == Instruction::THROW) || |
| 1704 | (inst->IsBranch() && inst->IsUnconditional())) { |
| 1705 | // No fall-through. |
| 1706 | last_node_id = std::numeric_limits<uint32_t>::max(); |
| 1707 | } |
| 1708 | } |
| 1709 | // Finish up the last block, if it had common exceptions. |
| 1710 | if (!exception_targets.empty()) { |
| 1711 | // It seems the last block had common exception handlers. Add the exception edges now. |
| 1712 | uint32_t node_id = dex_pc_to_node_id.find(block_start_dex_pc)->second; |
| 1713 | for (uint32_t handler_pc : exception_targets) { |
| 1714 | auto node_id_it = dex_pc_to_incl_id.find(handler_pc); |
| 1715 | if (node_id_it != dex_pc_to_incl_id.end()) { |
| 1716 | exception_edges << " node" << node_id |
| 1717 | << " -> node" << node_id_it->second << ":p" << handler_pc |
| 1718 | << ";\n"; |
| 1719 | } |
| 1720 | } |
| 1721 | exception_targets.clear(); |
| 1722 | } |
| 1723 | } |
| 1724 | |
| 1725 | // Second pass for detailed exception blocks. |
| 1726 | // TODO |
| 1727 | // Exception edges. If this is not the first instruction in the block |
| 1728 | for (uint32_t dex_pc : blocks_with_detailed_exceptions) { |
| 1729 | const Instruction* inst = Instruction::At(&code_item->insns_[dex_pc]); |
| 1730 | uint32_t this_node_id = dex_pc_to_incl_id.find(dex_pc)->second; |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1731 | while (true) { |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1732 | CatchHandlerIterator catch_it(*code_item, dex_pc); |
| 1733 | if (catch_it.HasNext()) { |
| 1734 | std::set<uint32_t> handled_targets; |
| 1735 | for (; catch_it.HasNext(); catch_it.Next()) { |
| 1736 | uint32_t handler_pc = catch_it.GetHandlerAddress(); |
| 1737 | auto it = handled_targets.find(handler_pc); |
| 1738 | if (it == handled_targets.end()) { |
| 1739 | auto node_id_it = dex_pc_to_incl_id.find(handler_pc); |
| 1740 | if (node_id_it != dex_pc_to_incl_id.end()) { |
| 1741 | exception_edges << " node" << this_node_id << ":p" << dex_pc |
| 1742 | << " -> node" << node_id_it->second << ":p" << handler_pc |
| 1743 | << ";\n"; |
| 1744 | } |
| 1745 | |
| 1746 | // Mark as done. |
| 1747 | handled_targets.insert(handler_pc); |
| 1748 | } |
| 1749 | } |
| 1750 | } |
| 1751 | if (inst->IsBasicBlockEnd()) { |
| 1752 | break; |
| 1753 | } |
| 1754 | |
Andreas Gampe | 53de99c | 2015-08-17 13:43:55 -0700 | [diff] [blame] | 1755 | // Loop update. Have a break-out if the next instruction is a branch target and thus in |
| 1756 | // another block. |
Andreas Gampe | 5073fed | 2015-08-10 11:40:25 -0700 | [diff] [blame] | 1757 | dex_pc += inst->SizeInCodeUnits(); |
| 1758 | if (dex_pc >= code_item->insns_size_in_code_units_) { |
| 1759 | break; |
| 1760 | } |
| 1761 | if (dex_pc_to_node_id.find(dex_pc) != dex_pc_to_node_id.end()) { |
| 1762 | break; |
| 1763 | } |
| 1764 | inst = inst->Next(); |
| 1765 | } |
| 1766 | } |
| 1767 | |
| 1768 | // Write out the sub-graphs to make edges styled. |
| 1769 | os << "\n"; |
| 1770 | os << " subgraph regular_edges {\n"; |
| 1771 | os << " edge [color=\"#000000\",weight=.3,len=3];\n\n"; |
| 1772 | os << " " << regular_edges.str() << "\n"; |
| 1773 | os << " }\n\n"; |
| 1774 | |
| 1775 | os << " subgraph taken_edges {\n"; |
| 1776 | os << " edge [color=\"#00FF00\",weight=.3,len=3];\n\n"; |
| 1777 | os << " " << taken_edges.str() << "\n"; |
| 1778 | os << " }\n\n"; |
| 1779 | |
| 1780 | os << " subgraph exception_edges {\n"; |
| 1781 | os << " edge [color=\"#FF0000\",weight=.3,len=3];\n\n"; |
| 1782 | os << " " << exception_edges.str() << "\n"; |
| 1783 | os << " }\n\n"; |
| 1784 | } |
| 1785 | |
| 1786 | os << "}\n"; |
| 1787 | } |
| 1788 | |
| 1789 | void DumpMethodCFG(ArtMethod* method, std::ostream& os) { |
| 1790 | const DexFile* dex_file = method->GetDexFile(); |
| 1791 | const DexFile::CodeItem* code_item = dex_file->GetCodeItem(method->GetCodeItemOffset()); |
| 1792 | |
| 1793 | DumpMethodCFGImpl(dex_file, method->GetDexMethodIndex(), code_item, os); |
| 1794 | } |
| 1795 | |
| 1796 | void DumpMethodCFG(const DexFile* dex_file, uint32_t dex_method_idx, std::ostream& os) { |
| 1797 | // This is painful, we need to find the code item. That means finding the class, and then |
| 1798 | // iterating the table. |
| 1799 | if (dex_method_idx >= dex_file->NumMethodIds()) { |
| 1800 | os << "Could not find method-idx."; |
| 1801 | return; |
| 1802 | } |
| 1803 | const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); |
| 1804 | |
| 1805 | const DexFile::ClassDef* class_def = dex_file->FindClassDef(method_id.class_idx_); |
| 1806 | if (class_def == nullptr) { |
| 1807 | os << "Could not find class-def."; |
| 1808 | return; |
| 1809 | } |
| 1810 | |
| 1811 | const uint8_t* class_data = dex_file->GetClassData(*class_def); |
| 1812 | if (class_data == nullptr) { |
| 1813 | os << "No class data."; |
| 1814 | return; |
| 1815 | } |
| 1816 | |
| 1817 | ClassDataItemIterator it(*dex_file, class_data); |
| 1818 | // Skip fields |
| 1819 | while (it.HasNextStaticField() || it.HasNextInstanceField()) { |
| 1820 | it.Next(); |
| 1821 | } |
| 1822 | |
| 1823 | // Find method, and dump it. |
| 1824 | while (it.HasNextDirectMethod() || it.HasNextVirtualMethod()) { |
| 1825 | uint32_t method_idx = it.GetMemberIndex(); |
| 1826 | if (method_idx == dex_method_idx) { |
| 1827 | DumpMethodCFGImpl(dex_file, dex_method_idx, it.GetMethodCodeItem(), os); |
| 1828 | return; |
| 1829 | } |
| 1830 | it.Next(); |
| 1831 | } |
| 1832 | |
| 1833 | // Otherwise complain. |
| 1834 | os << "Something went wrong, didn't find the method in the class data."; |
| 1835 | } |
| 1836 | |
Nicolas Geoffray | abbb0f7 | 2015-10-29 18:55:58 +0000 | [diff] [blame] | 1837 | static void ParseStringAfterChar(const std::string& s, |
| 1838 | char c, |
| 1839 | std::string* parsed_value, |
| 1840 | UsageFn Usage) { |
| 1841 | std::string::size_type colon = s.find(c); |
| 1842 | if (colon == std::string::npos) { |
| 1843 | Usage("Missing char %c in option %s\n", c, s.c_str()); |
| 1844 | } |
| 1845 | // Add one to remove the char we were trimming until. |
| 1846 | *parsed_value = s.substr(colon + 1); |
| 1847 | } |
| 1848 | |
| 1849 | void ParseDouble(const std::string& option, |
| 1850 | char after_char, |
| 1851 | double min, |
| 1852 | double max, |
| 1853 | double* parsed_value, |
| 1854 | UsageFn Usage) { |
| 1855 | std::string substring; |
| 1856 | ParseStringAfterChar(option, after_char, &substring, Usage); |
| 1857 | bool sane_val = true; |
| 1858 | double value; |
| 1859 | if ((false)) { |
| 1860 | // TODO: this doesn't seem to work on the emulator. b/15114595 |
| 1861 | std::stringstream iss(substring); |
| 1862 | iss >> value; |
| 1863 | // Ensure that we have a value, there was no cruft after it and it satisfies a sensible range. |
| 1864 | sane_val = iss.eof() && (value >= min) && (value <= max); |
| 1865 | } else { |
| 1866 | char* end = nullptr; |
| 1867 | value = strtod(substring.c_str(), &end); |
| 1868 | sane_val = *end == '\0' && value >= min && value <= max; |
| 1869 | } |
| 1870 | if (!sane_val) { |
| 1871 | Usage("Invalid double value %s for option %s\n", substring.c_str(), option.c_str()); |
| 1872 | } |
| 1873 | *parsed_value = value; |
| 1874 | } |
| 1875 | |
Calin Juravle | 4d77b6a | 2015-12-01 18:38:09 +0000 | [diff] [blame] | 1876 | int64_t GetFileSizeBytes(const std::string& filename) { |
| 1877 | struct stat stat_buf; |
| 1878 | int rc = stat(filename.c_str(), &stat_buf); |
| 1879 | return rc == 0 ? stat_buf.st_size : -1; |
| 1880 | } |
| 1881 | |
Mathieu Chartier | 4d87df6 | 2016-01-07 15:14:19 -0800 | [diff] [blame] | 1882 | void SleepForever() { |
| 1883 | while (true) { |
| 1884 | usleep(1000000); |
| 1885 | } |
| 1886 | } |
| 1887 | |
Elliott Hughes | 42ee142 | 2011-09-06 12:33:32 -0700 | [diff] [blame] | 1888 | } // namespace art |