blob: ce751697d11c111c103c39e5107393d1c438d6a7 [file] [log] [blame]
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001/*
2 * Copyright (C) 2008 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 */
16
17#include "debugger.h"
18
Elliott Hughes3bb81562011-10-21 18:52:59 -070019#include <sys/uio.h>
20
Andreas Gampef774a4e2017-07-06 22:15:18 -070021#include <memory>
Elliott Hughes545a0642011-11-08 19:10:03 -080022#include <set>
Andreas Gampef774a4e2017-07-06 22:15:18 -070023#include <vector>
Elliott Hughes545a0642011-11-08 19:10:03 -080024
Andreas Gampe46ee31b2016-12-14 10:11:49 -080025#include "android-base/stringprintf.h"
26
Ian Rogers166db042013-07-26 12:05:57 -070027#include "arch/context.h"
Mathieu Chartierc7853442015-03-27 14:35:38 -070028#include "art_field-inl.h"
Mathieu Chartiere401d142015-04-22 13:56:20 -070029#include "art_method-inl.h"
Andreas Gampe542451c2016-07-26 09:02:02 -070030#include "base/enums.h"
Andreas Gampef774a4e2017-07-06 22:15:18 -070031#include "base/strlcpy.h"
Vladimir Marko80afd022015-05-19 18:08:00 +010032#include "base/time_utils.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080033#include "class_linker-inl.h"
Steven Morelande431e272017-07-18 16:53:49 -070034#include "class_linker.h"
Ian Rogers4f6ad8a2013-03-18 15:27:28 -070035#include "dex_file-inl.h"
David Sehr9323e6e2016-09-13 08:58:35 -070036#include "dex_file_annotations.h"
Ian Rogers776ac1f2012-04-13 23:36:36 -070037#include "dex_instruction.h"
Mingyao Yang6ea1a0e2016-01-29 12:12:49 -080038#include "entrypoints/runtime_asm_entrypoints.h"
Ian Rogers1d54e732013-05-02 21:10:01 -070039#include "gc/accounting/card_table-inl.h"
Man Cao8c2ff642015-05-27 17:25:30 -070040#include "gc/allocation_record.h"
Mathieu Chartieraa516822015-10-02 15:53:37 -070041#include "gc/scoped_gc_critical_section.h"
Andreas Gampe0c183382017-07-13 22:26:24 -070042#include "gc/space/bump_pointer_space-walk-inl.h"
Ian Rogers1d54e732013-05-02 21:10:01 -070043#include "gc/space/large_object_space.h"
44#include "gc/space/space-inl.h"
Andreas Gampe513061a2017-06-01 09:17:34 -070045#include "handle_scope-inl.h"
Sebastien Hertzcbc50642015-06-01 17:33:12 +020046#include "jdwp/jdwp_priv.h"
Elliott Hughes64f574f2013-02-20 14:57:12 -080047#include "jdwp/object_registry.h"
Andreas Gampe13b27842016-11-07 16:48:23 -080048#include "jni_internal.h"
Mathieu Chartier28bd2e42016-10-04 13:54:57 -070049#include "jvalue-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080050#include "mirror/class-inl.h"
Steven Morelande431e272017-07-18 16:53:49 -070051#include "mirror/class.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080052#include "mirror/class_loader.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080053#include "mirror/object-inl.h"
54#include "mirror/object_array-inl.h"
Ian Rogersb0fa5dc2014-04-28 16:47:08 -070055#include "mirror/string-inl.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080056#include "mirror/throwable.h"
Steven Morelande431e272017-07-18 16:53:49 -070057#include "nativehelper/ScopedLocalRef.h"
58#include "nativehelper/ScopedPrimitiveArray.h"
Mathieu Chartier3398c782016-09-30 10:27:43 -070059#include "obj_ptr-inl.h"
Ian Rogers53b8b092014-03-13 23:45:53 -070060#include "reflection.h"
Elliott Hughesa0e18062012-04-13 15:59:59 -070061#include "safe_map.h"
Mathieu Chartier0795f232016-09-27 18:43:30 -070062#include "scoped_thread_state_change-inl.h"
Andreas Gampe513061a2017-06-01 09:17:34 -070063#include "stack.h"
Elliott Hughes475fc232011-10-25 15:00:35 -070064#include "thread_list.h"
Ian Rogers2dd0e2c2013-01-24 12:42:14 -080065#include "utf.h"
Elliott Hugheseac76672012-05-24 21:56:51 -070066#include "well_known_classes.h"
Elliott Hughes475fc232011-10-25 15:00:35 -070067
Elliott Hughes872d4ec2011-10-21 17:07:15 -070068namespace art {
69
Andreas Gampe46ee31b2016-12-14 10:11:49 -080070using android::base::StringPrintf;
71
Sebastien Hertz0462c4c2015-04-01 16:34:17 +020072// The key identifying the debugger to update instrumentation.
73static constexpr const char* kDbgInstrumentationKey = "Debugger";
74
Man Cao8c2ff642015-05-27 17:25:30 -070075// Limit alloc_record_count to the 2BE value (64k-1) that is the limit of the current protocol.
Brian Carlstrom306db812014-09-05 13:01:41 -070076static uint16_t CappedAllocRecordCount(size_t alloc_record_count) {
Man Cao1ed11b92015-06-11 22:47:35 -070077 const size_t cap = 0xffff;
Man Cao8c2ff642015-05-27 17:25:30 -070078 if (alloc_record_count > cap) {
79 return cap;
Brian Carlstrom306db812014-09-05 13:01:41 -070080 }
81 return alloc_record_count;
82}
Elliott Hughes475fc232011-10-25 15:00:35 -070083
Mathieu Chartier41af5e52015-10-28 11:10:46 -070084class Breakpoint : public ValueObject {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -070085 public:
Mathieu Chartier41af5e52015-10-28 11:10:46 -070086 Breakpoint(ArtMethod* method, uint32_t dex_pc, DeoptimizationRequest::Kind deoptimization_kind)
Alex Light97e78032017-06-27 17:51:55 -070087 : method_(method->GetCanonicalMethod(kRuntimePointerSize)),
Mathieu Chartier41af5e52015-10-28 11:10:46 -070088 dex_pc_(dex_pc),
89 deoptimization_kind_(deoptimization_kind) {
Sebastien Hertzf3928792014-11-17 19:00:37 +010090 CHECK(deoptimization_kind_ == DeoptimizationRequest::kNothing ||
91 deoptimization_kind_ == DeoptimizationRequest::kSelectiveDeoptimization ||
92 deoptimization_kind_ == DeoptimizationRequest::kFullDeoptimization);
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -070093 }
94
Andreas Gampebdf7f1c2016-08-30 16:38:47 -070095 Breakpoint(const Breakpoint& other) REQUIRES_SHARED(Locks::mutator_lock_)
Mathieu Chartier41af5e52015-10-28 11:10:46 -070096 : method_(other.method_),
97 dex_pc_(other.dex_pc_),
98 deoptimization_kind_(other.deoptimization_kind_) {}
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -070099
Mathieu Chartier41af5e52015-10-28 11:10:46 -0700100 // Method() is called from root visiting, do not use ScopedObjectAccess here or it can cause
101 // GC to deadlock if another thread tries to call SuspendAll while the GC is in a runnable state.
102 ArtMethod* Method() const {
103 return method_;
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -0700104 }
105
106 uint32_t DexPc() const {
107 return dex_pc_;
108 }
109
Sebastien Hertzf3928792014-11-17 19:00:37 +0100110 DeoptimizationRequest::Kind GetDeoptimizationKind() const {
111 return deoptimization_kind_;
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -0700112 }
113
Alex Light6c8467f2015-11-20 15:03:26 -0800114 // Returns true if the method of this breakpoint and the passed in method should be considered the
115 // same. That is, they are either the same method or they are copied from the same method.
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700116 bool IsInMethod(ArtMethod* m) const REQUIRES_SHARED(Locks::mutator_lock_) {
Alex Light97e78032017-06-27 17:51:55 -0700117 return method_ == m->GetCanonicalMethod(kRuntimePointerSize);
Alex Light6c8467f2015-11-20 15:03:26 -0800118 }
119
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -0700120 private:
Sebastien Hertza76a6d42014-03-20 16:40:17 +0100121 // The location of this breakpoint.
Mathieu Chartier41af5e52015-10-28 11:10:46 -0700122 ArtMethod* method_;
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -0700123 uint32_t dex_pc_;
Sebastien Hertza76a6d42014-03-20 16:40:17 +0100124
125 // Indicates whether breakpoint needs full deoptimization or selective deoptimization.
Sebastien Hertzf3928792014-11-17 19:00:37 +0100126 DeoptimizationRequest::Kind deoptimization_kind_;
Elliott Hughes86964332012-02-15 19:37:42 -0800127};
128
Sebastien Hertzed2be172014-08-19 15:33:43 +0200129static std::ostream& operator<<(std::ostream& os, const Breakpoint& rhs)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700130 REQUIRES_SHARED(Locks::mutator_lock_) {
David Sehr709b0702016-10-13 09:12:37 -0700131 os << StringPrintf("Breakpoint[%s @%#x]", ArtMethod::PrettyMethod(rhs.Method()).c_str(),
132 rhs.DexPc());
Elliott Hughes86964332012-02-15 19:37:42 -0800133 return os;
134}
135
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200136class DebugInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
Ian Rogers62d6c772013-02-27 08:32:07 -0800137 public:
138 DebugInstrumentationListener() {}
139 virtual ~DebugInstrumentationListener() {}
140
Alex Lightd7661582017-05-01 13:48:16 -0700141 void MethodEntered(Thread* thread,
142 Handle<mirror::Object> this_object,
143 ArtMethod* method,
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200144 uint32_t dex_pc)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700145 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers62d6c772013-02-27 08:32:07 -0800146 if (method->IsNative()) {
147 // TODO: post location events is a suspension point and native method entry stubs aren't.
148 return;
149 }
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200150 if (IsListeningToDexPcMoved()) {
151 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
152 // going to be called right after us. To avoid sending JDWP events twice for this location,
153 // we report the event in DexPcMoved. However, we must remind this is method entry so we
154 // send the METHOD_ENTRY event. And we can also group it with other events for this location
155 // like BREAKPOINT or SINGLE_STEP (or even METHOD_EXIT if this is a RETURN instruction).
156 thread->SetDebugMethodEntry();
157 } else if (IsListeningToMethodExit() && IsReturn(method, dex_pc)) {
158 // We also listen to kMethodExited instrumentation event and the current instruction is a
159 // RETURN so we know the MethodExited method is going to be called right after us. To avoid
160 // sending JDWP events twice for this location, we report the event(s) in MethodExited.
161 // However, we must remind this is method entry so we send the METHOD_ENTRY event. And we can
162 // also group it with other events for this location like BREAKPOINT or SINGLE_STEP.
163 thread->SetDebugMethodEntry();
164 } else {
Alex Lightd7661582017-05-01 13:48:16 -0700165 Dbg::UpdateDebugger(thread, this_object.Get(), method, 0, Dbg::kMethodEntry, nullptr);
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200166 }
Ian Rogers62d6c772013-02-27 08:32:07 -0800167 }
168
Alex Lightd7661582017-05-01 13:48:16 -0700169 void MethodExited(Thread* thread,
170 Handle<mirror::Object> this_object,
171 ArtMethod* method,
172 uint32_t dex_pc,
173 const JValue& return_value)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700174 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers62d6c772013-02-27 08:32:07 -0800175 if (method->IsNative()) {
176 // TODO: post location events is a suspension point and native method entry stubs aren't.
177 return;
178 }
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200179 uint32_t events = Dbg::kMethodExit;
180 if (thread->IsDebugMethodEntry()) {
181 // It is also the method entry.
182 DCHECK(IsReturn(method, dex_pc));
183 events |= Dbg::kMethodEntry;
184 thread->ClearDebugMethodEntry();
185 }
Alex Lightd7661582017-05-01 13:48:16 -0700186 Dbg::UpdateDebugger(thread, this_object.Get(), method, dex_pc, events, &return_value);
Ian Rogers62d6c772013-02-27 08:32:07 -0800187 }
188
Alex Lightd7661582017-05-01 13:48:16 -0700189 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED,
190 Handle<mirror::Object> this_object ATTRIBUTE_UNUSED,
191 ArtMethod* method,
192 uint32_t dex_pc)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700193 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers62d6c772013-02-27 08:32:07 -0800194 // We're not recorded to listen to this kind of event, so complain.
David Sehr709b0702016-10-13 09:12:37 -0700195 LOG(ERROR) << "Unexpected method unwind event in debugger " << ArtMethod::PrettyMethod(method)
Sebastien Hertz51db44a2013-11-19 10:00:29 +0100196 << " " << dex_pc;
Ian Rogers62d6c772013-02-27 08:32:07 -0800197 }
198
Alex Lightd7661582017-05-01 13:48:16 -0700199 void DexPcMoved(Thread* thread,
200 Handle<mirror::Object> this_object,
201 ArtMethod* method,
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200202 uint32_t new_dex_pc)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700203 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200204 if (IsListeningToMethodExit() && IsReturn(method, new_dex_pc)) {
205 // We also listen to kMethodExited instrumentation event and the current instruction is a
206 // RETURN so we know the MethodExited method is going to be called right after us. Like in
207 // MethodEntered, we delegate event reporting to MethodExited.
208 // Besides, if this RETURN instruction is the only one in the method, we can send multiple
209 // JDWP events in the same packet: METHOD_ENTRY, METHOD_EXIT, BREAKPOINT and/or SINGLE_STEP.
210 // Therefore, we must not clear the debug method entry flag here.
211 } else {
212 uint32_t events = 0;
213 if (thread->IsDebugMethodEntry()) {
214 // It is also the method entry.
215 events = Dbg::kMethodEntry;
216 thread->ClearDebugMethodEntry();
217 }
Alex Lightd7661582017-05-01 13:48:16 -0700218 Dbg::UpdateDebugger(thread, this_object.Get(), method, new_dex_pc, events, nullptr);
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200219 }
Ian Rogers62d6c772013-02-27 08:32:07 -0800220 }
221
Alex Lightd7661582017-05-01 13:48:16 -0700222 void FieldRead(Thread* thread ATTRIBUTE_UNUSED,
223 Handle<mirror::Object> this_object,
224 ArtMethod* method,
225 uint32_t dex_pc,
226 ArtField* field)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700227 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Alex Lightd7661582017-05-01 13:48:16 -0700228 Dbg::PostFieldAccessEvent(method, dex_pc, this_object.Get(), field);
Ian Rogers62d6c772013-02-27 08:32:07 -0800229 }
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200230
Alex Lightd7661582017-05-01 13:48:16 -0700231 void FieldWritten(Thread* thread ATTRIBUTE_UNUSED,
232 Handle<mirror::Object> this_object,
233 ArtMethod* method,
234 uint32_t dex_pc,
235 ArtField* field,
Ian Rogers6a3c1fc2014-10-31 00:33:20 -0700236 const JValue& field_value)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700237 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Alex Lightd7661582017-05-01 13:48:16 -0700238 Dbg::PostFieldModificationEvent(method, dex_pc, this_object.Get(), field, &field_value);
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200239 }
240
Alex Light6e1607e2017-08-23 10:06:18 -0700241 void ExceptionThrown(Thread* thread ATTRIBUTE_UNUSED,
Alex Lightd7661582017-05-01 13:48:16 -0700242 Handle<mirror::Throwable> exception_object)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700243 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Alex Lightd7661582017-05-01 13:48:16 -0700244 Dbg::PostException(exception_object.Get());
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200245 }
246
Nicolas Geoffray81f0f952016-01-20 16:25:19 +0000247 // We only care about branches in the Jit.
248 void Branch(Thread* /*thread*/, ArtMethod* method, uint32_t dex_pc, int32_t dex_pc_offset)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700249 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
David Sehr709b0702016-10-13 09:12:37 -0700250 LOG(ERROR) << "Unexpected branch event in debugger " << ArtMethod::PrettyMethod(method)
Nicolas Geoffray81f0f952016-01-20 16:25:19 +0000251 << " " << dex_pc << ", " << dex_pc_offset;
Mathieu Chartiere5f13e52015-02-24 09:37:21 -0800252 }
253
Nicolas Geoffray5550ca82015-08-21 18:38:30 +0100254 // We only care about invokes in the Jit.
255 void InvokeVirtualOrInterface(Thread* thread ATTRIBUTE_UNUSED,
Alex Lightd7661582017-05-01 13:48:16 -0700256 Handle<mirror::Object> this_object ATTRIBUTE_UNUSED,
Nicolas Geoffray5550ca82015-08-21 18:38:30 +0100257 ArtMethod* method,
258 uint32_t dex_pc,
Alex Lightd7661582017-05-01 13:48:16 -0700259 ArtMethod* target ATTRIBUTE_UNUSED)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700260 OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
David Sehr709b0702016-10-13 09:12:37 -0700261 LOG(ERROR) << "Unexpected invoke event in debugger " << ArtMethod::PrettyMethod(method)
Nicolas Geoffray5550ca82015-08-21 18:38:30 +0100262 << " " << dex_pc;
263 }
264
Alex Light798eab02017-08-23 12:54:53 -0700265 // TODO Might be worth it to post ExceptionCatch event.
266 void ExceptionHandled(Thread* thread ATTRIBUTE_UNUSED,
267 Handle<mirror::Throwable> throwable ATTRIBUTE_UNUSED) OVERRIDE {
268 LOG(ERROR) << "Unexpected exception handled event in debugger";
269 }
270
Alex Light05f47742017-09-14 00:34:44 +0000271 // TODO Might be worth it to implement this.
272 void WatchedFramePop(Thread* thread ATTRIBUTE_UNUSED,
273 const ShadowFrame& frame ATTRIBUTE_UNUSED) OVERRIDE {
274 LOG(ERROR) << "Unexpected WatchedFramePop event in debugger";
275 }
Alex Light798eab02017-08-23 12:54:53 -0700276
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200277 private:
Mathieu Chartiere401d142015-04-22 13:56:20 -0700278 static bool IsReturn(ArtMethod* method, uint32_t dex_pc)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700279 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200280 const DexFile::CodeItem* code_item = method->GetCodeItem();
281 const Instruction* instruction = Instruction::At(&code_item->insns_[dex_pc]);
282 return instruction->IsReturn();
283 }
284
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700285 static bool IsListeningToDexPcMoved() REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200286 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved);
287 }
288
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700289 static bool IsListeningToMethodExit() REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200290 return IsListeningTo(instrumentation::Instrumentation::kMethodExited);
291 }
292
293 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700294 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz9d6bf692015-04-10 12:12:33 +0200295 return (Dbg::GetInstrumentationEvents() & event) != 0;
296 }
297
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +0200298 DISALLOW_COPY_AND_ASSIGN(DebugInstrumentationListener);
Ian Rogers62d6c772013-02-27 08:32:07 -0800299} gDebugInstrumentationListener;
300
Elliott Hughes4ffd3132011-10-24 12:06:42 -0700301// JDWP is allowed unless the Zygote forbids it.
302static bool gJdwpAllowed = true;
303
Elliott Hughesc0f09332012-03-26 13:27:06 -0700304// Was there a -Xrunjdwp or -agentlib:jdwp= argument on the command line?
Elliott Hughes3bb81562011-10-21 18:52:59 -0700305static bool gJdwpConfigured = false;
306
Sebastien Hertzb3b173b2015-02-06 09:16:32 +0100307// JDWP options for debugging. Only valid if IsJdwpConfigured() is true.
308static JDWP::JdwpOptions gJdwpOptions;
309
Elliott Hughes3bb81562011-10-21 18:52:59 -0700310// Runtime JDWP state.
Ian Rogersc0542af2014-09-03 16:16:56 -0700311static JDWP::JdwpState* gJdwpState = nullptr;
Elliott Hughes3bb81562011-10-21 18:52:59 -0700312static bool gDebuggerConnected; // debugger or DDMS is connected.
Elliott Hughes3bb81562011-10-21 18:52:59 -0700313
Elliott Hughes47fce012011-10-25 18:37:19 -0700314static bool gDdmThreadNotification = false;
315
Elliott Hughes767a1472011-10-26 18:49:02 -0700316// DDMS GC-related settings.
317static Dbg::HpifWhen gDdmHpifWhen = Dbg::HPIF_WHEN_NEVER;
318static Dbg::HpsgWhen gDdmHpsgWhen = Dbg::HPSG_WHEN_NEVER;
319static Dbg::HpsgWhat gDdmHpsgWhat;
320static Dbg::HpsgWhen gDdmNhsgWhen = Dbg::HPSG_WHEN_NEVER;
321static Dbg::HpsgWhat gDdmNhsgWhat;
322
Daniel Mihalyieb076692014-08-22 17:33:31 +0200323bool Dbg::gDebuggerActive = false;
Sebastien Hertz4e5b2082015-03-24 19:03:40 +0100324bool Dbg::gDisposed = false;
Sebastien Hertz6995c602014-09-09 12:10:13 +0200325ObjectRegistry* Dbg::gRegistry = nullptr;
Elliott Hughes475fc232011-10-25 15:00:35 -0700326
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100327// Deoptimization support.
Sebastien Hertz4d25df32014-03-21 17:44:46 +0100328std::vector<DeoptimizationRequest> Dbg::deoptimization_requests_;
329size_t Dbg::full_deoptimization_event_count_ = 0;
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100330
Sebastien Hertz42cd43f2014-05-13 14:15:41 +0200331// Instrumentation event reference counters.
332size_t Dbg::dex_pc_change_event_ref_count_ = 0;
333size_t Dbg::method_enter_event_ref_count_ = 0;
334size_t Dbg::method_exit_event_ref_count_ = 0;
335size_t Dbg::field_read_event_ref_count_ = 0;
336size_t Dbg::field_write_event_ref_count_ = 0;
337size_t Dbg::exception_catch_event_ref_count_ = 0;
338uint32_t Dbg::instrumentation_events_ = 0;
339
Andreas Gampe04bbb5b2017-01-19 17:49:03 +0000340Dbg::DbgThreadLifecycleCallback Dbg::thread_lifecycle_callback_;
Andreas Gampe0f01b582017-01-18 15:22:37 -0800341Dbg::DbgClassLoadCallback Dbg::class_load_callback_;
Andreas Gampe04bbb5b2017-01-19 17:49:03 +0000342
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100343// Breakpoints.
jeffhao09bfc6a2012-12-11 18:11:43 -0800344static std::vector<Breakpoint> gBreakpoints GUARDED_BY(Locks::breakpoint_lock_);
Elliott Hughes86964332012-02-15 19:37:42 -0800345
Mathieu Chartierbb87e0f2015-04-03 11:21:55 -0700346void DebugInvokeReq::VisitRoots(RootVisitor* visitor, const RootInfo& root_info) {
347 receiver.VisitRootIfNonNull(visitor, root_info); // null for static method call.
348 klass.VisitRoot(visitor, root_info);
Mathieu Chartier3b05e9b2014-03-25 09:29:43 -0700349}
350
Sebastien Hertz597c4f02015-01-26 17:37:14 +0100351void SingleStepControl::AddDexPc(uint32_t dex_pc) {
352 dex_pcs_.insert(dex_pc);
Sebastien Hertzbb43b432014-04-14 11:59:08 +0200353}
354
Sebastien Hertz597c4f02015-01-26 17:37:14 +0100355bool SingleStepControl::ContainsDexPc(uint32_t dex_pc) const {
356 return dex_pcs_.find(dex_pc) == dex_pcs_.end();
Sebastien Hertzbb43b432014-04-14 11:59:08 +0200357}
358
Alex Light6c8467f2015-11-20 15:03:26 -0800359static bool IsBreakpoint(ArtMethod* m, uint32_t dex_pc)
Mathieu Chartier90443472015-07-16 20:32:27 -0700360 REQUIRES(!Locks::breakpoint_lock_)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700361 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzed2be172014-08-19 15:33:43 +0200362 ReaderMutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100363 for (size_t i = 0, e = gBreakpoints.size(); i < e; ++i) {
Alex Light6c8467f2015-11-20 15:03:26 -0800364 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].IsInMethod(m)) {
Elliott Hughes86964332012-02-15 19:37:42 -0800365 VLOG(jdwp) << "Hit breakpoint #" << i << ": " << gBreakpoints[i];
366 return true;
367 }
368 }
369 return false;
370}
371
Sebastien Hertz52d131d2014-03-13 16:17:40 +0100372static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread)
Mathieu Chartier90443472015-07-16 20:32:27 -0700373 REQUIRES(!Locks::thread_suspend_count_lock_) {
Elliott Hughes9e0c1752013-01-09 14:02:58 -0800374 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_);
375 // A thread may be suspended for GC; in this code, we really want to know whether
376 // there's a debugger suspension active.
377 return thread->IsSuspended() && thread->GetDebugSuspendCount() > 0;
378}
379
Ian Rogersc0542af2014-09-03 16:16:56 -0700380static mirror::Array* DecodeNonNullArray(JDWP::RefTypeId id, JDWP::JdwpError* error)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700381 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz6995c602014-09-09 12:10:13 +0200382 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
Ian Rogersc0542af2014-09-03 16:16:56 -0700383 if (o == nullptr) {
384 *error = JDWP::ERR_INVALID_OBJECT;
385 return nullptr;
Elliott Hughes436e3722012-02-17 20:01:47 -0800386 }
387 if (!o->IsArrayInstance()) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700388 *error = JDWP::ERR_INVALID_ARRAY;
389 return nullptr;
Elliott Hughes436e3722012-02-17 20:01:47 -0800390 }
Ian Rogersc0542af2014-09-03 16:16:56 -0700391 *error = JDWP::ERR_NONE;
Elliott Hughes436e3722012-02-17 20:01:47 -0800392 return o->AsArray();
393}
394
Ian Rogersc0542af2014-09-03 16:16:56 -0700395static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError* error)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700396 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz6995c602014-09-09 12:10:13 +0200397 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
Ian Rogersc0542af2014-09-03 16:16:56 -0700398 if (o == nullptr) {
399 *error = JDWP::ERR_INVALID_OBJECT;
400 return nullptr;
Elliott Hughes436e3722012-02-17 20:01:47 -0800401 }
402 if (!o->IsClass()) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700403 *error = JDWP::ERR_INVALID_CLASS;
404 return nullptr;
Elliott Hughes436e3722012-02-17 20:01:47 -0800405 }
Ian Rogersc0542af2014-09-03 16:16:56 -0700406 *error = JDWP::ERR_NONE;
Elliott Hughes436e3722012-02-17 20:01:47 -0800407 return o->AsClass();
408}
409
Ian Rogersc0542af2014-09-03 16:16:56 -0700410static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id,
411 JDWP::JdwpError* error)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700412 REQUIRES_SHARED(Locks::mutator_lock_)
Mathieu Chartier90443472015-07-16 20:32:27 -0700413 REQUIRES(!Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_) {
Sebastien Hertz6995c602014-09-09 12:10:13 +0200414 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error);
Ian Rogersc0542af2014-09-03 16:16:56 -0700415 if (thread_peer == nullptr) {
Elliott Hughes221229c2013-01-08 18:17:50 -0800416 // This isn't even an object.
Ian Rogersc0542af2014-09-03 16:16:56 -0700417 *error = JDWP::ERR_INVALID_OBJECT;
418 return nullptr;
Elliott Hughes436e3722012-02-17 20:01:47 -0800419 }
Elliott Hughes221229c2013-01-08 18:17:50 -0800420
Mathieu Chartier0795f232016-09-27 18:43:30 -0700421 ObjPtr<mirror::Class> java_lang_Thread =
422 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread);
Elliott Hughes221229c2013-01-08 18:17:50 -0800423 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
424 // This isn't a thread.
Ian Rogersc0542af2014-09-03 16:16:56 -0700425 *error = JDWP::ERR_INVALID_THREAD;
426 return nullptr;
Elliott Hughes221229c2013-01-08 18:17:50 -0800427 }
428
Sebastien Hertz69206392015-04-07 15:54:25 +0200429 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
Ian Rogersc0542af2014-09-03 16:16:56 -0700430 Thread* thread = Thread::FromManagedThread(soa, thread_peer);
431 // If thread is null then this a java.lang.Thread without a Thread*. Must be a un-started or a
432 // zombie.
433 *error = (thread == nullptr) ? JDWP::ERR_THREAD_NOT_ALIVE : JDWP::ERR_NONE;
434 return thread;
Elliott Hughes436e3722012-02-17 20:01:47 -0800435}
436
Elliott Hughes24437992011-11-30 14:49:33 -0800437static JDWP::JdwpTag BasicTagFromDescriptor(const char* descriptor) {
438 // JDWP deliberately uses the descriptor characters' ASCII values for its enum.
439 // Note that by "basic" we mean that we don't get more specific than JT_OBJECT.
440 return static_cast<JDWP::JdwpTag>(descriptor[0]);
441}
442
Ian Rogers1ff3c982014-08-12 02:30:58 -0700443static JDWP::JdwpTag BasicTagFromClass(mirror::Class* klass)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700444 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers1ff3c982014-08-12 02:30:58 -0700445 std::string temp;
446 const char* descriptor = klass->GetDescriptor(&temp);
447 return BasicTagFromDescriptor(descriptor);
448}
449
Ian Rogers98379392014-02-24 16:53:16 -0800450static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700451 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700452 CHECK(c != nullptr);
Elliott Hughes24437992011-11-30 14:49:33 -0800453 if (c->IsArrayClass()) {
454 return JDWP::JT_ARRAY;
455 }
Elliott Hughes24437992011-11-30 14:49:33 -0800456 if (c->IsStringClass()) {
457 return JDWP::JT_STRING;
Elliott Hughes24437992011-11-30 14:49:33 -0800458 }
Ian Rogers98379392014-02-24 16:53:16 -0800459 if (c->IsClassClass()) {
460 return JDWP::JT_CLASS_OBJECT;
461 }
462 {
Mathieu Chartier0795f232016-09-27 18:43:30 -0700463 ObjPtr<mirror::Class> thread_class =
464 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread);
Ian Rogers98379392014-02-24 16:53:16 -0800465 if (thread_class->IsAssignableFrom(c)) {
466 return JDWP::JT_THREAD;
467 }
468 }
469 {
Mathieu Chartier0795f232016-09-27 18:43:30 -0700470 ObjPtr<mirror::Class> thread_group_class =
471 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_ThreadGroup);
Ian Rogers98379392014-02-24 16:53:16 -0800472 if (thread_group_class->IsAssignableFrom(c)) {
473 return JDWP::JT_THREAD_GROUP;
474 }
475 }
476 {
Mathieu Chartier0795f232016-09-27 18:43:30 -0700477 ObjPtr<mirror::Class> class_loader_class =
478 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_ClassLoader);
Ian Rogers98379392014-02-24 16:53:16 -0800479 if (class_loader_class->IsAssignableFrom(c)) {
480 return JDWP::JT_CLASS_LOADER;
481 }
482 }
483 return JDWP::JT_OBJECT;
Elliott Hughes24437992011-11-30 14:49:33 -0800484}
485
486/*
487 * Objects declared to hold Object might actually hold a more specific
488 * type. The debugger may take a special interest in these (e.g. it
489 * wants to display the contents of Strings), so we want to return an
490 * appropriate tag.
491 *
492 * Null objects are tagged JT_OBJECT.
493 */
Sebastien Hertz6995c602014-09-09 12:10:13 +0200494JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700495 return (o == nullptr) ? JDWP::JT_OBJECT : TagFromClass(soa, o->GetClass());
Elliott Hughes24437992011-11-30 14:49:33 -0800496}
497
498static bool IsPrimitiveTag(JDWP::JdwpTag tag) {
499 switch (tag) {
500 case JDWP::JT_BOOLEAN:
501 case JDWP::JT_BYTE:
502 case JDWP::JT_CHAR:
503 case JDWP::JT_FLOAT:
504 case JDWP::JT_DOUBLE:
505 case JDWP::JT_INT:
506 case JDWP::JT_LONG:
507 case JDWP::JT_SHORT:
508 case JDWP::JT_VOID:
509 return true;
510 default:
511 return false;
512 }
513}
514
Sebastien Hertzb3b173b2015-02-06 09:16:32 +0100515void Dbg::StartJdwp() {
Elliott Hughesc0f09332012-03-26 13:27:06 -0700516 if (!gJdwpAllowed || !IsJdwpConfigured()) {
Elliott Hughes376a7a02011-10-24 18:35:55 -0700517 // No JDWP for you!
518 return;
519 }
520
Ian Rogers719d1a32014-03-06 12:13:39 -0800521 CHECK(gRegistry == nullptr);
Elliott Hughes475fc232011-10-25 15:00:35 -0700522 gRegistry = new ObjectRegistry;
523
Elliott Hughesd1cc8362011-10-24 16:58:50 -0700524 // Init JDWP if the debugger is enabled. This may connect out to a
525 // debugger, passively listen for a debugger, or block waiting for a
526 // debugger.
Sebastien Hertzb3b173b2015-02-06 09:16:32 +0100527 gJdwpState = JDWP::JdwpState::Create(&gJdwpOptions);
Ian Rogersc0542af2014-09-03 16:16:56 -0700528 if (gJdwpState == nullptr) {
Elliott Hughesf8a2df72011-12-01 12:19:54 -0800529 // We probably failed because some other process has the port already, which means that
530 // if we don't abort the user is likely to think they're talking to us when they're actually
531 // talking to that other process.
Elliott Hughes3d30d9b2011-12-07 17:35:48 -0800532 LOG(FATAL) << "Debugger thread failed to initialize";
Elliott Hughesd1cc8362011-10-24 16:58:50 -0700533 }
534
535 // If a debugger has already attached, send the "welcome" message.
536 // This may cause us to suspend all threads.
Elliott Hughes376a7a02011-10-24 18:35:55 -0700537 if (gJdwpState->IsActive()) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700538 ScopedObjectAccess soa(Thread::Current());
Sebastien Hertz7d955652014-10-22 10:57:10 +0200539 gJdwpState->PostVMStart();
Elliott Hughesd1cc8362011-10-24 16:58:50 -0700540 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700541}
542
Elliott Hughesd1cc8362011-10-24 16:58:50 -0700543void Dbg::StopJdwp() {
Sebastien Hertzc6345ef2014-08-18 19:26:39 +0200544 // Post VM_DEATH event before the JDWP connection is closed (either by the JDWP thread or the
545 // destruction of gJdwpState).
546 if (gJdwpState != nullptr && gJdwpState->IsActive()) {
547 gJdwpState->PostVMDeath();
548 }
Sebastien Hertz0376e6b2014-02-06 18:12:59 +0100549 // Prevent the JDWP thread from processing JDWP incoming packets after we close the connection.
Sebastien Hertz4e5b2082015-03-24 19:03:40 +0100550 Dispose();
Elliott Hughes376a7a02011-10-24 18:35:55 -0700551 delete gJdwpState;
Ian Rogers719d1a32014-03-06 12:13:39 -0800552 gJdwpState = nullptr;
Elliott Hughes475fc232011-10-25 15:00:35 -0700553 delete gRegistry;
Ian Rogers719d1a32014-03-06 12:13:39 -0800554 gRegistry = nullptr;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700555}
556
Elliott Hughes767a1472011-10-26 18:49:02 -0700557void Dbg::GcDidFinish() {
558 if (gDdmHpifWhen != HPIF_WHEN_NEVER) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700559 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom4d466a82014-05-08 19:05:29 -0700560 VLOG(jdwp) << "Sending heap info to DDM";
Elliott Hughes7162ad92011-10-27 14:08:42 -0700561 DdmSendHeapInfo(gDdmHpifWhen);
Elliott Hughes767a1472011-10-26 18:49:02 -0700562 }
563 if (gDdmHpsgWhen != HPSG_WHEN_NEVER) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700564 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom4d466a82014-05-08 19:05:29 -0700565 VLOG(jdwp) << "Dumping heap to DDM";
Elliott Hughes6a5bd492011-10-28 14:33:57 -0700566 DdmSendHeapSegments(false);
Elliott Hughes767a1472011-10-26 18:49:02 -0700567 }
568 if (gDdmNhsgWhen != HPSG_WHEN_NEVER) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -0700569 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom4d466a82014-05-08 19:05:29 -0700570 VLOG(jdwp) << "Dumping native heap to DDM";
Elliott Hughes6a5bd492011-10-28 14:33:57 -0700571 DdmSendHeapSegments(true);
Elliott Hughes767a1472011-10-26 18:49:02 -0700572 }
573}
574
Elliott Hughes4ffd3132011-10-24 12:06:42 -0700575void Dbg::SetJdwpAllowed(bool allowed) {
576 gJdwpAllowed = allowed;
577}
578
Leonard Mosescueb842212016-10-06 17:26:36 -0700579bool Dbg::IsJdwpAllowed() {
580 return gJdwpAllowed;
581}
582
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700583DebugInvokeReq* Dbg::GetInvokeReq() {
Elliott Hughes475fc232011-10-25 15:00:35 -0700584 return Thread::Current()->GetInvokeReq();
585}
586
587Thread* Dbg::GetDebugThread() {
Ian Rogersc0542af2014-09-03 16:16:56 -0700588 return (gJdwpState != nullptr) ? gJdwpState->GetDebugThread() : nullptr;
Elliott Hughes475fc232011-10-25 15:00:35 -0700589}
590
591void Dbg::ClearWaitForEventThread() {
Sebastien Hertz2bf93f42015-01-09 18:44:05 +0100592 gJdwpState->ReleaseJdwpTokenForEvent();
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700593}
594
595void Dbg::Connected() {
Elliott Hughes3bb81562011-10-21 18:52:59 -0700596 CHECK(!gDebuggerConnected);
Elliott Hughes4dd9b4d2011-12-12 18:29:24 -0800597 VLOG(jdwp) << "JDWP has attached";
Elliott Hughes3bb81562011-10-21 18:52:59 -0700598 gDebuggerConnected = true;
Elliott Hughes86964332012-02-15 19:37:42 -0800599 gDisposed = false;
600}
601
Sebastien Hertzf3928792014-11-17 19:00:37 +0100602bool Dbg::RequiresDeoptimization() {
603 // We don't need deoptimization if everything runs with interpreter after
604 // enabling -Xint mode.
605 return !Runtime::Current()->GetInstrumentation()->IsForcedInterpretOnly();
606}
607
Elliott Hughesa2155262011-11-16 16:26:58 -0800608void Dbg::GoActive() {
609 // Enable all debugging features, including scans for breakpoints.
610 // This is a no-op if we're already active.
611 // Only called from the JDWP handler thread.
Daniel Mihalyieb076692014-08-22 17:33:31 +0200612 if (IsDebuggerActive()) {
Elliott Hughesa2155262011-11-16 16:26:58 -0800613 return;
614 }
615
Mathieu Chartieraa516822015-10-02 15:53:37 -0700616 Thread* const self = Thread::Current();
Elliott Hughesc0f09332012-03-26 13:27:06 -0700617 {
618 // TODO: dalvik only warned if there were breakpoints left over. clear in Dbg::Disconnected?
Mathieu Chartieraa516822015-10-02 15:53:37 -0700619 ReaderMutexLock mu(self, *Locks::breakpoint_lock_);
Elliott Hughesc0f09332012-03-26 13:27:06 -0700620 CHECK_EQ(gBreakpoints.size(), 0U);
621 }
Elliott Hughesa2155262011-11-16 16:26:58 -0800622
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100623 {
Mathieu Chartieraa516822015-10-02 15:53:37 -0700624 MutexLock mu(self, *Locks::deoptimization_lock_);
Sebastien Hertz4d25df32014-03-21 17:44:46 +0100625 CHECK_EQ(deoptimization_requests_.size(), 0U);
626 CHECK_EQ(full_deoptimization_event_count_, 0U);
Sebastien Hertz42cd43f2014-05-13 14:15:41 +0200627 CHECK_EQ(dex_pc_change_event_ref_count_, 0U);
628 CHECK_EQ(method_enter_event_ref_count_, 0U);
629 CHECK_EQ(method_exit_event_ref_count_, 0U);
630 CHECK_EQ(field_read_event_ref_count_, 0U);
631 CHECK_EQ(field_write_event_ref_count_, 0U);
632 CHECK_EQ(exception_catch_event_ref_count_, 0U);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100633 }
634
Ian Rogers62d6c772013-02-27 08:32:07 -0800635 Runtime* runtime = Runtime::Current();
Nicolas Geoffray433b79a2017-01-30 20:54:45 +0000636 // Best effort deoptimization if the runtime is non-Java debuggable. This happens when
637 // ro.debuggable is set, but the application is not debuggable, or when a standalone
638 // dalvikvm invocation is not passed the debuggable option (-Xcompiler-option --debuggable).
639 //
640 // The performance cost of this is non-negligible during native-debugging due to the
David Srbeckyf4480162016-03-16 00:06:24 +0000641 // forced JIT, so we keep the AOT code in that case in exchange for limited native debugging.
Nicolas Geoffray433b79a2017-01-30 20:54:45 +0000642 if (!runtime->IsJavaDebuggable() &&
643 !runtime->GetInstrumentation()->IsForcedInterpretOnly() &&
644 !runtime->IsNativeDebuggable()) {
645 runtime->DeoptimizeBootImage();
Mingyao Yang6ea1a0e2016-01-29 12:12:49 -0800646 }
647
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700648 ScopedSuspendAll ssa(__FUNCTION__);
Sebastien Hertzf3928792014-11-17 19:00:37 +0100649 if (RequiresDeoptimization()) {
650 runtime->GetInstrumentation()->EnableDeoptimization();
651 }
Sebastien Hertz42cd43f2014-05-13 14:15:41 +0200652 instrumentation_events_ = 0;
Elliott Hughesa2155262011-11-16 16:26:58 -0800653 gDebuggerActive = true;
Ian Rogers62d6c772013-02-27 08:32:07 -0800654 LOG(INFO) << "Debugger is active";
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700655}
656
657void Dbg::Disconnected() {
Elliott Hughes234ab152011-10-26 14:02:26 -0700658 CHECK(gDebuggerConnected);
659
Elliott Hughesc0f09332012-03-26 13:27:06 -0700660 LOG(INFO) << "Debugger is no longer active";
Elliott Hughes234ab152011-10-26 14:02:26 -0700661
Hiroshi Yamauchi98810e32016-05-24 14:55:40 -0700662 // Suspend all threads and exclusively acquire the mutator lock. Remove the debugger as a listener
Ian Rogers62d6c772013-02-27 08:32:07 -0800663 // and clear the object registry.
664 Runtime* runtime = Runtime::Current();
Ian Rogers62d6c772013-02-27 08:32:07 -0800665 Thread* self = Thread::Current();
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700666 {
Mathieu Chartieraa516822015-10-02 15:53:37 -0700667 // Required for DisableDeoptimization.
668 gc::ScopedGCCriticalSection gcs(self,
669 gc::kGcCauseInstrumentation,
670 gc::kCollectorTypeInstrumentation);
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700671 ScopedSuspendAll ssa(__FUNCTION__);
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700672 // Debugger may not be active at this point.
673 if (IsDebuggerActive()) {
674 {
675 // Since we're going to disable deoptimization, we clear the deoptimization requests queue.
676 // This prevents us from having any pending deoptimization request when the debugger attaches
677 // to us again while no event has been requested yet.
Mathieu Chartiera6b1ead2015-10-06 10:32:38 -0700678 MutexLock mu(self, *Locks::deoptimization_lock_);
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700679 deoptimization_requests_.clear();
680 full_deoptimization_event_count_ = 0U;
681 }
682 if (instrumentation_events_ != 0) {
683 runtime->GetInstrumentation()->RemoveListener(&gDebugInstrumentationListener,
684 instrumentation_events_);
685 instrumentation_events_ = 0;
686 }
687 if (RequiresDeoptimization()) {
688 runtime->GetInstrumentation()->DisableDeoptimization(kDbgInstrumentationKey);
689 }
690 gDebuggerActive = false;
Sebastien Hertzaaea7342014-02-25 15:10:04 +0100691 }
Sebastien Hertz138dbfc2013-12-04 18:15:25 +0100692 }
Sebastien Hertz55f65342015-01-13 22:48:34 +0100693
694 {
695 ScopedObjectAccess soa(self);
696 gRegistry->Clear();
697 }
698
699 gDebuggerConnected = false;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700700}
701
Sebastien Hertzb3b173b2015-02-06 09:16:32 +0100702void Dbg::ConfigureJdwp(const JDWP::JdwpOptions& jdwp_options) {
703 CHECK_NE(jdwp_options.transport, JDWP::kJdwpTransportUnknown);
704 gJdwpOptions = jdwp_options;
705 gJdwpConfigured = true;
706}
707
Elliott Hughesc0f09332012-03-26 13:27:06 -0700708bool Dbg::IsJdwpConfigured() {
Elliott Hughes3bb81562011-10-21 18:52:59 -0700709 return gJdwpConfigured;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700710}
711
712int64_t Dbg::LastDebuggerActivity() {
Elliott Hughesca951522011-12-05 12:01:32 -0800713 return gJdwpState->LastDebuggerActivity();
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700714}
715
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700716void Dbg::UndoDebuggerSuspensions() {
Elliott Hughes234ab152011-10-26 14:02:26 -0700717 Runtime::Current()->GetThreadList()->UndoDebuggerSuspensions();
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700718}
719
Elliott Hughes88d63092013-01-09 09:55:54 -0800720std::string Dbg::GetClassName(JDWP::RefTypeId class_id) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700721 JDWP::JdwpError error;
722 mirror::Object* o = gRegistry->Get<mirror::Object*>(class_id, &error);
723 if (o == nullptr) {
724 if (error == JDWP::ERR_NONE) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -0700725 return "null";
Ian Rogersc0542af2014-09-03 16:16:56 -0700726 } else {
727 return StringPrintf("invalid object %p", reinterpret_cast<void*>(class_id));
728 }
Elliott Hughes436e3722012-02-17 20:01:47 -0800729 }
730 if (!o->IsClass()) {
Brian Carlstrom7934ac22013-07-26 10:54:15 -0700731 return StringPrintf("non-class %p", o); // This is only used for debugging output anyway.
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -0800732 }
Sebastien Hertz6995c602014-09-09 12:10:13 +0200733 return GetClassName(o->AsClass());
734}
735
736std::string Dbg::GetClassName(mirror::Class* klass) {
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +0200737 if (klass == nullptr) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -0700738 return "null";
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +0200739 }
Ian Rogers1ff3c982014-08-12 02:30:58 -0700740 std::string temp;
Sebastien Hertz6995c602014-09-09 12:10:13 +0200741 return DescriptorToName(klass->GetDescriptor(&temp));
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700742}
743
Ian Rogersc0542af2014-09-03 16:16:56 -0700744JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) {
Elliott Hughes436e3722012-02-17 20:01:47 -0800745 JDWP::JdwpError status;
Ian Rogersc0542af2014-09-03 16:16:56 -0700746 mirror::Class* c = DecodeClass(id, &status);
747 if (c == nullptr) {
748 *class_object_id = 0;
Elliott Hughes436e3722012-02-17 20:01:47 -0800749 return status;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -0800750 }
Ian Rogersc0542af2014-09-03 16:16:56 -0700751 *class_object_id = gRegistry->Add(c);
Elliott Hughes436e3722012-02-17 20:01:47 -0800752 return JDWP::ERR_NONE;
Elliott Hughes86964332012-02-15 19:37:42 -0800753}
754
Ian Rogersc0542af2014-09-03 16:16:56 -0700755JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id) {
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -0800756 JDWP::JdwpError status;
Ian Rogersc0542af2014-09-03 16:16:56 -0700757 mirror::Class* c = DecodeClass(id, &status);
758 if (c == nullptr) {
759 *superclass_id = 0;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -0800760 return status;
761 }
762 if (c->IsInterface()) {
763 // http://code.google.com/p/android/issues/detail?id=20856
Ian Rogersc0542af2014-09-03 16:16:56 -0700764 *superclass_id = 0;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -0800765 } else {
Ian Rogersc0542af2014-09-03 16:16:56 -0700766 *superclass_id = gRegistry->Add(c->GetSuperClass());
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -0800767 }
768 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700769}
770
Elliott Hughes436e3722012-02-17 20:01:47 -0800771JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700772 JDWP::JdwpError error;
Andreas Gampe7929a482015-12-30 19:33:49 -0800773 mirror::Class* c = DecodeClass(id, &error);
774 if (c == nullptr) {
775 return error;
Elliott Hughes436e3722012-02-17 20:01:47 -0800776 }
Andreas Gampe7929a482015-12-30 19:33:49 -0800777 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()));
Elliott Hughes436e3722012-02-17 20:01:47 -0800778 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700779}
780
Elliott Hughes436e3722012-02-17 20:01:47 -0800781JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700782 JDWP::JdwpError error;
783 mirror::Class* c = DecodeClass(id, &error);
784 if (c == nullptr) {
785 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -0800786 }
Elliott Hughes436e3722012-02-17 20:01:47 -0800787
788 uint32_t access_flags = c->GetAccessFlags() & kAccJavaFlagsMask;
789
Yevgeny Roubande34eea2014-02-15 01:06:03 +0700790 // Set ACC_SUPER. Dex files don't contain this flag but only classes are supposed to have it set,
791 // not interfaces.
Elliott Hughes436e3722012-02-17 20:01:47 -0800792 // Class.getModifiers doesn't return it, but JDWP does, so we set it here.
Yevgeny Roubande34eea2014-02-15 01:06:03 +0700793 if ((access_flags & kAccInterface) == 0) {
794 access_flags |= kAccSuper;
795 }
Elliott Hughes436e3722012-02-17 20:01:47 -0800796
797 expandBufAdd4BE(pReply, access_flags);
798
799 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -0700800}
801
Ian Rogersc0542af2014-09-03 16:16:56 -0700802JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) {
803 JDWP::JdwpError error;
804 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
805 if (o == nullptr) {
Elliott Hughesf327e072013-01-09 16:01:26 -0800806 return JDWP::ERR_INVALID_OBJECT;
807 }
808
809 // Ensure all threads are suspended while we read objects' lock words.
810 Thread* self = Thread::Current();
Sebastien Hertz54263242014-03-19 18:16:50 +0100811 CHECK_EQ(self->GetState(), kRunnable);
Elliott Hughesf327e072013-01-09 16:01:26 -0800812
Mathieu Chartierf1d666e2015-09-03 16:13:34 -0700813 MonitorInfo monitor_info;
814 {
815 ScopedThreadSuspension sts(self, kSuspended);
Mathieu Chartier4f55e222015-09-04 13:26:21 -0700816 ScopedSuspendAll ssa(__FUNCTION__);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -0700817 monitor_info = MonitorInfo(o);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -0700818 }
Ian Rogersc0542af2014-09-03 16:16:56 -0700819 if (monitor_info.owner_ != nullptr) {
Nicolas Geoffraycafa0812017-02-15 18:27:34 +0000820 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread()));
Elliott Hughesf327e072013-01-09 16:01:26 -0800821 } else {
Ian Rogersc0542af2014-09-03 16:16:56 -0700822 expandBufAddObjectId(reply, gRegistry->Add(nullptr));
Elliott Hughesf327e072013-01-09 16:01:26 -0800823 }
Ian Rogersd9c4fc92013-10-01 19:45:43 -0700824 expandBufAdd4BE(reply, monitor_info.entry_count_);
825 expandBufAdd4BE(reply, monitor_info.waiters_.size());
826 for (size_t i = 0; i < monitor_info.waiters_.size(); ++i) {
Nicolas Geoffraycafa0812017-02-15 18:27:34 +0000827 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread()));
Elliott Hughesf327e072013-01-09 16:01:26 -0800828 }
829 return JDWP::ERR_NONE;
830}
831
Elliott Hughes734b8c62013-01-11 15:32:45 -0800832JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id,
Ian Rogersc0542af2014-09-03 16:16:56 -0700833 std::vector<JDWP::ObjectId>* monitors,
834 std::vector<uint32_t>* stack_depths) {
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800835 struct OwnedMonitorVisitor : public StackVisitor {
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700836 OwnedMonitorVisitor(Thread* thread, Context* context,
Hiroshi Yamauchicc8c5c52014-06-13 15:08:05 -0700837 std::vector<JDWP::ObjectId>* monitor_vector,
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700838 std::vector<uint32_t>* stack_depth_vector)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700839 REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +0100840 : StackVisitor(thread, context, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
841 current_stack_depth(0),
842 monitors(monitor_vector),
843 stack_depths(stack_depth_vector) {}
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800844
845 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
846 // annotalysis.
847 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS {
848 if (!GetMethod()->IsRuntimeMethod()) {
849 Monitor::VisitLocks(this, AppendOwnedMonitors, this);
Elliott Hughes734b8c62013-01-11 15:32:45 -0800850 ++current_stack_depth;
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800851 }
852 return true;
853 }
854
Hiroshi Yamauchicc8c5c52014-06-13 15:08:05 -0700855 static void AppendOwnedMonitors(mirror::Object* owned_monitor, void* arg)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -0700856 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers7a22fa62013-01-23 12:16:16 -0800857 OwnedMonitorVisitor* visitor = reinterpret_cast<OwnedMonitorVisitor*>(arg);
Hiroshi Yamauchicc8c5c52014-06-13 15:08:05 -0700858 visitor->monitors->push_back(gRegistry->Add(owned_monitor));
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700859 visitor->stack_depths->push_back(visitor->current_stack_depth);
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800860 }
861
Elliott Hughes734b8c62013-01-11 15:32:45 -0800862 size_t current_stack_depth;
Ian Rogersc0542af2014-09-03 16:16:56 -0700863 std::vector<JDWP::ObjectId>* const monitors;
864 std::vector<uint32_t>* const stack_depths;
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800865 };
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800866
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700867 ScopedObjectAccessUnchecked soa(Thread::Current());
Sebastien Hertz69206392015-04-07 15:54:25 +0200868 JDWP::JdwpError error;
869 Thread* thread = DecodeThread(soa, thread_id, &error);
870 if (thread == nullptr) {
871 return error;
872 }
873 if (!IsSuspendedForDebugger(soa, thread)) {
874 return JDWP::ERR_THREAD_NOT_SUSPENDED;
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700875 }
Hiroshi Yamauchicc8c5c52014-06-13 15:08:05 -0700876 std::unique_ptr<Context> context(Context::Create());
Ian Rogersc0542af2014-09-03 16:16:56 -0700877 OwnedMonitorVisitor visitor(thread, context.get(), monitors, stack_depths);
Hiroshi Yamauchicc8c5c52014-06-13 15:08:05 -0700878 visitor.WalkStack();
Elliott Hughes4993bbc2013-01-10 15:41:25 -0800879 return JDWP::ERR_NONE;
880}
881
Sebastien Hertz52d131d2014-03-13 16:17:40 +0100882JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id,
Ian Rogersc0542af2014-09-03 16:16:56 -0700883 JDWP::ObjectId* contended_monitor) {
Elliott Hughesf9501702013-01-11 11:22:27 -0800884 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -0700885 *contended_monitor = 0;
Sebastien Hertz69206392015-04-07 15:54:25 +0200886 JDWP::JdwpError error;
887 Thread* thread = DecodeThread(soa, thread_id, &error);
888 if (thread == nullptr) {
889 return error;
Elliott Hughesf9501702013-01-11 11:22:27 -0800890 }
Sebastien Hertz69206392015-04-07 15:54:25 +0200891 if (!IsSuspendedForDebugger(soa, thread)) {
892 return JDWP::ERR_THREAD_NOT_SUSPENDED;
893 }
894 mirror::Object* contended_monitor_obj = Monitor::GetContendedMonitor(thread);
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -0700895 // Add() requires the thread_list_lock_ not held to avoid the lock
896 // level violation.
Ian Rogersc0542af2014-09-03 16:16:56 -0700897 *contended_monitor = gRegistry->Add(contended_monitor_obj);
Elliott Hughesf9501702013-01-11 11:22:27 -0800898 return JDWP::ERR_NONE;
899}
900
Elliott Hughesec0f83d2013-01-15 16:54:08 -0800901JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids,
Ian Rogersc0542af2014-09-03 16:16:56 -0700902 std::vector<uint64_t>* counts) {
Mathieu Chartier412c7fc2014-02-07 12:18:39 -0800903 gc::Heap* heap = Runtime::Current()->GetHeap();
904 heap->CollectGarbage(false);
Mathieu Chartiere8a3c572016-10-11 16:52:17 -0700905 VariableSizedHandleScope hs(Thread::Current());
Mathieu Chartier9d156d52016-10-06 17:44:26 -0700906 std::vector<Handle<mirror::Class>> classes;
Ian Rogersc0542af2014-09-03 16:16:56 -0700907 counts->clear();
Elliott Hughesec0f83d2013-01-15 16:54:08 -0800908 for (size_t i = 0; i < class_ids.size(); ++i) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700909 JDWP::JdwpError error;
Mathieu Chartier9d156d52016-10-06 17:44:26 -0700910 ObjPtr<mirror::Class> c = DecodeClass(class_ids[i], &error);
Ian Rogersc0542af2014-09-03 16:16:56 -0700911 if (c == nullptr) {
912 return error;
Elliott Hughesec0f83d2013-01-15 16:54:08 -0800913 }
Mathieu Chartier9d156d52016-10-06 17:44:26 -0700914 classes.push_back(hs.NewHandle(c));
Ian Rogersc0542af2014-09-03 16:16:56 -0700915 counts->push_back(0);
Elliott Hughesec0f83d2013-01-15 16:54:08 -0800916 }
Ian Rogersc0542af2014-09-03 16:16:56 -0700917 heap->CountInstances(classes, false, &(*counts)[0]);
Elliott Hughesec0f83d2013-01-15 16:54:08 -0800918 return JDWP::ERR_NONE;
919}
920
Ian Rogersc0542af2014-09-03 16:16:56 -0700921JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
922 std::vector<JDWP::ObjectId>* instances) {
Mathieu Chartier412c7fc2014-02-07 12:18:39 -0800923 gc::Heap* heap = Runtime::Current()->GetHeap();
924 // We only want reachable instances, so do a GC.
925 heap->CollectGarbage(false);
Ian Rogersc0542af2014-09-03 16:16:56 -0700926 JDWP::JdwpError error;
Mathieu Chartier9d156d52016-10-06 17:44:26 -0700927 ObjPtr<mirror::Class> c = DecodeClass(class_id, &error);
Mathieu Chartier412c7fc2014-02-07 12:18:39 -0800928 if (c == nullptr) {
Ian Rogersc0542af2014-09-03 16:16:56 -0700929 return error;
Elliott Hughes3b78c942013-01-15 17:35:41 -0800930 }
Mathieu Chartier2d855952016-10-12 19:37:59 -0700931 VariableSizedHandleScope hs(Thread::Current());
932 std::vector<Handle<mirror::Object>> raw_instances;
933 Runtime::Current()->GetHeap()->GetInstances(hs, hs.NewHandle(c), max_count, raw_instances);
Elliott Hughes3b78c942013-01-15 17:35:41 -0800934 for (size_t i = 0; i < raw_instances.size(); ++i) {
Mathieu Chartier2d855952016-10-12 19:37:59 -0700935 instances->push_back(gRegistry->Add(raw_instances[i].Get()));
Elliott Hughes3b78c942013-01-15 17:35:41 -0800936 }
937 return JDWP::ERR_NONE;
938}
939
Elliott Hughes0cbaff52013-01-16 15:28:01 -0800940JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
Ian Rogersc0542af2014-09-03 16:16:56 -0700941 std::vector<JDWP::ObjectId>* referring_objects) {
Mathieu Chartier412c7fc2014-02-07 12:18:39 -0800942 gc::Heap* heap = Runtime::Current()->GetHeap();
943 heap->CollectGarbage(false);
Ian Rogersc0542af2014-09-03 16:16:56 -0700944 JDWP::JdwpError error;
Mathieu Chartier9d156d52016-10-06 17:44:26 -0700945 ObjPtr<mirror::Object> o = gRegistry->Get<mirror::Object*>(object_id, &error);
Ian Rogersc0542af2014-09-03 16:16:56 -0700946 if (o == nullptr) {
Elliott Hughes0cbaff52013-01-16 15:28:01 -0800947 return JDWP::ERR_INVALID_OBJECT;
948 }
Mathieu Chartieraea9bfb2016-10-12 19:19:56 -0700949 VariableSizedHandleScope hs(Thread::Current());
950 std::vector<Handle<mirror::Object>> raw_instances;
951 heap->GetReferringObjects(hs, hs.NewHandle(o), max_count, raw_instances);
Elliott Hughes0cbaff52013-01-16 15:28:01 -0800952 for (size_t i = 0; i < raw_instances.size(); ++i) {
Mathieu Chartieraea9bfb2016-10-12 19:19:56 -0700953 referring_objects->push_back(gRegistry->Add(raw_instances[i].Get()));
Elliott Hughes0cbaff52013-01-16 15:28:01 -0800954 }
955 return JDWP::ERR_NONE;
956}
957
Ian Rogersc0542af2014-09-03 16:16:56 -0700958JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) {
959 JDWP::JdwpError error;
960 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
961 if (o == nullptr) {
Sebastien Hertze96060a2013-12-11 12:06:28 +0100962 return JDWP::ERR_INVALID_OBJECT;
963 }
Elliott Hughes64f574f2013-02-20 14:57:12 -0800964 gRegistry->DisableCollection(object_id);
965 return JDWP::ERR_NONE;
966}
967
Ian Rogersc0542af2014-09-03 16:16:56 -0700968JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) {
969 JDWP::JdwpError error;
970 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
Sebastien Hertze96060a2013-12-11 12:06:28 +0100971 // Unlike DisableCollection, JDWP specs do not state an invalid object causes an error. The RI
972 // also ignores these cases and never return an error. However it's not obvious why this command
973 // should behave differently from DisableCollection and IsCollected commands. So let's be more
974 // strict and return an error if this happens.
Ian Rogersc0542af2014-09-03 16:16:56 -0700975 if (o == nullptr) {
Sebastien Hertze96060a2013-12-11 12:06:28 +0100976 return JDWP::ERR_INVALID_OBJECT;
977 }
Elliott Hughes64f574f2013-02-20 14:57:12 -0800978 gRegistry->EnableCollection(object_id);
979 return JDWP::ERR_NONE;
980}
981
Ian Rogersc0542af2014-09-03 16:16:56 -0700982JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) {
983 *is_collected = true;
Sebastien Hertz65637eb2014-01-10 17:40:02 +0100984 if (object_id == 0) {
985 // Null object id is invalid.
Sebastien Hertze96060a2013-12-11 12:06:28 +0100986 return JDWP::ERR_INVALID_OBJECT;
987 }
Sebastien Hertz65637eb2014-01-10 17:40:02 +0100988 // JDWP specs state an INVALID_OBJECT error is returned if the object ID is not valid. However
989 // the RI seems to ignore this and assume object has been collected.
Ian Rogersc0542af2014-09-03 16:16:56 -0700990 JDWP::JdwpError error;
991 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
992 if (o != nullptr) {
993 *is_collected = gRegistry->IsCollected(object_id);
Sebastien Hertz65637eb2014-01-10 17:40:02 +0100994 }
Elliott Hughes64f574f2013-02-20 14:57:12 -0800995 return JDWP::ERR_NONE;
996}
997
Ian Rogersc0542af2014-09-03 16:16:56 -0700998void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) {
Elliott Hughes64f574f2013-02-20 14:57:12 -0800999 gRegistry->DisposeObject(object_id, reference_count);
1000}
1001
Mathieu Chartier3398c782016-09-30 10:27:43 -07001002JDWP::JdwpTypeTag Dbg::GetTypeTag(ObjPtr<mirror::Class> klass) {
Sebastien Hertz4d8fd492014-03-28 16:29:41 +01001003 DCHECK(klass != nullptr);
1004 if (klass->IsArrayClass()) {
1005 return JDWP::TT_ARRAY;
1006 } else if (klass->IsInterface()) {
1007 return JDWP::TT_INTERFACE;
1008 } else {
1009 return JDWP::TT_CLASS;
1010 }
1011}
1012
Elliott Hughes88d63092013-01-09 09:55:54 -08001013JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001014 JDWP::JdwpError error;
1015 mirror::Class* c = DecodeClass(class_id, &error);
1016 if (c == nullptr) {
1017 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001018 }
Elliott Hughes436e3722012-02-17 20:01:47 -08001019
Sebastien Hertz4d8fd492014-03-28 16:29:41 +01001020 JDWP::JdwpTypeTag type_tag = GetTypeTag(c);
1021 expandBufAdd1(pReply, type_tag);
Elliott Hughes88d63092013-01-09 09:55:54 -08001022 expandBufAddRefTypeId(pReply, class_id);
Elliott Hughes436e3722012-02-17 20:01:47 -08001023 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001024}
1025
Mathieu Chartiere0671ce2015-07-28 17:23:28 -07001026// Get the complete list of reference classes (i.e. all classes except
1027// the primitive types).
1028// Returns a newly-allocated buffer full of RefTypeId values.
1029class ClassListCreator : public ClassVisitor {
1030 public:
1031 explicit ClassListCreator(std::vector<JDWP::RefTypeId>* classes) : classes_(classes) {}
1032
Mathieu Chartier28357fa2016-10-18 16:27:40 -07001033 bool operator()(ObjPtr<mirror::Class> c) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartiere0671ce2015-07-28 17:23:28 -07001034 if (!c->IsPrimitive()) {
1035 classes_->push_back(Dbg::GetObjectRegistry()->AddRefType(c));
1036 }
1037 return true;
1038 }
1039
1040 private:
1041 std::vector<JDWP::RefTypeId>* const classes_;
1042};
1043
Ian Rogersc0542af2014-09-03 16:16:56 -07001044void Dbg::GetClassList(std::vector<JDWP::RefTypeId>* classes) {
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001045 ClassListCreator clc(classes);
Mathieu Chartiere0671ce2015-07-28 17:23:28 -07001046 Runtime::Current()->GetClassLinker()->VisitClassesWithoutClassesLock(&clc);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001047}
1048
Ian Rogers1ff3c982014-08-12 02:30:58 -07001049JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
1050 uint32_t* pStatus, std::string* pDescriptor) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001051 JDWP::JdwpError error;
1052 mirror::Class* c = DecodeClass(class_id, &error);
1053 if (c == nullptr) {
1054 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001055 }
1056
Elliott Hughesa2155262011-11-16 16:26:58 -08001057 if (c->IsArrayClass()) {
1058 *pStatus = JDWP::CS_VERIFIED | JDWP::CS_PREPARED;
1059 *pTypeTag = JDWP::TT_ARRAY;
1060 } else {
1061 if (c->IsErroneous()) {
1062 *pStatus = JDWP::CS_ERROR;
1063 } else {
1064 *pStatus = JDWP::CS_VERIFIED | JDWP::CS_PREPARED | JDWP::CS_INITIALIZED;
1065 }
1066 *pTypeTag = c->IsInterface() ? JDWP::TT_INTERFACE : JDWP::TT_CLASS;
1067 }
1068
Ian Rogersc0542af2014-09-03 16:16:56 -07001069 if (pDescriptor != nullptr) {
Ian Rogers1ff3c982014-08-12 02:30:58 -07001070 std::string temp;
1071 *pDescriptor = c->GetDescriptor(&temp);
Elliott Hughesa2155262011-11-16 16:26:58 -08001072 }
Elliott Hughes436e3722012-02-17 20:01:47 -08001073 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001074}
1075
Ian Rogersc0542af2014-09-03 16:16:56 -07001076void Dbg::FindLoadedClassBySignature(const char* descriptor, std::vector<JDWP::RefTypeId>* ids) {
Mathieu Chartier28357fa2016-10-18 16:27:40 -07001077 std::vector<ObjPtr<mirror::Class>> classes;
Igor Murashkinb1d8c312015-08-04 11:18:43 -07001078 Runtime::Current()->GetClassLinker()->LookupClasses(descriptor, classes);
Ian Rogersc0542af2014-09-03 16:16:56 -07001079 ids->clear();
Mathieu Chartier28357fa2016-10-18 16:27:40 -07001080 for (ObjPtr<mirror::Class> c : classes) {
1081 ids->push_back(gRegistry->Add(c));
Elliott Hughes6fa602d2011-12-02 17:54:25 -08001082 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001083}
1084
Ian Rogersc0542af2014-09-03 16:16:56 -07001085JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) {
1086 JDWP::JdwpError error;
1087 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
1088 if (o == nullptr) {
Elliott Hughes2435a572012-02-17 16:07:41 -08001089 return JDWP::ERR_INVALID_OBJECT;
Elliott Hughes499c5132011-11-17 14:55:11 -08001090 }
Elliott Hughes2435a572012-02-17 16:07:41 -08001091
Sebastien Hertz4d8fd492014-03-28 16:29:41 +01001092 JDWP::JdwpTypeTag type_tag = GetTypeTag(o->GetClass());
Elliott Hughes64f574f2013-02-20 14:57:12 -08001093 JDWP::RefTypeId type_id = gRegistry->AddRefType(o->GetClass());
Elliott Hughes2435a572012-02-17 16:07:41 -08001094
1095 expandBufAdd1(pReply, type_tag);
1096 expandBufAddRefTypeId(pReply, type_id);
1097
1098 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001099}
1100
Ian Rogersfc0e94b2013-09-23 23:51:32 -07001101JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001102 JDWP::JdwpError error;
1103 mirror::Class* c = DecodeClass(class_id, &error);
1104 if (c == nullptr) {
1105 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001106 }
Ian Rogers1ff3c982014-08-12 02:30:58 -07001107 std::string temp;
1108 *signature = c->GetDescriptor(&temp);
Elliott Hughes1fe7afb2012-02-13 17:23:03 -08001109 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001110}
1111
Orion Hodson77d8a1c2017-04-24 14:53:19 +01001112JDWP::JdwpError Dbg::GetSourceDebugExtension(JDWP::RefTypeId class_id,
1113 std::string* extension_data) {
1114 JDWP::JdwpError error;
1115 mirror::Class* c = DecodeClass(class_id, &error);
1116 if (c == nullptr) {
1117 return error;
1118 }
1119 StackHandleScope<1> hs(Thread::Current());
1120 Handle<mirror::Class> klass(hs.NewHandle(c));
1121 const char* data = annotations::GetSourceDebugExtension(klass);
1122 if (data == nullptr) {
1123 return JDWP::ERR_ABSENT_INFORMATION;
1124 }
1125 *extension_data = data;
1126 return JDWP::ERR_NONE;
1127}
1128
Ian Rogersc0542af2014-09-03 16:16:56 -07001129JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) {
1130 JDWP::JdwpError error;
1131 mirror::Class* c = DecodeClass(class_id, &error);
Sebastien Hertz4206eb52014-06-05 10:15:45 +02001132 if (c == nullptr) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001133 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001134 }
Sebastien Hertz4206eb52014-06-05 10:15:45 +02001135 const char* source_file = c->GetSourceFile();
1136 if (source_file == nullptr) {
Sebastien Hertzb7054ba2014-03-13 11:52:31 +01001137 return JDWP::ERR_ABSENT_INFORMATION;
1138 }
Ian Rogersc0542af2014-09-03 16:16:56 -07001139 *result = source_file;
Elliott Hughes436e3722012-02-17 20:01:47 -08001140 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001141}
1142
Ian Rogersc0542af2014-09-03 16:16:56 -07001143JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) {
Ian Rogers98379392014-02-24 16:53:16 -08001144 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07001145 JDWP::JdwpError error;
1146 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
1147 if (error != JDWP::ERR_NONE) {
1148 *tag = JDWP::JT_VOID;
1149 return error;
Elliott Hughes546b9862012-06-20 16:06:13 -07001150 }
Ian Rogersc0542af2014-09-03 16:16:56 -07001151 *tag = TagFromObject(soa, o);
Elliott Hughes546b9862012-06-20 16:06:13 -07001152 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001153}
1154
Elliott Hughesaed4be92011-12-02 16:16:23 -08001155size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) {
Elliott Hughesdbb40792011-11-18 17:05:22 -08001156 switch (tag) {
1157 case JDWP::JT_VOID:
1158 return 0;
1159 case JDWP::JT_BYTE:
1160 case JDWP::JT_BOOLEAN:
1161 return 1;
1162 case JDWP::JT_CHAR:
1163 case JDWP::JT_SHORT:
1164 return 2;
1165 case JDWP::JT_FLOAT:
1166 case JDWP::JT_INT:
1167 return 4;
1168 case JDWP::JT_ARRAY:
1169 case JDWP::JT_OBJECT:
1170 case JDWP::JT_STRING:
1171 case JDWP::JT_THREAD:
1172 case JDWP::JT_THREAD_GROUP:
1173 case JDWP::JT_CLASS_LOADER:
1174 case JDWP::JT_CLASS_OBJECT:
1175 return sizeof(JDWP::ObjectId);
1176 case JDWP::JT_DOUBLE:
1177 case JDWP::JT_LONG:
1178 return 8;
1179 default:
Elliott Hughes3d30d9b2011-12-07 17:35:48 -08001180 LOG(FATAL) << "Unknown tag " << tag;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001181 return -1;
1182 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001183}
1184
Ian Rogersc0542af2014-09-03 16:16:56 -07001185JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int32_t* length) {
1186 JDWP::JdwpError error;
1187 mirror::Array* a = DecodeNonNullArray(array_id, &error);
1188 if (a == nullptr) {
1189 return error;
Elliott Hughes24437992011-11-30 14:49:33 -08001190 }
Ian Rogersc0542af2014-09-03 16:16:56 -07001191 *length = a->GetLength();
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001192 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001193}
1194
Elliott Hughes88d63092013-01-09 09:55:54 -08001195JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001196 JDWP::JdwpError error;
1197 mirror::Array* a = DecodeNonNullArray(array_id, &error);
Ian Rogers98379392014-02-24 16:53:16 -08001198 if (a == nullptr) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001199 return error;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001200 }
Elliott Hughes24437992011-11-30 14:49:33 -08001201
1202 if (offset < 0 || count < 0 || offset > a->GetLength() || a->GetLength() - offset < count) {
1203 LOG(WARNING) << __FUNCTION__ << " access out of bounds: offset=" << offset << "; count=" << count;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001204 return JDWP::ERR_INVALID_LENGTH;
Elliott Hughes24437992011-11-30 14:49:33 -08001205 }
Ian Rogers1ff3c982014-08-12 02:30:58 -07001206 JDWP::JdwpTag element_tag = BasicTagFromClass(a->GetClass()->GetComponentType());
1207 expandBufAdd1(pReply, element_tag);
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001208 expandBufAdd4BE(pReply, count);
1209
Ian Rogers1ff3c982014-08-12 02:30:58 -07001210 if (IsPrimitiveTag(element_tag)) {
1211 size_t width = GetTagWidth(element_tag);
Elliott Hughes24437992011-11-30 14:49:33 -08001212 uint8_t* dst = expandBufAddSpace(pReply, count * width);
1213 if (width == 8) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001214 const uint64_t* src8 = reinterpret_cast<uint64_t*>(a->GetRawData(sizeof(uint64_t), 0));
Elliott Hughes24437992011-11-30 14:49:33 -08001215 for (int i = 0; i < count; ++i) JDWP::Write8BE(&dst, src8[offset + i]);
1216 } else if (width == 4) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001217 const uint32_t* src4 = reinterpret_cast<uint32_t*>(a->GetRawData(sizeof(uint32_t), 0));
Elliott Hughes24437992011-11-30 14:49:33 -08001218 for (int i = 0; i < count; ++i) JDWP::Write4BE(&dst, src4[offset + i]);
1219 } else if (width == 2) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001220 const uint16_t* src2 = reinterpret_cast<uint16_t*>(a->GetRawData(sizeof(uint16_t), 0));
Elliott Hughes24437992011-11-30 14:49:33 -08001221 for (int i = 0; i < count; ++i) JDWP::Write2BE(&dst, src2[offset + i]);
1222 } else {
Ian Rogersef7d42f2014-01-06 12:55:46 -08001223 const uint8_t* src = reinterpret_cast<uint8_t*>(a->GetRawData(sizeof(uint8_t), 0));
Elliott Hughes24437992011-11-30 14:49:33 -08001224 memcpy(dst, &src[offset * width], count * width);
1225 }
1226 } else {
Ian Rogers98379392014-02-24 16:53:16 -08001227 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001228 mirror::ObjectArray<mirror::Object>* oa = a->AsObjectArray<mirror::Object>();
Elliott Hughes24437992011-11-30 14:49:33 -08001229 for (int i = 0; i < count; ++i) {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001230 mirror::Object* element = oa->Get(offset + i);
Ian Rogers98379392014-02-24 16:53:16 -08001231 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element)
Ian Rogers1ff3c982014-08-12 02:30:58 -07001232 : element_tag;
Elliott Hughes24437992011-11-30 14:49:33 -08001233 expandBufAdd1(pReply, specific_tag);
1234 expandBufAddObjectId(pReply, gRegistry->Add(element));
1235 }
1236 }
1237
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001238 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001239}
1240
Ian Rogersef7d42f2014-01-06 12:55:46 -08001241template <typename T>
Ian Rogersc0542af2014-09-03 16:16:56 -07001242static void CopyArrayData(mirror::Array* a, JDWP::Request* src, int offset, int count)
Ian Rogersef7d42f2014-01-06 12:55:46 -08001243 NO_THREAD_SAFETY_ANALYSIS {
1244 // TODO: fix when annotalysis correctly handles non-member functions.
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001245 DCHECK(a->GetClass()->IsPrimitiveArray());
1246
Ian Rogersef7d42f2014-01-06 12:55:46 -08001247 T* dst = reinterpret_cast<T*>(a->GetRawData(sizeof(T), offset));
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001248 for (int i = 0; i < count; ++i) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001249 *dst++ = src->ReadValue(sizeof(T));
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001250 }
1251}
1252
Elliott Hughes88d63092013-01-09 09:55:54 -08001253JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
Ian Rogersc0542af2014-09-03 16:16:56 -07001254 JDWP::Request* request) {
1255 JDWP::JdwpError error;
1256 mirror::Array* dst = DecodeNonNullArray(array_id, &error);
1257 if (dst == nullptr) {
1258 return error;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001259 }
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001260
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001261 if (offset < 0 || count < 0 || offset > dst->GetLength() || dst->GetLength() - offset < count) {
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001262 LOG(WARNING) << __FUNCTION__ << " access out of bounds: offset=" << offset << "; count=" << count;
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001263 return JDWP::ERR_INVALID_LENGTH;
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001264 }
Ian Rogers1ff3c982014-08-12 02:30:58 -07001265 JDWP::JdwpTag element_tag = BasicTagFromClass(dst->GetClass()->GetComponentType());
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001266
Ian Rogers1ff3c982014-08-12 02:30:58 -07001267 if (IsPrimitiveTag(element_tag)) {
1268 size_t width = GetTagWidth(element_tag);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001269 if (width == 8) {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001270 CopyArrayData<uint64_t>(dst, request, offset, count);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001271 } else if (width == 4) {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001272 CopyArrayData<uint32_t>(dst, request, offset, count);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001273 } else if (width == 2) {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001274 CopyArrayData<uint16_t>(dst, request, offset, count);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001275 } else {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001276 CopyArrayData<uint8_t>(dst, request, offset, count);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001277 }
1278 } else {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08001279 mirror::ObjectArray<mirror::Object>* oa = dst->AsObjectArray<mirror::Object>();
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001280 for (int i = 0; i < count; ++i) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001281 JDWP::ObjectId id = request->ReadObjectId();
Ian Rogersc0542af2014-09-03 16:16:56 -07001282 mirror::Object* o = gRegistry->Get<mirror::Object*>(id, &error);
1283 if (error != JDWP::ERR_NONE) {
1284 return error;
Elliott Hughes436e3722012-02-17 20:01:47 -08001285 }
Sebastien Hertz2e1c16d2015-08-28 11:57:49 +02001286 // Check if the object's type is compatible with the array's type.
1287 if (o != nullptr && !o->InstanceOf(oa->GetClass()->GetComponentType())) {
1288 return JDWP::ERR_TYPE_MISMATCH;
1289 }
Sebastien Hertzd2fe10a2014-01-15 10:20:56 +01001290 oa->Set<false>(offset + i, o);
Elliott Hughesf03b8f62011-12-02 14:26:25 -08001291 }
1292 }
1293
Elliott Hughes3d1ca6d2012-02-13 15:43:19 -08001294 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001295}
1296
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001297JDWP::JdwpError Dbg::CreateString(const std::string& str, JDWP::ObjectId* new_string_id) {
1298 Thread* self = Thread::Current();
1299 mirror::String* new_string = mirror::String::AllocFromModifiedUtf8(self, str.c_str());
1300 if (new_string == nullptr) {
1301 DCHECK(self->IsExceptionPending());
1302 self->ClearException();
1303 LOG(ERROR) << "Could not allocate string";
1304 *new_string_id = 0;
1305 return JDWP::ERR_OUT_OF_MEMORY;
1306 }
1307 *new_string_id = gRegistry->Add(new_string);
1308 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001309}
1310
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001311JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001312 JDWP::JdwpError error;
1313 mirror::Class* c = DecodeClass(class_id, &error);
1314 if (c == nullptr) {
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001315 *new_object_id = 0;
Ian Rogersc0542af2014-09-03 16:16:56 -07001316 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001317 }
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001318 Thread* self = Thread::Current();
Mathieu Chartier28bd2e42016-10-04 13:54:57 -07001319 ObjPtr<mirror::Object> new_object;
Sebastien Hertz56d5e502015-11-03 17:38:35 +01001320 if (c->IsStringClass()) {
1321 // Special case for java.lang.String.
1322 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
jessicahandojo3aaa37b2016-07-29 14:46:37 -07001323 new_object = mirror::String::AllocEmptyString<true>(self, allocator_type);
Sebastien Hertz56d5e502015-11-03 17:38:35 +01001324 } else {
1325 new_object = c->AllocObject(self);
1326 }
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001327 if (new_object == nullptr) {
1328 DCHECK(self->IsExceptionPending());
1329 self->ClearException();
David Sehr709b0702016-10-13 09:12:37 -07001330 LOG(ERROR) << "Could not allocate object of type " << mirror::Class::PrettyDescriptor(c);
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001331 *new_object_id = 0;
1332 return JDWP::ERR_OUT_OF_MEMORY;
1333 }
Mathieu Chartier28bd2e42016-10-04 13:54:57 -07001334 *new_object_id = gRegistry->Add(new_object.Ptr());
Elliott Hughes436e3722012-02-17 20:01:47 -08001335 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001336}
1337
Elliott Hughesbf13d362011-12-08 15:51:37 -08001338/*
1339 * Used by Eclipse's "Display" view to evaluate "new byte[5]" to get "(byte[]) [0, 0, 0, 0, 0]".
1340 */
Elliott Hughes88d63092013-01-09 09:55:54 -08001341JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001342 JDWP::ObjectId* new_array_id) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001343 JDWP::JdwpError error;
1344 mirror::Class* c = DecodeClass(array_class_id, &error);
1345 if (c == nullptr) {
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001346 *new_array_id = 0;
Ian Rogersc0542af2014-09-03 16:16:56 -07001347 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001348 }
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001349 Thread* self = Thread::Current();
1350 gc::Heap* heap = Runtime::Current()->GetHeap();
1351 mirror::Array* new_array = mirror::Array::Alloc<true>(self, c, length,
1352 c->GetComponentSizeShift(),
1353 heap->GetCurrentAllocator());
1354 if (new_array == nullptr) {
1355 DCHECK(self->IsExceptionPending());
1356 self->ClearException();
David Sehr709b0702016-10-13 09:12:37 -07001357 LOG(ERROR) << "Could not allocate array of type " << mirror::Class::PrettyDescriptor(c);
Sebastien Hertz2c3e77a2015-04-02 16:26:48 +02001358 *new_array_id = 0;
1359 return JDWP::ERR_OUT_OF_MEMORY;
1360 }
1361 *new_array_id = gRegistry->Add(new_array);
Elliott Hughes436e3722012-02-17 20:01:47 -08001362 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001363}
1364
Mathieu Chartierc7853442015-03-27 14:35:38 -07001365JDWP::FieldId Dbg::ToFieldId(const ArtField* f) {
Elliott Hughes03181a82011-11-17 17:22:21 -08001366 return static_cast<JDWP::FieldId>(reinterpret_cast<uintptr_t>(f));
Elliott Hughes03181a82011-11-17 17:22:21 -08001367}
1368
Alex Light6c8467f2015-11-20 15:03:26 -08001369static JDWP::MethodId ToMethodId(ArtMethod* m)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001370 REQUIRES_SHARED(Locks::mutator_lock_) {
Alex Light97e78032017-06-27 17:51:55 -07001371 return static_cast<JDWP::MethodId>(
1372 reinterpret_cast<uintptr_t>(m->GetCanonicalMethod(kRuntimePointerSize)));
Elliott Hughes03181a82011-11-17 17:22:21 -08001373}
1374
Mathieu Chartierc7853442015-03-27 14:35:38 -07001375static ArtField* FromFieldId(JDWP::FieldId fid)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001376 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001377 return reinterpret_cast<ArtField*>(static_cast<uintptr_t>(fid));
Elliott Hughesaed4be92011-12-02 16:16:23 -08001378}
1379
Mathieu Chartiere401d142015-04-22 13:56:20 -07001380static ArtMethod* FromMethodId(JDWP::MethodId mid)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001381 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001382 return reinterpret_cast<ArtMethod*>(static_cast<uintptr_t>(mid));
Elliott Hughes03181a82011-11-17 17:22:21 -08001383}
1384
Sebastien Hertz6995c602014-09-09 12:10:13 +02001385bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) {
1386 CHECK(event_thread != nullptr);
1387 JDWP::JdwpError error;
Mathieu Chartiere401d142015-04-22 13:56:20 -07001388 mirror::Object* expected_thread_peer = gRegistry->Get<mirror::Object*>(
1389 expected_thread_id, &error);
Nicolas Geoffraycafa0812017-02-15 18:27:34 +00001390 return expected_thread_peer == event_thread->GetPeerFromOtherThread();
Sebastien Hertz6995c602014-09-09 12:10:13 +02001391}
1392
1393bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location,
1394 const JDWP::EventLocation& event_location) {
1395 if (expected_location.dex_pc != event_location.dex_pc) {
1396 return false;
1397 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07001398 ArtMethod* m = FromMethodId(expected_location.method_id);
Sebastien Hertz6995c602014-09-09 12:10:13 +02001399 return m == event_location.method;
1400}
1401
Mathieu Chartier3398c782016-09-30 10:27:43 -07001402bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) {
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001403 if (event_class == nullptr) {
1404 return false;
1405 }
Sebastien Hertz6995c602014-09-09 12:10:13 +02001406 JDWP::JdwpError error;
Mathieu Chartier3398c782016-09-30 10:27:43 -07001407 ObjPtr<mirror::Class> expected_class = DecodeClass(class_id, &error);
Sebastien Hertz6995c602014-09-09 12:10:13 +02001408 CHECK(expected_class != nullptr);
1409 return expected_class->IsAssignableFrom(event_class);
1410}
1411
1412bool Dbg::MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id,
Mathieu Chartierc7853442015-03-27 14:35:38 -07001413 ArtField* event_field) {
1414 ArtField* expected_field = FromFieldId(expected_field_id);
Sebastien Hertz6995c602014-09-09 12:10:13 +02001415 if (expected_field != event_field) {
1416 return false;
1417 }
1418 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id);
1419}
1420
1421bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) {
1422 JDWP::JdwpError error;
1423 mirror::Object* modifier_instance = gRegistry->Get<mirror::Object*>(expected_instance_id, &error);
1424 return modifier_instance == event_instance;
1425}
1426
Mathieu Chartier90443472015-07-16 20:32:27 -07001427void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001428 if (m == nullptr) {
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001429 memset(location, 0, sizeof(*location));
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08001430 } else {
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001431 mirror::Class* c = m->GetDeclaringClass();
Ian Rogersc0542af2014-09-03 16:16:56 -07001432 location->type_tag = GetTypeTag(c);
1433 location->class_id = gRegistry->AddRefType(c);
Alex Light73376312017-04-06 10:10:51 -07001434 // The RI Seems to return 0 for all obsolete methods. For compatibility we shall do the same.
1435 location->method_id = m->IsObsolete() ? 0 : ToMethodId(m);
Ian Rogersc0542af2014-09-03 16:16:56 -07001436 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint64_t>(-1) : dex_pc;
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08001437 }
Elliott Hughesd07986f2011-12-06 18:27:45 -08001438}
1439
Ian Rogersc0542af2014-09-03 16:16:56 -07001440std::string Dbg::GetMethodName(JDWP::MethodId method_id) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001441 ArtMethod* m = FromMethodId(method_id);
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001442 if (m == nullptr) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07001443 return "null";
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001444 }
Andreas Gampe542451c2016-07-26 09:02:02 -07001445 return m->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetName();
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001446}
1447
Alex Light73376312017-04-06 10:10:51 -07001448bool Dbg::IsMethodObsolete(JDWP::MethodId method_id) {
1449 ArtMethod* m = FromMethodId(method_id);
1450 if (m == nullptr) {
1451 // NB Since we return 0 as MID for obsolete methods we want to default to true here.
1452 return true;
1453 }
1454 return m->IsObsolete();
1455}
1456
Ian Rogersc0542af2014-09-03 16:16:56 -07001457std::string Dbg::GetFieldName(JDWP::FieldId field_id) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001458 ArtField* f = FromFieldId(field_id);
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001459 if (f == nullptr) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07001460 return "null";
Sebastien Hertza9aa0ff2014-09-19 12:07:51 +02001461 }
1462 return f->GetName();
Elliott Hughesa96836a2013-01-17 12:27:49 -08001463}
1464
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001465/*
1466 * Augment the access flags for synthetic methods and fields by setting
1467 * the (as described by the spec) "0xf0000000 bit". Also, strip out any
1468 * flags not specified by the Java programming language.
1469 */
1470static uint32_t MangleAccessFlags(uint32_t accessFlags) {
1471 accessFlags &= kAccJavaFlagsMask;
1472 if ((accessFlags & kAccSynthetic) != 0) {
1473 accessFlags |= 0xf0000000;
1474 }
1475 return accessFlags;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001476}
1477
Elliott Hughesdbb40792011-11-18 17:05:22 -08001478/*
Jeff Haob7cefc72013-11-14 14:51:09 -08001479 * Circularly shifts registers so that arguments come first. Debuggers
1480 * expect slots to begin with arguments, but dex code places them at
1481 * the end.
Elliott Hughesdbb40792011-11-18 17:05:22 -08001482 */
Mathieu Chartiere401d142015-04-22 13:56:20 -07001483static uint16_t MangleSlot(uint16_t slot, ArtMethod* m)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001484 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001485 const DexFile::CodeItem* code_item = m->GetCodeItem();
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001486 if (code_item == nullptr) {
1487 // We should not get here for a method without code (native, proxy or abstract). Log it and
1488 // return the slot as is since all registers are arguments.
David Sehr709b0702016-10-13 09:12:37 -07001489 LOG(WARNING) << "Trying to mangle slot for method without code " << m->PrettyMethod();
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001490 return slot;
1491 }
Jeff Haob7cefc72013-11-14 14:51:09 -08001492 uint16_t ins_size = code_item->ins_size_;
1493 uint16_t locals_size = code_item->registers_size_ - ins_size;
1494 if (slot >= locals_size) {
1495 return slot - locals_size;
1496 } else {
1497 return slot + ins_size;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001498 }
Elliott Hughesdbb40792011-11-18 17:05:22 -08001499}
1500
Sebastien Hertzaef0c912016-08-08 10:20:28 +02001501static size_t GetMethodNumArgRegistersIncludingThis(ArtMethod* method)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001502 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzaef0c912016-08-08 10:20:28 +02001503 uint32_t num_registers = ArtMethod::NumArgRegisters(method->GetShorty());
1504 if (!method->IsStatic()) {
1505 ++num_registers;
1506 }
1507 return num_registers;
1508}
1509
Jeff Haob7cefc72013-11-14 14:51:09 -08001510/*
1511 * Circularly shifts registers so that arguments come last. Reverts
1512 * slots to dex style argument placement.
1513 */
Mathieu Chartiere401d142015-04-22 13:56:20 -07001514static uint16_t DemangleSlot(uint16_t slot, ArtMethod* m, JDWP::JdwpError* error)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001515 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001516 const DexFile::CodeItem* code_item = m->GetCodeItem();
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001517 if (code_item == nullptr) {
1518 // We should not get here for a method without code (native, proxy or abstract). Log it and
1519 // return the slot as is since all registers are arguments.
David Sehr709b0702016-10-13 09:12:37 -07001520 LOG(WARNING) << "Trying to demangle slot for method without code "
1521 << m->PrettyMethod();
Sebastien Hertzaef0c912016-08-08 10:20:28 +02001522 uint16_t vreg_count = GetMethodNumArgRegistersIncludingThis(m);
Sebastien Hertzabbabc82015-03-26 08:47:47 +01001523 if (slot < vreg_count) {
1524 *error = JDWP::ERR_NONE;
1525 return slot;
1526 }
Jeff Haob7cefc72013-11-14 14:51:09 -08001527 } else {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01001528 if (slot < code_item->registers_size_) {
1529 uint16_t ins_size = code_item->ins_size_;
1530 uint16_t locals_size = code_item->registers_size_ - ins_size;
1531 *error = JDWP::ERR_NONE;
1532 return (slot < ins_size) ? slot + locals_size : slot - ins_size;
1533 }
Elliott Hughesdbb40792011-11-18 17:05:22 -08001534 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01001535
1536 // Slot is invalid in the method.
David Sehr709b0702016-10-13 09:12:37 -07001537 LOG(ERROR) << "Invalid local slot " << slot << " for method " << m->PrettyMethod();
Sebastien Hertzabbabc82015-03-26 08:47:47 +01001538 *error = JDWP::ERR_INVALID_SLOT;
1539 return DexFile::kDexNoIndex16;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001540}
1541
Mathieu Chartier90443472015-07-16 20:32:27 -07001542JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic,
1543 JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001544 JDWP::JdwpError error;
1545 mirror::Class* c = DecodeClass(class_id, &error);
1546 if (c == nullptr) {
1547 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001548 }
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001549
1550 size_t instance_field_count = c->NumInstanceFields();
1551 size_t static_field_count = c->NumStaticFields();
1552
1553 expandBufAdd4BE(pReply, instance_field_count + static_field_count);
1554
1555 for (size_t i = 0; i < instance_field_count + static_field_count; ++i) {
Mathieu Chartier90443472015-07-16 20:32:27 -07001556 ArtField* f = (i < instance_field_count) ? c->GetInstanceField(i) :
1557 c->GetStaticField(i - instance_field_count);
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001558 expandBufAddFieldId(pReply, ToFieldId(f));
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001559 expandBufAddUtf8String(pReply, f->GetName());
1560 expandBufAddUtf8String(pReply, f->GetTypeDescriptor());
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001561 if (with_generic) {
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001562 static const char genericSignature[1] = "";
1563 expandBufAddUtf8String(pReply, genericSignature);
1564 }
1565 expandBufAdd4BE(pReply, MangleAccessFlags(f->GetAccessFlags()));
1566 }
Elliott Hughes436e3722012-02-17 20:01:47 -08001567 return JDWP::ERR_NONE;
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001568}
1569
Elliott Hughes88d63092013-01-09 09:55:54 -08001570JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic,
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001571 JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001572 JDWP::JdwpError error;
1573 mirror::Class* c = DecodeClass(class_id, &error);
1574 if (c == nullptr) {
1575 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001576 }
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001577
Alex Light51a64d52015-12-17 13:55:59 -08001578 expandBufAdd4BE(pReply, c->NumMethods());
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001579
Mathieu Chartiere401d142015-04-22 13:56:20 -07001580 auto* cl = Runtime::Current()->GetClassLinker();
1581 auto ptr_size = cl->GetImagePointerSize();
Alex Light51a64d52015-12-17 13:55:59 -08001582 for (ArtMethod& m : c->GetMethods(ptr_size)) {
1583 expandBufAddMethodId(pReply, ToMethodId(&m));
Andreas Gampe542451c2016-07-26 09:02:02 -07001584 expandBufAddUtf8String(pReply, m.GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetName());
1585 expandBufAddUtf8String(
1586 pReply, m.GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetSignature().ToString());
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001587 if (with_generic) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001588 const char* generic_signature = "";
1589 expandBufAddUtf8String(pReply, generic_signature);
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001590 }
Alex Light51a64d52015-12-17 13:55:59 -08001591 expandBufAdd4BE(pReply, MangleAccessFlags(m.GetAccessFlags()));
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001592 }
Elliott Hughes436e3722012-02-17 20:01:47 -08001593 return JDWP::ERR_NONE;
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001594}
1595
Elliott Hughes88d63092013-01-09 09:55:54 -08001596JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001597 JDWP::JdwpError error;
Mathieu Chartierf8322842014-05-16 10:59:25 -07001598 Thread* self = Thread::Current();
Vladimir Marko19a4d372016-12-08 14:41:46 +00001599 ObjPtr<mirror::Class> c = DecodeClass(class_id, &error);
1600 if (c == nullptr) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001601 return error;
Elliott Hughes7b3cdfc2011-12-08 21:28:17 -08001602 }
Mathieu Chartierf8322842014-05-16 10:59:25 -07001603 size_t interface_count = c->NumDirectInterfaces();
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001604 expandBufAdd4BE(pReply, interface_count);
1605 for (size_t i = 0; i < interface_count; ++i) {
Vladimir Marko19a4d372016-12-08 14:41:46 +00001606 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, c, i);
1607 DCHECK(interface != nullptr);
1608 expandBufAddRefTypeId(pReply, gRegistry->AddRefType(interface));
Elliott Hughesa2e54f62011-11-17 13:01:30 -08001609 }
Elliott Hughes436e3722012-02-17 20:01:47 -08001610 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001611}
1612
Ian Rogersc0542af2014-09-03 16:16:56 -07001613void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) {
Elliott Hughes03181a82011-11-17 17:22:21 -08001614 struct DebugCallbackContext {
1615 int numItems;
1616 JDWP::ExpandBuf* pReply;
1617
David Srbeckyb06e28e2015-12-10 13:15:00 +00001618 static bool Callback(void* context, const DexFile::PositionInfo& entry) {
Elliott Hughes03181a82011-11-17 17:22:21 -08001619 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
David Srbeckyb06e28e2015-12-10 13:15:00 +00001620 expandBufAdd8BE(pContext->pReply, entry.address_);
1621 expandBufAdd4BE(pContext->pReply, entry.line_);
Elliott Hughes03181a82011-11-17 17:22:21 -08001622 pContext->numItems++;
Sebastien Hertzf2910ee2013-10-19 16:39:24 +02001623 return false;
Elliott Hughes03181a82011-11-17 17:22:21 -08001624 }
1625 };
Mathieu Chartiere401d142015-04-22 13:56:20 -07001626 ArtMethod* m = FromMethodId(method_id);
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001627 const DexFile::CodeItem* code_item = m->GetCodeItem();
Elliott Hughes03181a82011-11-17 17:22:21 -08001628 uint64_t start, end;
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001629 if (code_item == nullptr) {
1630 DCHECK(m->IsNative() || m->IsProxyMethod());
Elliott Hughes03181a82011-11-17 17:22:21 -08001631 start = -1;
1632 end = -1;
1633 } else {
1634 start = 0;
jeffhao14f0db92012-12-14 17:50:42 -08001635 // Return the index of the last instruction
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001636 end = code_item->insns_size_in_code_units_ - 1;
Elliott Hughes03181a82011-11-17 17:22:21 -08001637 }
1638
1639 expandBufAdd8BE(pReply, start);
1640 expandBufAdd8BE(pReply, end);
1641
1642 // Add numLines later
1643 size_t numLinesOffset = expandBufGetLength(pReply);
1644 expandBufAdd4BE(pReply, 0);
1645
1646 DebugCallbackContext context;
1647 context.numItems = 0;
1648 context.pReply = pReply;
1649
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001650 if (code_item != nullptr) {
David Srbeckyb06e28e2015-12-10 13:15:00 +00001651 m->GetDexFile()->DecodeDebugPositionInfo(code_item, DebugCallbackContext::Callback, &context);
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001652 }
Elliott Hughes03181a82011-11-17 17:22:21 -08001653
1654 JDWP::Set4BE(expandBufGetBuffer(pReply) + numLinesOffset, context.numItems);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001655}
1656
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001657void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic,
1658 JDWP::ExpandBuf* pReply) {
Elliott Hughesdbb40792011-11-18 17:05:22 -08001659 struct DebugCallbackContext {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001660 ArtMethod* method;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001661 JDWP::ExpandBuf* pReply;
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001662 size_t variable_count;
1663 bool with_generic;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001664
David Srbeckyb06e28e2015-12-10 13:15:00 +00001665 static void Callback(void* context, const DexFile::LocalInfo& entry)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001666 REQUIRES_SHARED(Locks::mutator_lock_) {
Elliott Hughesdbb40792011-11-18 17:05:22 -08001667 DebugCallbackContext* pContext = reinterpret_cast<DebugCallbackContext*>(context);
1668
David Srbeckyb06e28e2015-12-10 13:15:00 +00001669 uint16_t slot = entry.reg_;
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001670 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d",
David Srbeckyb06e28e2015-12-10 13:15:00 +00001671 pContext->variable_count, entry.start_address_,
1672 entry.end_address_ - entry.start_address_,
1673 entry.name_, entry.descriptor_, entry.signature_, slot,
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001674 MangleSlot(slot, pContext->method));
Elliott Hughesdbb40792011-11-18 17:05:22 -08001675
Jeff Haob7cefc72013-11-14 14:51:09 -08001676 slot = MangleSlot(slot, pContext->method);
Elliott Hughes68fdbd02011-11-29 19:22:47 -08001677
David Srbeckyb06e28e2015-12-10 13:15:00 +00001678 expandBufAdd8BE(pContext->pReply, entry.start_address_);
1679 expandBufAddUtf8String(pContext->pReply, entry.name_);
1680 expandBufAddUtf8String(pContext->pReply, entry.descriptor_);
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001681 if (pContext->with_generic) {
David Srbeckyb06e28e2015-12-10 13:15:00 +00001682 expandBufAddUtf8String(pContext->pReply, entry.signature_);
Elliott Hughesdbb40792011-11-18 17:05:22 -08001683 }
David Srbeckyb06e28e2015-12-10 13:15:00 +00001684 expandBufAdd4BE(pContext->pReply, entry.end_address_- entry.start_address_);
Elliott Hughesdbb40792011-11-18 17:05:22 -08001685 expandBufAdd4BE(pContext->pReply, slot);
1686
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001687 ++pContext->variable_count;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001688 }
1689 };
Mathieu Chartiere401d142015-04-22 13:56:20 -07001690 ArtMethod* m = FromMethodId(method_id);
Elliott Hughesdbb40792011-11-18 17:05:22 -08001691
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001692 // arg_count considers doubles and longs to take 2 units.
1693 // variable_count considers everything to take 1 unit.
Sebastien Hertzaef0c912016-08-08 10:20:28 +02001694 expandBufAdd4BE(pReply, GetMethodNumArgRegistersIncludingThis(m));
Elliott Hughesdbb40792011-11-18 17:05:22 -08001695
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001696 // We don't know the total number of variables yet, so leave a blank and update it later.
1697 size_t variable_count_offset = expandBufGetLength(pReply);
Elliott Hughesdbb40792011-11-18 17:05:22 -08001698 expandBufAdd4BE(pReply, 0);
1699
1700 DebugCallbackContext context;
Jeff Haob7cefc72013-11-14 14:51:09 -08001701 context.method = m;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001702 context.pReply = pReply;
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001703 context.variable_count = 0;
1704 context.with_generic = with_generic;
Elliott Hughesdbb40792011-11-18 17:05:22 -08001705
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001706 const DexFile::CodeItem* code_item = m->GetCodeItem();
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001707 if (code_item != nullptr) {
David Srbeckyb06e28e2015-12-10 13:15:00 +00001708 m->GetDexFile()->DecodeDebugLocalInfo(
1709 code_item, m->IsStatic(), m->GetDexMethodIndex(), DebugCallbackContext::Callback,
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001710 &context);
Sebastien Hertzcb19ebf2014-03-11 15:26:35 +01001711 }
Elliott Hughesdbb40792011-11-18 17:05:22 -08001712
Elliott Hughesc5b734a2011-12-01 17:20:58 -08001713 JDWP::Set4BE(expandBufGetBuffer(pReply) + variable_count_offset, context.variable_count);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001714}
1715
Jeff Hao579b0242013-11-18 13:16:49 -08001716void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value,
1717 JDWP::ExpandBuf* pReply) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001718 ArtMethod* m = FromMethodId(method_id);
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001719 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty());
Jeff Hao579b0242013-11-18 13:16:49 -08001720 OutputJValue(tag, return_value, pReply);
1721}
1722
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02001723void Dbg::OutputFieldValue(JDWP::FieldId field_id, const JValue* field_value,
1724 JDWP::ExpandBuf* pReply) {
Mathieu Chartierc7853442015-03-27 14:35:38 -07001725 ArtField* f = FromFieldId(field_id);
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001726 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02001727 OutputJValue(tag, field_value, pReply);
1728}
1729
Elliott Hughes9777ba22013-01-17 09:04:19 -08001730JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id,
Ian Rogersc0542af2014-09-03 16:16:56 -07001731 std::vector<uint8_t>* bytecodes) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07001732 ArtMethod* m = FromMethodId(method_id);
Ian Rogersc0542af2014-09-03 16:16:56 -07001733 if (m == nullptr) {
Elliott Hughes9777ba22013-01-17 09:04:19 -08001734 return JDWP::ERR_INVALID_METHODID;
1735 }
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07001736 const DexFile::CodeItem* code_item = m->GetCodeItem();
Elliott Hughes9777ba22013-01-17 09:04:19 -08001737 size_t byte_count = code_item->insns_size_in_code_units_ * 2;
1738 const uint8_t* begin = reinterpret_cast<const uint8_t*>(code_item->insns_);
1739 const uint8_t* end = begin + byte_count;
1740 for (const uint8_t* p = begin; p != end; ++p) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001741 bytecodes->push_back(*p);
Elliott Hughes9777ba22013-01-17 09:04:19 -08001742 }
1743 return JDWP::ERR_NONE;
1744}
1745
Elliott Hughes88d63092013-01-09 09:55:54 -08001746JDWP::JdwpTag Dbg::GetFieldBasicTag(JDWP::FieldId field_id) {
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001747 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor());
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001748}
1749
Elliott Hughes88d63092013-01-09 09:55:54 -08001750JDWP::JdwpTag Dbg::GetStaticFieldBasicTag(JDWP::FieldId field_id) {
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001751 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor());
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001752}
1753
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001754static JValue GetArtFieldValue(ArtField* f, mirror::Object* o)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001755 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001756 Primitive::Type fieldType = f->GetTypeAsPrimitiveType();
1757 JValue field_value;
1758 switch (fieldType) {
1759 case Primitive::kPrimBoolean:
1760 field_value.SetZ(f->GetBoolean(o));
1761 return field_value;
1762
1763 case Primitive::kPrimByte:
1764 field_value.SetB(f->GetByte(o));
1765 return field_value;
1766
1767 case Primitive::kPrimChar:
1768 field_value.SetC(f->GetChar(o));
1769 return field_value;
1770
1771 case Primitive::kPrimShort:
1772 field_value.SetS(f->GetShort(o));
1773 return field_value;
1774
1775 case Primitive::kPrimInt:
1776 case Primitive::kPrimFloat:
1777 // Int and Float must be treated as 32-bit values in JDWP.
1778 field_value.SetI(f->GetInt(o));
1779 return field_value;
1780
1781 case Primitive::kPrimLong:
1782 case Primitive::kPrimDouble:
1783 // Long and Double must be treated as 64-bit values in JDWP.
1784 field_value.SetJ(f->GetLong(o));
1785 return field_value;
1786
1787 case Primitive::kPrimNot:
Mathieu Chartier1cc62e42016-10-03 18:01:28 -07001788 field_value.SetL(f->GetObject(o).Ptr());
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001789 return field_value;
1790
1791 case Primitive::kPrimVoid:
1792 LOG(FATAL) << "Attempt to read from field of type 'void'";
1793 UNREACHABLE();
1794 }
1795 LOG(FATAL) << "Attempt to read from field of unknown type";
1796 UNREACHABLE();
1797}
1798
Elliott Hughes88d63092013-01-09 09:55:54 -08001799static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id,
1800 JDWP::FieldId field_id, JDWP::ExpandBuf* pReply,
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001801 bool is_static)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001802 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001803 JDWP::JdwpError error;
1804 mirror::Class* c = DecodeClass(ref_type_id, &error);
1805 if (ref_type_id != 0 && c == nullptr) {
1806 return error;
Elliott Hughes0cf74332012-02-23 23:14:00 -08001807 }
1808
Jeff Haode19a252016-09-14 15:56:35 -07001809 Thread* self = Thread::Current();
1810 StackHandleScope<2> hs(self);
1811 MutableHandle<mirror::Object>
1812 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error)));
Andreas Gampefa4333d2017-02-14 11:10:34 -08001813 if ((!is_static && o == nullptr) || error != JDWP::ERR_NONE) {
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001814 return JDWP::ERR_INVALID_OBJECT;
1815 }
Mathieu Chartierc7853442015-03-27 14:35:38 -07001816 ArtField* f = FromFieldId(field_id);
Elliott Hughes0cf74332012-02-23 23:14:00 -08001817
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08001818 mirror::Class* receiver_class = c;
Andreas Gampefa4333d2017-02-14 11:10:34 -08001819 if (receiver_class == nullptr && o != nullptr) {
Elliott Hughes0cf74332012-02-23 23:14:00 -08001820 receiver_class = o->GetClass();
1821 }
Jeff Haode19a252016-09-14 15:56:35 -07001822
Mathieu Chartier2cebb242015-04-21 16:50:40 -07001823 // TODO: should we give up now if receiver_class is null?
Ian Rogersc0542af2014-09-03 16:16:56 -07001824 if (receiver_class != nullptr && !f->GetDeclaringClass()->IsAssignableFrom(receiver_class)) {
David Sehr709b0702016-10-13 09:12:37 -07001825 LOG(INFO) << "ERR_INVALID_FIELDID: " << f->PrettyField() << " "
1826 << receiver_class->PrettyClass();
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001827 return JDWP::ERR_INVALID_FIELDID;
1828 }
Elliott Hughesaed4be92011-12-02 16:16:23 -08001829
Jeff Haode19a252016-09-14 15:56:35 -07001830 // Ensure the field's class is initialized.
1831 Handle<mirror::Class> klass(hs.NewHandle(f->GetDeclaringClass()));
1832 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, klass, true, false)) {
David Sehr709b0702016-10-13 09:12:37 -07001833 LOG(WARNING) << "Not able to initialize class for SetValues: "
1834 << mirror::Class::PrettyClass(klass.Get());
Jeff Haode19a252016-09-14 15:56:35 -07001835 }
1836
Elliott Hughes0cf74332012-02-23 23:14:00 -08001837 // The RI only enforces the static/non-static mismatch in one direction.
1838 // TODO: should we change the tests and check both?
1839 if (is_static) {
1840 if (!f->IsStatic()) {
1841 return JDWP::ERR_INVALID_FIELDID;
1842 }
1843 } else {
1844 if (f->IsStatic()) {
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001845 LOG(WARNING) << "Ignoring non-nullptr receiver for ObjectReference.GetValues"
David Sehr709b0702016-10-13 09:12:37 -07001846 << " on static field " << f->PrettyField();
Elliott Hughes0cf74332012-02-23 23:14:00 -08001847 }
1848 }
jeffhao0dfbb7e2012-11-28 15:26:03 -08001849 if (f->IsStatic()) {
Jeff Haode19a252016-09-14 15:56:35 -07001850 o.Assign(f->GetDeclaringClass());
jeffhao0dfbb7e2012-11-28 15:26:03 -08001851 }
Elliott Hughes0cf74332012-02-23 23:14:00 -08001852
Jeff Haode19a252016-09-14 15:56:35 -07001853 JValue field_value(GetArtFieldValue(f, o.Get()));
Mathieu Chartier61c5ebc2014-06-05 17:42:53 -07001854 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
Jeff Hao579b0242013-11-18 13:16:49 -08001855 Dbg::OutputJValue(tag, &field_value, pReply);
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001856 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001857}
1858
Elliott Hughes88d63092013-01-09 09:55:54 -08001859JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001860 JDWP::ExpandBuf* pReply) {
Elliott Hughes88d63092013-01-09 09:55:54 -08001861 return GetFieldValueImpl(0, object_id, field_id, pReply, false);
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001862}
1863
Ian Rogersc0542af2014-09-03 16:16:56 -07001864JDWP::JdwpError Dbg::GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id,
1865 JDWP::ExpandBuf* pReply) {
Elliott Hughes88d63092013-01-09 09:55:54 -08001866 return GetFieldValueImpl(ref_type_id, 0, field_id, pReply, true);
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001867}
1868
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001869static JDWP::JdwpError SetArtFieldValue(ArtField* f, mirror::Object* o, uint64_t value, int width)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001870 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001871 Primitive::Type fieldType = f->GetTypeAsPrimitiveType();
1872 // Debugging only happens at runtime so we know we are not running in a transaction.
1873 static constexpr bool kNoTransactionMode = false;
1874 switch (fieldType) {
1875 case Primitive::kPrimBoolean:
1876 CHECK_EQ(width, 1);
1877 f->SetBoolean<kNoTransactionMode>(o, static_cast<uint8_t>(value));
1878 return JDWP::ERR_NONE;
1879
1880 case Primitive::kPrimByte:
1881 CHECK_EQ(width, 1);
1882 f->SetByte<kNoTransactionMode>(o, static_cast<uint8_t>(value));
1883 return JDWP::ERR_NONE;
1884
1885 case Primitive::kPrimChar:
1886 CHECK_EQ(width, 2);
1887 f->SetChar<kNoTransactionMode>(o, static_cast<uint16_t>(value));
1888 return JDWP::ERR_NONE;
1889
1890 case Primitive::kPrimShort:
1891 CHECK_EQ(width, 2);
1892 f->SetShort<kNoTransactionMode>(o, static_cast<int16_t>(value));
1893 return JDWP::ERR_NONE;
1894
1895 case Primitive::kPrimInt:
1896 case Primitive::kPrimFloat:
1897 CHECK_EQ(width, 4);
1898 // Int and Float must be treated as 32-bit values in JDWP.
1899 f->SetInt<kNoTransactionMode>(o, static_cast<int32_t>(value));
1900 return JDWP::ERR_NONE;
1901
1902 case Primitive::kPrimLong:
1903 case Primitive::kPrimDouble:
1904 CHECK_EQ(width, 8);
1905 // Long and Double must be treated as 64-bit values in JDWP.
1906 f->SetLong<kNoTransactionMode>(o, value);
1907 return JDWP::ERR_NONE;
1908
1909 case Primitive::kPrimNot: {
1910 JDWP::JdwpError error;
1911 mirror::Object* v = Dbg::GetObjectRegistry()->Get<mirror::Object*>(value, &error);
1912 if (error != JDWP::ERR_NONE) {
1913 return JDWP::ERR_INVALID_OBJECT;
1914 }
1915 if (v != nullptr) {
Mathieu Chartier3398c782016-09-30 10:27:43 -07001916 ObjPtr<mirror::Class> field_type;
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001917 {
1918 StackHandleScope<2> hs(Thread::Current());
1919 HandleWrapper<mirror::Object> h_v(hs.NewHandleWrapper(&v));
1920 HandleWrapper<mirror::Object> h_o(hs.NewHandleWrapper(&o));
1921 field_type = f->GetType<true>();
1922 }
1923 if (!field_type->IsAssignableFrom(v->GetClass())) {
1924 return JDWP::ERR_INVALID_OBJECT;
1925 }
1926 }
1927 f->SetObject<kNoTransactionMode>(o, v);
1928 return JDWP::ERR_NONE;
1929 }
1930
1931 case Primitive::kPrimVoid:
1932 LOG(FATAL) << "Attempt to write to field of type 'void'";
1933 UNREACHABLE();
1934 }
1935 LOG(FATAL) << "Attempt to write to field of unknown type";
1936 UNREACHABLE();
1937}
1938
Elliott Hughes88d63092013-01-09 09:55:54 -08001939static JDWP::JdwpError SetFieldValueImpl(JDWP::ObjectId object_id, JDWP::FieldId field_id,
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001940 uint64_t value, int width, bool is_static)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07001941 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001942 JDWP::JdwpError error;
Jeff Haode19a252016-09-14 15:56:35 -07001943 Thread* self = Thread::Current();
1944 StackHandleScope<2> hs(self);
1945 MutableHandle<mirror::Object>
1946 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error)));
Andreas Gampefa4333d2017-02-14 11:10:34 -08001947 if ((!is_static && o == nullptr) || error != JDWP::ERR_NONE) {
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001948 return JDWP::ERR_INVALID_OBJECT;
1949 }
Mathieu Chartierc7853442015-03-27 14:35:38 -07001950 ArtField* f = FromFieldId(field_id);
Elliott Hughes0cf74332012-02-23 23:14:00 -08001951
Jeff Haode19a252016-09-14 15:56:35 -07001952 // Ensure the field's class is initialized.
1953 Handle<mirror::Class> klass(hs.NewHandle(f->GetDeclaringClass()));
1954 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(self, klass, true, false)) {
David Sehr709b0702016-10-13 09:12:37 -07001955 LOG(WARNING) << "Not able to initialize class for SetValues: "
1956 << mirror::Class::PrettyClass(klass.Get());
Jeff Haode19a252016-09-14 15:56:35 -07001957 }
1958
Elliott Hughes0cf74332012-02-23 23:14:00 -08001959 // The RI only enforces the static/non-static mismatch in one direction.
1960 // TODO: should we change the tests and check both?
1961 if (is_static) {
1962 if (!f->IsStatic()) {
1963 return JDWP::ERR_INVALID_FIELDID;
1964 }
1965 } else {
1966 if (f->IsStatic()) {
Sebastien Hertz05c26b32015-06-11 18:42:58 +02001967 LOG(WARNING) << "Ignoring non-nullptr receiver for ObjectReference.SetValues"
David Sehr709b0702016-10-13 09:12:37 -07001968 << " on static field " << f->PrettyField();
Elliott Hughes0cf74332012-02-23 23:14:00 -08001969 }
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08001970 }
jeffhao0dfbb7e2012-11-28 15:26:03 -08001971 if (f->IsStatic()) {
Jeff Haode19a252016-09-14 15:56:35 -07001972 o.Assign(f->GetDeclaringClass());
jeffhao0dfbb7e2012-11-28 15:26:03 -08001973 }
Jeff Haode19a252016-09-14 15:56:35 -07001974 return SetArtFieldValue(f, o.Get(), value, width);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001975}
1976
Elliott Hughes88d63092013-01-09 09:55:54 -08001977JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value,
Ian Rogers00f7d0e2012-07-19 15:28:27 -07001978 int width) {
Elliott Hughes88d63092013-01-09 09:55:54 -08001979 return SetFieldValueImpl(object_id, field_id, value, width, false);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001980}
1981
Elliott Hughes88d63092013-01-09 09:55:54 -08001982JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) {
1983 return SetFieldValueImpl(0, field_id, value, width, true);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07001984}
1985
Sebastien Hertzb0b0b492014-09-15 11:27:27 +02001986JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) {
Ian Rogersc0542af2014-09-03 16:16:56 -07001987 JDWP::JdwpError error;
Sebastien Hertzb0b0b492014-09-15 11:27:27 +02001988 mirror::Object* obj = gRegistry->Get<mirror::Object*>(string_id, &error);
1989 if (error != JDWP::ERR_NONE) {
1990 return error;
1991 }
1992 if (obj == nullptr) {
1993 return JDWP::ERR_INVALID_OBJECT;
1994 }
1995 {
1996 ScopedObjectAccessUnchecked soa(Thread::Current());
Mathieu Chartier0795f232016-09-27 18:43:30 -07001997 ObjPtr<mirror::Class> java_lang_String =
1998 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_String);
Sebastien Hertzb0b0b492014-09-15 11:27:27 +02001999 if (!java_lang_String->IsAssignableFrom(obj->GetClass())) {
2000 // This isn't a string.
2001 return JDWP::ERR_INVALID_STRING;
2002 }
2003 }
2004 *str = obj->AsString()->ToModifiedUtf8();
2005 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002006}
2007
Jeff Hao579b0242013-11-18 13:16:49 -08002008void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) {
2009 if (IsPrimitiveTag(tag)) {
2010 expandBufAdd1(pReply, tag);
2011 if (tag == JDWP::JT_BOOLEAN || tag == JDWP::JT_BYTE) {
2012 expandBufAdd1(pReply, return_value->GetI());
2013 } else if (tag == JDWP::JT_CHAR || tag == JDWP::JT_SHORT) {
2014 expandBufAdd2BE(pReply, return_value->GetI());
2015 } else if (tag == JDWP::JT_FLOAT || tag == JDWP::JT_INT) {
2016 expandBufAdd4BE(pReply, return_value->GetI());
2017 } else if (tag == JDWP::JT_DOUBLE || tag == JDWP::JT_LONG) {
2018 expandBufAdd8BE(pReply, return_value->GetJ());
2019 } else {
2020 CHECK_EQ(tag, JDWP::JT_VOID);
2021 }
2022 } else {
Ian Rogers98379392014-02-24 16:53:16 -08002023 ScopedObjectAccessUnchecked soa(Thread::Current());
Jeff Hao579b0242013-11-18 13:16:49 -08002024 mirror::Object* value = return_value->GetL();
Ian Rogers98379392014-02-24 16:53:16 -08002025 expandBufAdd1(pReply, TagFromObject(soa, value));
Jeff Hao579b0242013-11-18 13:16:49 -08002026 expandBufAddObjectId(pReply, gRegistry->Add(value));
2027 }
2028}
2029
Ian Rogersc0542af2014-09-03 16:16:56 -07002030JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) {
jeffhaoa77f0f62012-12-05 17:19:31 -08002031 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002032 JDWP::JdwpError error;
Roland Levillain4b8f1ec2015-08-26 18:34:03 +01002033 DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002034 if (error != JDWP::ERR_NONE && error != JDWP::ERR_THREAD_NOT_ALIVE) {
2035 return error;
Elliott Hughesa2e54f62011-11-17 13:01:30 -08002036 }
Elliott Hughes221229c2013-01-08 18:17:50 -08002037
2038 // We still need to report the zombie threads' names, so we can't just call Thread::GetThreadName.
Ian Rogersc0542af2014-09-03 16:16:56 -07002039 mirror::Object* thread_object = gRegistry->Get<mirror::Object*>(thread_id, &error);
2040 CHECK(thread_object != nullptr) << error;
Mathieu Chartierc7853442015-03-27 14:35:38 -07002041 ArtField* java_lang_Thread_name_field =
Andreas Gampe08883de2016-11-08 13:20:52 -08002042 jni::DecodeArtField(WellKnownClasses::java_lang_Thread_name);
Mathieu Chartierf8ac97f2016-10-05 15:56:52 -07002043 ObjPtr<mirror::String> s(java_lang_Thread_name_field->GetObject(thread_object)->AsString());
Ian Rogersc0542af2014-09-03 16:16:56 -07002044 if (s != nullptr) {
2045 *name = s->ToModifiedUtf8();
Elliott Hughes221229c2013-01-08 18:17:50 -08002046 }
2047 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002048}
2049
Elliott Hughes221229c2013-01-08 18:17:50 -08002050JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) {
Sebastien Hertza06430c2014-09-15 19:21:30 +02002051 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002052 JDWP::JdwpError error;
2053 mirror::Object* thread_object = gRegistry->Get<mirror::Object*>(thread_id, &error);
2054 if (error != JDWP::ERR_NONE) {
Elliott Hughes2435a572012-02-17 16:07:41 -08002055 return JDWP::ERR_INVALID_OBJECT;
2056 }
Mathieu Chartier268764d2016-09-13 12:09:38 -07002057 ScopedAssertNoThreadSuspension ants("Debugger: GetThreadGroup");
Elliott Hughes2435a572012-02-17 16:07:41 -08002058 // Okay, so it's an object, but is it actually a thread?
Roland Levillain4b8f1ec2015-08-26 18:34:03 +01002059 DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002060 if (error == JDWP::ERR_THREAD_NOT_ALIVE) {
2061 // Zombie threads are in the null group.
2062 expandBufAddObjectId(pReply, JDWP::ObjectId(0));
Sebastien Hertz52d131d2014-03-13 16:17:40 +01002063 error = JDWP::ERR_NONE;
2064 } else if (error == JDWP::ERR_NONE) {
Mathieu Chartier0795f232016-09-27 18:43:30 -07002065 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(WellKnownClasses::java_lang_Thread);
Sebastien Hertz52d131d2014-03-13 16:17:40 +01002066 CHECK(c != nullptr);
Andreas Gampe08883de2016-11-08 13:20:52 -08002067 ArtField* f = jni::DecodeArtField(WellKnownClasses::java_lang_Thread_group);
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -07002068 CHECK(f != nullptr);
Mathieu Chartier3398c782016-09-30 10:27:43 -07002069 ObjPtr<mirror::Object> group = f->GetObject(thread_object);
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -07002070 CHECK(group != nullptr);
Sebastien Hertz52d131d2014-03-13 16:17:40 +01002071 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2072 expandBufAddObjectId(pReply, thread_group_id);
Elliott Hughes221229c2013-01-08 18:17:50 -08002073 }
Sebastien Hertz52d131d2014-03-13 16:17:40 +01002074 return error;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002075}
2076
Sebastien Hertza06430c2014-09-15 19:21:30 +02002077static mirror::Object* DecodeThreadGroup(ScopedObjectAccessUnchecked& soa,
2078 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002079 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz6995c602014-09-09 12:10:13 +02002080 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id,
2081 error);
Sebastien Hertza06430c2014-09-15 19:21:30 +02002082 if (*error != JDWP::ERR_NONE) {
2083 return nullptr;
2084 }
2085 if (thread_group == nullptr) {
2086 *error = JDWP::ERR_INVALID_OBJECT;
2087 return nullptr;
2088 }
Mathieu Chartier0795f232016-09-27 18:43:30 -07002089 ObjPtr<mirror::Class> c =
2090 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_ThreadGroup);
Ian Rogers98379392014-02-24 16:53:16 -08002091 CHECK(c != nullptr);
Sebastien Hertza06430c2014-09-15 19:21:30 +02002092 if (!c->IsAssignableFrom(thread_group->GetClass())) {
2093 // This is not a java.lang.ThreadGroup.
2094 *error = JDWP::ERR_INVALID_THREAD_GROUP;
2095 return nullptr;
2096 }
2097 *error = JDWP::ERR_NONE;
2098 return thread_group;
2099}
2100
2101JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2102 ScopedObjectAccessUnchecked soa(Thread::Current());
2103 JDWP::JdwpError error;
2104 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2105 if (error != JDWP::ERR_NONE) {
2106 return error;
2107 }
Mathieu Chartier268764d2016-09-13 12:09:38 -07002108 ScopedAssertNoThreadSuspension ants("Debugger: GetThreadGroupName");
Andreas Gampe08883de2016-11-08 13:20:52 -08002109 ArtField* f = jni::DecodeArtField(WellKnownClasses::java_lang_ThreadGroup_name);
Ian Rogersc0542af2014-09-03 16:16:56 -07002110 CHECK(f != nullptr);
Mathieu Chartier3398c782016-09-30 10:27:43 -07002111 ObjPtr<mirror::String> s = f->GetObject(thread_group)->AsString();
Sebastien Hertza06430c2014-09-15 19:21:30 +02002112
2113 std::string thread_group_name(s->ToModifiedUtf8());
2114 expandBufAddUtf8String(pReply, thread_group_name);
2115 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002116}
2117
Sebastien Hertza06430c2014-09-15 19:21:30 +02002118JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
Ian Rogers98379392014-02-24 16:53:16 -08002119 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002120 JDWP::JdwpError error;
Sebastien Hertza06430c2014-09-15 19:21:30 +02002121 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2122 if (error != JDWP::ERR_NONE) {
2123 return error;
2124 }
Mathieu Chartier3398c782016-09-30 10:27:43 -07002125 ObjPtr<mirror::Object> parent;
Mathieu Chartier2d5f39e2014-09-19 17:52:37 -07002126 {
Mathieu Chartier268764d2016-09-13 12:09:38 -07002127 ScopedAssertNoThreadSuspension ants("Debugger: GetThreadGroupParent");
Andreas Gampe08883de2016-11-08 13:20:52 -08002128 ArtField* f = jni::DecodeArtField(WellKnownClasses::java_lang_ThreadGroup_parent);
Mathieu Chartier2d5f39e2014-09-19 17:52:37 -07002129 CHECK(f != nullptr);
2130 parent = f->GetObject(thread_group);
2131 }
Sebastien Hertza06430c2014-09-15 19:21:30 +02002132 JDWP::ObjectId parent_group_id = gRegistry->Add(parent);
2133 expandBufAddObjectId(pReply, parent_group_id);
2134 return JDWP::ERR_NONE;
2135}
2136
Andreas Gampe08883de2016-11-08 13:20:52 -08002137static void GetChildThreadGroups(mirror::Object* thread_group,
Sebastien Hertza06430c2014-09-15 19:21:30 +02002138 std::vector<JDWP::ObjectId>* child_thread_group_ids)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002139 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertza06430c2014-09-15 19:21:30 +02002140 CHECK(thread_group != nullptr);
2141
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002142 // Get the int "ngroups" count of this thread group...
Andreas Gampe08883de2016-11-08 13:20:52 -08002143 ArtField* ngroups_field = jni::DecodeArtField(WellKnownClasses::java_lang_ThreadGroup_ngroups);
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002144 CHECK(ngroups_field != nullptr);
2145 const int32_t size = ngroups_field->GetInt(thread_group);
2146 if (size == 0) {
2147 return;
Sebastien Hertze49e1952014-10-13 11:27:13 +02002148 }
Sebastien Hertza06430c2014-09-15 19:21:30 +02002149
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002150 // Get the ThreadGroup[] "groups" out of this thread group...
Andreas Gampe08883de2016-11-08 13:20:52 -08002151 ArtField* groups_field = jni::DecodeArtField(WellKnownClasses::java_lang_ThreadGroup_groups);
Mathieu Chartier3398c782016-09-30 10:27:43 -07002152 ObjPtr<mirror::Object> groups_array = groups_field->GetObject(thread_group);
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002153
2154 CHECK(groups_array != nullptr);
2155 CHECK(groups_array->IsObjectArray());
2156
Mathieu Chartier3398c782016-09-30 10:27:43 -07002157 ObjPtr<mirror::ObjectArray<mirror::Object>> groups_array_as_array =
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002158 groups_array->AsObjectArray<mirror::Object>();
Sebastien Hertza06430c2014-09-15 19:21:30 +02002159
2160 // Copy the first 'size' elements out of the array into the result.
Sebastien Hertz6995c602014-09-09 12:10:13 +02002161 ObjectRegistry* registry = Dbg::GetObjectRegistry();
Sebastien Hertza06430c2014-09-15 19:21:30 +02002162 for (int32_t i = 0; i < size; ++i) {
Przemyslaw Szczepaniak464595f2015-11-24 11:59:59 +00002163 child_thread_group_ids->push_back(registry->Add(groups_array_as_array->Get(i)));
Sebastien Hertza06430c2014-09-15 19:21:30 +02002164 }
2165}
2166
2167JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
2168 JDWP::ExpandBuf* pReply) {
2169 ScopedObjectAccessUnchecked soa(Thread::Current());
2170 JDWP::JdwpError error;
2171 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2172 if (error != JDWP::ERR_NONE) {
2173 return error;
2174 }
2175
2176 // Add child threads.
2177 {
2178 std::vector<JDWP::ObjectId> child_thread_ids;
2179 GetThreads(thread_group, &child_thread_ids);
2180 expandBufAdd4BE(pReply, child_thread_ids.size());
2181 for (JDWP::ObjectId child_thread_id : child_thread_ids) {
2182 expandBufAddObjectId(pReply, child_thread_id);
2183 }
2184 }
2185
2186 // Add child thread groups.
2187 {
2188 std::vector<JDWP::ObjectId> child_thread_groups_ids;
Andreas Gampe08883de2016-11-08 13:20:52 -08002189 GetChildThreadGroups(thread_group, &child_thread_groups_ids);
Sebastien Hertza06430c2014-09-15 19:21:30 +02002190 expandBufAdd4BE(pReply, child_thread_groups_ids.size());
2191 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) {
2192 expandBufAddObjectId(pReply, child_thread_group_id);
2193 }
2194 }
2195
2196 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002197}
2198
2199JDWP::ObjectId Dbg::GetSystemThreadGroupId() {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002200 ScopedObjectAccessUnchecked soa(Thread::Current());
Andreas Gampe08883de2016-11-08 13:20:52 -08002201 ArtField* f = jni::DecodeArtField(WellKnownClasses::java_lang_ThreadGroup_systemThreadGroup);
Mathieu Chartier3398c782016-09-30 10:27:43 -07002202 ObjPtr<mirror::Object> group = f->GetObject(f->GetDeclaringClass());
Ian Rogers365c1022012-06-22 15:05:28 -07002203 return gRegistry->Add(group);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002204}
2205
Jeff Hao920af3e2013-08-28 15:46:38 -07002206JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) {
2207 switch (state) {
2208 case kBlocked:
2209 return JDWP::TS_MONITOR;
2210 case kNative:
2211 case kRunnable:
2212 case kSuspended:
2213 return JDWP::TS_RUNNING;
2214 case kSleeping:
2215 return JDWP::TS_SLEEPING;
2216 case kStarting:
2217 case kTerminated:
2218 return JDWP::TS_ZOMBIE;
2219 case kTimedWaiting:
Alex Light77fee872017-09-05 14:51:49 -07002220 case kWaitingForTaskProcessor:
2221 case kWaitingForLockInflation:
Sebastien Hertzbae182c2013-12-17 10:42:03 +01002222 case kWaitingForCheckPointsToRun:
Jeff Hao920af3e2013-08-28 15:46:38 -07002223 case kWaitingForDebuggerSend:
2224 case kWaitingForDebuggerSuspension:
2225 case kWaitingForDebuggerToAttach:
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01002226 case kWaitingForDeoptimization:
Jeff Hao920af3e2013-08-28 15:46:38 -07002227 case kWaitingForGcToComplete:
Mathieu Chartierb43390c2015-05-12 10:47:11 -07002228 case kWaitingForGetObjectsAllocated:
Jeff Hao920af3e2013-08-28 15:46:38 -07002229 case kWaitingForJniOnLoad:
Sebastien Hertzbae182c2013-12-17 10:42:03 +01002230 case kWaitingForMethodTracingStart:
Jeff Hao920af3e2013-08-28 15:46:38 -07002231 case kWaitingForSignalCatcherOutput:
Hiroshi Yamauchi0c8c3032015-01-16 16:54:35 -08002232 case kWaitingForVisitObjects:
Jeff Hao920af3e2013-08-28 15:46:38 -07002233 case kWaitingInMainDebuggerLoop:
2234 case kWaitingInMainSignalCatcherLoop:
2235 case kWaitingPerformingGc:
Mathieu Chartier90ef3db2015-08-04 15:19:41 -07002236 case kWaitingWeakGcRootRead:
Hiroshi Yamauchi76f55b02015-08-21 16:10:39 -07002237 case kWaitingForGcThreadFlip:
Jeff Hao920af3e2013-08-28 15:46:38 -07002238 case kWaiting:
2239 return JDWP::TS_WAIT;
2240 // Don't add a 'default' here so the compiler can spot incompatible enum changes.
2241 }
2242 LOG(FATAL) << "Unknown thread state: " << state;
2243 return JDWP::TS_ZOMBIE;
2244}
2245
Sebastien Hertz52d131d2014-03-13 16:17:40 +01002246JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatus,
2247 JDWP::JdwpSuspendStatus* pSuspendStatus) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002248 ScopedObjectAccess soa(Thread::Current());
Elliott Hughes499c5132011-11-17 14:55:11 -08002249
Elliott Hughes9e0c1752013-01-09 14:02:58 -08002250 *pSuspendStatus = JDWP::SUSPEND_STATUS_NOT_SUSPENDED;
2251
Ian Rogersc0542af2014-09-03 16:16:56 -07002252 JDWP::JdwpError error;
2253 Thread* thread = DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002254 if (error != JDWP::ERR_NONE) {
2255 if (error == JDWP::ERR_THREAD_NOT_ALIVE) {
2256 *pThreadStatus = JDWP::TS_ZOMBIE;
Elliott Hughes221229c2013-01-08 18:17:50 -08002257 return JDWP::ERR_NONE;
2258 }
2259 return error;
Elliott Hughes499c5132011-11-17 14:55:11 -08002260 }
2261
Elliott Hughes9e0c1752013-01-09 14:02:58 -08002262 if (IsSuspendedForDebugger(soa, thread)) {
2263 *pSuspendStatus = JDWP::SUSPEND_STATUS_SUSPENDED;
Elliott Hughes499c5132011-11-17 14:55:11 -08002264 }
2265
Jeff Hao920af3e2013-08-28 15:46:38 -07002266 *pThreadStatus = ToJdwpThreadStatus(thread->GetState());
Elliott Hughes221229c2013-01-08 18:17:50 -08002267 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002268}
2269
Elliott Hughes221229c2013-01-08 18:17:50 -08002270JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002271 ScopedObjectAccess soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002272 JDWP::JdwpError error;
2273 Thread* thread = DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002274 if (error != JDWP::ERR_NONE) {
2275 return error;
Elliott Hughes2435a572012-02-17 16:07:41 -08002276 }
Ian Rogers50b35e22012-10-04 10:09:15 -07002277 MutexLock mu2(soa.Self(), *Locks::thread_suspend_count_lock_);
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002278 expandBufAdd4BE(pReply, thread->GetDebugSuspendCount());
Elliott Hughes2435a572012-02-17 16:07:41 -08002279 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002280}
2281
Elliott Hughesf9501702013-01-11 11:22:27 -08002282JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) {
2283 ScopedObjectAccess soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002284 JDWP::JdwpError error;
2285 Thread* thread = DecodeThread(soa, thread_id, &error);
Elliott Hughesf9501702013-01-11 11:22:27 -08002286 if (error != JDWP::ERR_NONE) {
2287 return error;
2288 }
Ian Rogersdd7624d2014-03-14 17:43:00 -07002289 thread->Interrupt(soa.Self());
Elliott Hughesf9501702013-01-11 11:22:27 -08002290 return JDWP::ERR_NONE;
2291}
2292
Andreas Gampe08883de2016-11-08 13:20:52 -08002293static bool IsInDesiredThreadGroup(mirror::Object* desired_thread_group, mirror::Object* peer)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002294 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz070f7322014-09-09 12:08:49 +02002295 // Do we want threads from all thread groups?
2296 if (desired_thread_group == nullptr) {
2297 return true;
2298 }
Andreas Gampe08883de2016-11-08 13:20:52 -08002299 ArtField* thread_group_field = jni::DecodeArtField(WellKnownClasses::java_lang_Thread_group);
Sebastien Hertz070f7322014-09-09 12:08:49 +02002300 DCHECK(thread_group_field != nullptr);
Mathieu Chartier3398c782016-09-30 10:27:43 -07002301 ObjPtr<mirror::Object> group = thread_group_field->GetObject(peer);
Sebastien Hertz070f7322014-09-09 12:08:49 +02002302 return (group == desired_thread_group);
2303}
2304
Sebastien Hertza06430c2014-09-15 19:21:30 +02002305void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002306 ScopedObjectAccessUnchecked soa(Thread::Current());
Sebastien Hertz070f7322014-09-09 12:08:49 +02002307 std::list<Thread*> all_threads_list;
2308 {
2309 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_);
2310 all_threads_list = Runtime::Current()->GetThreadList()->GetList();
2311 }
2312 for (Thread* t : all_threads_list) {
2313 if (t == Dbg::GetDebugThread()) {
2314 // Skip the JDWP thread. Some debuggers get bent out of shape when they can't suspend and
2315 // query all threads, so it's easier if we just don't tell them about this thread.
2316 continue;
2317 }
2318 if (t->IsStillStarting()) {
2319 // This thread is being started (and has been registered in the thread list). However, it is
2320 // not completely started yet so we must ignore it.
2321 continue;
2322 }
Nicolas Geoffraycafa0812017-02-15 18:27:34 +00002323 mirror::Object* peer = t->GetPeerFromOtherThread();
Sebastien Hertz070f7322014-09-09 12:08:49 +02002324 if (peer == nullptr) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07002325 // peer might be null if the thread is still starting up. We can't tell the debugger about
Sebastien Hertz070f7322014-09-09 12:08:49 +02002326 // this thread yet.
2327 // TODO: if we identified threads to the debugger by their Thread*
2328 // rather than their peer's mirror::Object*, we could fix this.
2329 // Doing so might help us report ZOMBIE threads too.
2330 continue;
2331 }
Andreas Gampe08883de2016-11-08 13:20:52 -08002332 if (IsInDesiredThreadGroup(thread_group, peer)) {
Sebastien Hertz070f7322014-09-09 12:08:49 +02002333 thread_ids->push_back(gRegistry->Add(peer));
2334 }
2335 }
Elliott Hughescaf76542012-06-28 16:08:22 -07002336}
Elliott Hughesa2155262011-11-16 16:26:58 -08002337
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002338static int GetStackDepth(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers0399dde2012-06-06 17:09:28 -07002339 struct CountStackDepthVisitor : public StackVisitor {
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002340 explicit CountStackDepthVisitor(Thread* thread_in)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01002341 : StackVisitor(thread_in, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
2342 depth(0) {}
Ian Rogers0399dde2012-06-06 17:09:28 -07002343
Elliott Hughes64f574f2013-02-20 14:57:12 -08002344 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
2345 // annotalysis.
2346 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS {
Ian Rogers0399dde2012-06-06 17:09:28 -07002347 if (!GetMethod()->IsRuntimeMethod()) {
Elliott Hughesf8a2df72011-12-01 12:19:54 -08002348 ++depth;
2349 }
Elliott Hughes530fa002012-03-12 11:44:49 -07002350 return true;
Elliott Hughesa2e54f62011-11-17 13:01:30 -08002351 }
2352 size_t depth;
2353 };
Elliott Hughes08fc03a2012-06-26 17:34:00 -07002354
Ian Rogers7a22fa62013-01-23 12:16:16 -08002355 CountStackDepthVisitor visitor(thread);
Ian Rogers0399dde2012-06-06 17:09:28 -07002356 visitor.WalkStack();
Elliott Hughesa2e54f62011-11-17 13:01:30 -08002357 return visitor.depth;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002358}
2359
Ian Rogersc0542af2014-09-03 16:16:56 -07002360JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002361 ScopedObjectAccess soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002362 JDWP::JdwpError error;
2363 *result = 0;
2364 Thread* thread = DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002365 if (error != JDWP::ERR_NONE) {
2366 return error;
2367 }
Elliott Hughesf15f4a02013-01-09 10:09:38 -08002368 if (!IsSuspendedForDebugger(soa, thread)) {
2369 return JDWP::ERR_THREAD_NOT_SUSPENDED;
2370 }
Ian Rogersc0542af2014-09-03 16:16:56 -07002371 *result = GetStackDepth(thread);
Elliott Hughes221229c2013-01-08 18:17:50 -08002372 return JDWP::ERR_NONE;
Elliott Hughes86964332012-02-15 19:37:42 -08002373}
2374
Ian Rogers306057f2012-11-26 12:45:53 -08002375JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
2376 size_t frame_count, JDWP::ExpandBuf* buf) {
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002377 class GetFrameVisitor : public StackVisitor {
2378 public:
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002379 GetFrameVisitor(Thread* thread, size_t start_frame_in, size_t frame_count_in,
2380 JDWP::ExpandBuf* buf_in)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002381 REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01002382 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
2383 depth_(0),
2384 start_frame_(start_frame_in),
2385 frame_count_(frame_count_in),
2386 buf_(buf_in) {
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002387 expandBufAdd4BE(buf_, frame_count_);
Elliott Hughes03181a82011-11-17 17:22:21 -08002388 }
Ian Rogers0399dde2012-06-06 17:09:28 -07002389
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002390 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers0399dde2012-06-06 17:09:28 -07002391 if (GetMethod()->IsRuntimeMethod()) {
Brian Carlstrom7934ac22013-07-26 10:54:15 -07002392 return true; // The debugger can't do anything useful with a frame that has no Method*.
Elliott Hughes03181a82011-11-17 17:22:21 -08002393 }
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002394 if (depth_ >= start_frame_ + frame_count_) {
Elliott Hughes530fa002012-03-12 11:44:49 -07002395 return false;
Elliott Hughes03181a82011-11-17 17:22:21 -08002396 }
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002397 if (depth_ >= start_frame_) {
2398 JDWP::FrameId frame_id(GetFrameId());
2399 JDWP::JdwpLocation location;
Sebastien Hertz6995c602014-09-09 12:10:13 +02002400 SetJdwpLocation(&location, GetMethod(), GetDexPc());
Ian Rogersef7d42f2014-01-06 12:55:46 -08002401 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location;
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002402 expandBufAdd8BE(buf_, frame_id);
2403 expandBufAddLocation(buf_, location);
2404 }
2405 ++depth_;
Elliott Hughes530fa002012-03-12 11:44:49 -07002406 return true;
Elliott Hughes03181a82011-11-17 17:22:21 -08002407 }
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002408
2409 private:
2410 size_t depth_;
2411 const size_t start_frame_;
2412 const size_t frame_count_;
2413 JDWP::ExpandBuf* buf_;
Elliott Hughes03181a82011-11-17 17:22:21 -08002414 };
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002415
2416 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002417 JDWP::JdwpError error;
2418 Thread* thread = DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08002419 if (error != JDWP::ERR_NONE) {
2420 return error;
2421 }
Elliott Hughesf15f4a02013-01-09 10:09:38 -08002422 if (!IsSuspendedForDebugger(soa, thread)) {
2423 return JDWP::ERR_THREAD_NOT_SUSPENDED;
2424 }
Ian Rogers7a22fa62013-01-23 12:16:16 -08002425 GetFrameVisitor visitor(thread, start_frame, frame_count, buf);
Ian Rogers0399dde2012-06-06 17:09:28 -07002426 visitor.WalkStack();
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002427 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002428}
2429
2430JDWP::ObjectId Dbg::GetThreadSelfId() {
Sebastien Hertz6995c602014-09-09 12:10:13 +02002431 return GetThreadId(Thread::Current());
2432}
2433
2434JDWP::ObjectId Dbg::GetThreadId(Thread* thread) {
Mathieu Chartierdbe6f462012-09-25 16:54:50 -07002435 ScopedObjectAccessUnchecked soa(Thread::Current());
Nicolas Geoffraycafa0812017-02-15 18:27:34 +00002436 return gRegistry->Add(thread->GetPeerFromOtherThread());
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002437}
2438
Elliott Hughes475fc232011-10-25 15:00:35 -07002439void Dbg::SuspendVM() {
Hiroshi Yamauchi8f95cf32016-04-19 11:14:06 -07002440 // Avoid a deadlock between GC and debugger where GC gets suspended during GC. b/25800335.
2441 gc::ScopedGCCriticalSection gcs(Thread::Current(),
2442 gc::kGcCauseDebugger,
2443 gc::kCollectorTypeDebugger);
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002444 Runtime::Current()->GetThreadList()->SuspendAllForDebugger();
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002445}
2446
2447void Dbg::ResumeVM() {
Sebastien Hertz253fa552014-10-14 17:27:15 +02002448 Runtime::Current()->GetThreadList()->ResumeAllForDebugger();
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002449}
2450
Elliott Hughes221229c2013-01-08 18:17:50 -08002451JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) {
Ian Rogersf3d874c2014-07-17 18:52:42 -07002452 Thread* self = Thread::Current();
Ian Rogersc0542af2014-09-03 16:16:56 -07002453 ScopedLocalRef<jobject> peer(self->GetJniEnv(), nullptr);
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002454 {
Ian Rogersf3d874c2014-07-17 18:52:42 -07002455 ScopedObjectAccess soa(self);
Ian Rogersc0542af2014-09-03 16:16:56 -07002456 JDWP::JdwpError error;
2457 peer.reset(soa.AddLocalReference<jobject>(gRegistry->Get<mirror::Object*>(thread_id, &error)));
Elliott Hughes4e235312011-12-02 11:34:15 -08002458 }
Ian Rogersc0542af2014-09-03 16:16:56 -07002459 if (peer.get() == nullptr) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002460 return JDWP::ERR_THREAD_NOT_ALIVE;
2461 }
Ian Rogers4ad5cd32014-11-11 23:08:07 -08002462 // Suspend thread to build stack trace.
Elliott Hughesf327e072013-01-09 16:01:26 -08002463 bool timed_out;
Brian Carlstromba32de42014-08-27 23:43:46 -07002464 ThreadList* thread_list = Runtime::Current()->GetThreadList();
Sebastien Hertzcdd798d2017-04-18 18:28:51 +02002465 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(),
2466 request_suspension,
Alex Light46f93402017-06-29 11:59:50 -07002467 SuspendReason::kForDebugger,
Brian Carlstromba32de42014-08-27 23:43:46 -07002468 &timed_out);
Ian Rogersc0542af2014-09-03 16:16:56 -07002469 if (thread != nullptr) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002470 return JDWP::ERR_NONE;
Elliott Hughesf327e072013-01-09 16:01:26 -08002471 } else if (timed_out) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002472 return JDWP::ERR_INTERNAL;
2473 } else {
2474 return JDWP::ERR_THREAD_NOT_ALIVE;
2475 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002476}
2477
Elliott Hughes221229c2013-01-08 18:17:50 -08002478void Dbg::ResumeThread(JDWP::ObjectId thread_id) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002479 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07002480 JDWP::JdwpError error;
2481 mirror::Object* peer = gRegistry->Get<mirror::Object*>(thread_id, &error);
2482 CHECK(peer != nullptr) << error;
jeffhaoa77f0f62012-12-05 17:19:31 -08002483 Thread* thread;
2484 {
2485 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
2486 thread = Thread::FromManagedThread(soa, peer);
2487 }
Ian Rogersc0542af2014-09-03 16:16:56 -07002488 if (thread == nullptr) {
Elliott Hughes4e235312011-12-02 11:34:15 -08002489 LOG(WARNING) << "No such thread for resume: " << peer;
2490 return;
2491 }
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002492 bool needs_resume;
2493 {
Ian Rogers50b35e22012-10-04 10:09:15 -07002494 MutexLock mu2(soa.Self(), *Locks::thread_suspend_count_lock_);
Sebastien Hertz70d60272017-04-14 14:18:36 +02002495 needs_resume = thread->GetDebugSuspendCount() > 0;
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002496 }
2497 if (needs_resume) {
Alex Light88fd7202017-06-30 08:31:59 -07002498 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger);
2499 DCHECK(resumed);
Elliott Hughes546b9862012-06-20 16:06:13 -07002500 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002501}
2502
2503void Dbg::SuspendSelf() {
Elliott Hughes475fc232011-10-25 15:00:35 -07002504 Runtime::Current()->GetThreadList()->SuspendSelfForDebugger();
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002505}
2506
Ian Rogers0399dde2012-06-06 17:09:28 -07002507struct GetThisVisitor : public StackVisitor {
Andreas Gampe277ccbd2014-11-03 21:36:10 -08002508 GetThisVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id_in)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002509 REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01002510 : StackVisitor(thread, context, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
2511 this_object(nullptr),
2512 frame_id(frame_id_in) {}
Ian Rogers0399dde2012-06-06 17:09:28 -07002513
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002514 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
2515 // annotalysis.
2516 virtual bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS {
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002517 if (frame_id != GetFrameId()) {
Ian Rogers0399dde2012-06-06 17:09:28 -07002518 return true; // continue
Ian Rogers0399dde2012-06-06 17:09:28 -07002519 } else {
Ian Rogers62d6c772013-02-27 08:32:07 -08002520 this_object = GetThisObject();
2521 return false;
Ian Rogers0399dde2012-06-06 17:09:28 -07002522 }
Elliott Hughes86b00102011-12-05 17:54:26 -08002523 }
Ian Rogers0399dde2012-06-06 17:09:28 -07002524
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08002525 mirror::Object* this_object;
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002526 JDWP::FrameId frame_id;
Ian Rogers0399dde2012-06-06 17:09:28 -07002527};
2528
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002529JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
2530 JDWP::ObjectId* result) {
2531 ScopedObjectAccessUnchecked soa(Thread::Current());
Sebastien Hertz69206392015-04-07 15:54:25 +02002532 JDWP::JdwpError error;
2533 Thread* thread = DecodeThread(soa, thread_id, &error);
2534 if (error != JDWP::ERR_NONE) {
2535 return error;
2536 }
2537 if (!IsSuspendedForDebugger(soa, thread)) {
2538 return JDWP::ERR_THREAD_NOT_SUSPENDED;
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002539 }
Ian Rogers700a4022014-05-19 16:49:03 -07002540 std::unique_ptr<Context> context(Context::Create());
Ian Rogers7a22fa62013-01-23 12:16:16 -08002541 GetThisVisitor visitor(thread, context.get(), frame_id);
Ian Rogers0399dde2012-06-06 17:09:28 -07002542 visitor.WalkStack();
Elliott Hughes6e9d22c2012-06-22 15:02:37 -07002543 *result = gRegistry->Add(visitor.this_object);
2544 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002545}
2546
Sebastien Hertz8009f392014-09-01 17:07:11 +02002547// Walks the stack until we find the frame with the given FrameId.
2548class FindFrameVisitor FINAL : public StackVisitor {
2549 public:
2550 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002551 REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01002552 : StackVisitor(thread, context, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
2553 frame_id_(frame_id),
2554 error_(JDWP::ERR_INVALID_FRAMEID) {}
Ian Rogersca190662012-06-26 15:45:57 -07002555
Sebastien Hertz8009f392014-09-01 17:07:11 +02002556 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
2557 // annotalysis.
2558 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS {
2559 if (GetFrameId() != frame_id_) {
2560 return true; // Not our frame, carry on.
Ian Rogers0399dde2012-06-06 17:09:28 -07002561 }
Mathieu Chartiere401d142015-04-22 13:56:20 -07002562 ArtMethod* m = GetMethod();
Sebastien Hertz8009f392014-09-01 17:07:11 +02002563 if (m->IsNative()) {
2564 // We can't read/write local value from/into native method.
2565 error_ = JDWP::ERR_OPAQUE_FRAME;
2566 } else {
2567 // We found our frame.
2568 error_ = JDWP::ERR_NONE;
2569 }
2570 return false;
2571 }
2572
2573 JDWP::JdwpError GetError() const {
2574 return error_;
2575 }
2576
2577 private:
2578 const JDWP::FrameId frame_id_;
2579 JDWP::JdwpError error_;
Sebastien Hertz26f72862015-09-15 09:52:07 +02002580
2581 DISALLOW_COPY_AND_ASSIGN(FindFrameVisitor);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002582};
2583
2584JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) {
2585 JDWP::ObjectId thread_id = request->ReadThreadId();
2586 JDWP::FrameId frame_id = request->ReadFrameId();
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002587
2588 ScopedObjectAccessUnchecked soa(Thread::Current());
Sebastien Hertz69206392015-04-07 15:54:25 +02002589 JDWP::JdwpError error;
2590 Thread* thread = DecodeThread(soa, thread_id, &error);
2591 if (error != JDWP::ERR_NONE) {
2592 return error;
2593 }
2594 if (!IsSuspendedForDebugger(soa, thread)) {
2595 return JDWP::ERR_THREAD_NOT_SUSPENDED;
Elliott Hughes221229c2013-01-08 18:17:50 -08002596 }
Sebastien Hertz8009f392014-09-01 17:07:11 +02002597 // Find the frame with the given frame_id.
Ian Rogers700a4022014-05-19 16:49:03 -07002598 std::unique_ptr<Context> context(Context::Create());
Sebastien Hertz8009f392014-09-01 17:07:11 +02002599 FindFrameVisitor visitor(thread, context.get(), frame_id);
Ian Rogers0399dde2012-06-06 17:09:28 -07002600 visitor.WalkStack();
Sebastien Hertz8009f392014-09-01 17:07:11 +02002601 if (visitor.GetError() != JDWP::ERR_NONE) {
2602 return visitor.GetError();
2603 }
2604
2605 // Read the values from visitor's context.
2606 int32_t slot_count = request->ReadSigned32("slot count");
2607 expandBufAdd4BE(pReply, slot_count); /* "int values" */
2608 for (int32_t i = 0; i < slot_count; ++i) {
2609 uint32_t slot = request->ReadUnsigned32("slot");
2610 JDWP::JdwpTag reqSigByte = request->ReadTag();
2611
2612 VLOG(jdwp) << " --> slot " << slot << " " << reqSigByte;
2613
2614 size_t width = Dbg::GetTagWidth(reqSigByte);
Sebastien Hertz7d955652014-10-22 10:57:10 +02002615 uint8_t* ptr = expandBufAddSpace(pReply, width + 1);
Sebastien Hertz69206392015-04-07 15:54:25 +02002616 error = Dbg::GetLocalValue(visitor, soa, slot, reqSigByte, ptr, width);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002617 if (error != JDWP::ERR_NONE) {
2618 return error;
2619 }
2620 }
2621 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002622}
2623
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002624constexpr JDWP::JdwpError kStackFrameLocalAccessError = JDWP::ERR_ABSENT_INFORMATION;
2625
2626static std::string GetStackContextAsString(const StackVisitor& visitor)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002627 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002628 return StringPrintf(" at DEX pc 0x%08x in method %s", visitor.GetDexPc(false),
David Sehr709b0702016-10-13 09:12:37 -07002629 ArtMethod::PrettyMethod(visitor.GetMethod()).c_str());
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002630}
2631
2632static JDWP::JdwpError FailGetLocalValue(const StackVisitor& visitor, uint16_t vreg,
2633 JDWP::JdwpTag tag)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002634 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002635 LOG(ERROR) << "Failed to read " << tag << " local from register v" << vreg
2636 << GetStackContextAsString(visitor);
2637 return kStackFrameLocalAccessError;
2638}
2639
Sebastien Hertz8009f392014-09-01 17:07:11 +02002640JDWP::JdwpError Dbg::GetLocalValue(const StackVisitor& visitor, ScopedObjectAccessUnchecked& soa,
2641 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07002642 ArtMethod* m = visitor.GetMethod();
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002643 JDWP::JdwpError error = JDWP::ERR_NONE;
2644 uint16_t vreg = DemangleSlot(slot, m, &error);
2645 if (error != JDWP::ERR_NONE) {
2646 return error;
2647 }
Sebastien Hertz8009f392014-09-01 17:07:11 +02002648 // TODO: check that the tag is compatible with the actual type of the slot!
Sebastien Hertz8009f392014-09-01 17:07:11 +02002649 switch (tag) {
2650 case JDWP::JT_BOOLEAN: {
2651 CHECK_EQ(width, 1U);
2652 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002653 if (!visitor.GetVReg(m, vreg, kIntVReg, &intVal)) {
2654 return FailGetLocalValue(visitor, vreg, tag);
Ian Rogers0399dde2012-06-06 17:09:28 -07002655 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002656 VLOG(jdwp) << "get boolean local " << vreg << " = " << intVal;
2657 JDWP::Set1(buf + 1, intVal != 0);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002658 break;
Ian Rogers0399dde2012-06-06 17:09:28 -07002659 }
Sebastien Hertz8009f392014-09-01 17:07:11 +02002660 case JDWP::JT_BYTE: {
2661 CHECK_EQ(width, 1U);
2662 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002663 if (!visitor.GetVReg(m, vreg, kIntVReg, &intVal)) {
2664 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002665 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002666 VLOG(jdwp) << "get byte local " << vreg << " = " << intVal;
2667 JDWP::Set1(buf + 1, intVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002668 break;
2669 }
2670 case JDWP::JT_SHORT:
2671 case JDWP::JT_CHAR: {
2672 CHECK_EQ(width, 2U);
2673 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002674 if (!visitor.GetVReg(m, vreg, kIntVReg, &intVal)) {
2675 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002676 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002677 VLOG(jdwp) << "get short/char local " << vreg << " = " << intVal;
2678 JDWP::Set2BE(buf + 1, intVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002679 break;
2680 }
2681 case JDWP::JT_INT: {
2682 CHECK_EQ(width, 4U);
2683 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002684 if (!visitor.GetVReg(m, vreg, kIntVReg, &intVal)) {
2685 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002686 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002687 VLOG(jdwp) << "get int local " << vreg << " = " << intVal;
2688 JDWP::Set4BE(buf + 1, intVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002689 break;
2690 }
2691 case JDWP::JT_FLOAT: {
2692 CHECK_EQ(width, 4U);
2693 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002694 if (!visitor.GetVReg(m, vreg, kFloatVReg, &intVal)) {
2695 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002696 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002697 VLOG(jdwp) << "get float local " << vreg << " = " << intVal;
2698 JDWP::Set4BE(buf + 1, intVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002699 break;
2700 }
2701 case JDWP::JT_ARRAY:
2702 case JDWP::JT_CLASS_LOADER:
2703 case JDWP::JT_CLASS_OBJECT:
2704 case JDWP::JT_OBJECT:
2705 case JDWP::JT_STRING:
2706 case JDWP::JT_THREAD:
2707 case JDWP::JT_THREAD_GROUP: {
2708 CHECK_EQ(width, sizeof(JDWP::ObjectId));
2709 uint32_t intVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002710 if (!visitor.GetVReg(m, vreg, kReferenceVReg, &intVal)) {
2711 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002712 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002713 mirror::Object* o = reinterpret_cast<mirror::Object*>(intVal);
2714 VLOG(jdwp) << "get " << tag << " object local " << vreg << " = " << o;
2715 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o)) {
2716 LOG(FATAL) << StringPrintf("Found invalid object %#" PRIxPTR " in register v%u",
2717 reinterpret_cast<uintptr_t>(o), vreg)
2718 << GetStackContextAsString(visitor);
2719 UNREACHABLE();
2720 }
2721 tag = TagFromObject(soa, o);
2722 JDWP::SetObjectId(buf + 1, gRegistry->Add(o));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002723 break;
2724 }
2725 case JDWP::JT_DOUBLE: {
2726 CHECK_EQ(width, 8U);
2727 uint64_t longVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002728 if (!visitor.GetVRegPair(m, vreg, kDoubleLoVReg, kDoubleHiVReg, &longVal)) {
2729 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002730 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002731 VLOG(jdwp) << "get double local " << vreg << " = " << longVal;
2732 JDWP::Set8BE(buf + 1, longVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002733 break;
2734 }
2735 case JDWP::JT_LONG: {
2736 CHECK_EQ(width, 8U);
2737 uint64_t longVal;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002738 if (!visitor.GetVRegPair(m, vreg, kLongLoVReg, kLongHiVReg, &longVal)) {
2739 return FailGetLocalValue(visitor, vreg, tag);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002740 }
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002741 VLOG(jdwp) << "get long local " << vreg << " = " << longVal;
2742 JDWP::Set8BE(buf + 1, longVal);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002743 break;
2744 }
2745 default:
2746 LOG(FATAL) << "Unknown tag " << tag;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002747 UNREACHABLE();
Sebastien Hertz8009f392014-09-01 17:07:11 +02002748 }
Ian Rogers0399dde2012-06-06 17:09:28 -07002749
Sebastien Hertz8009f392014-09-01 17:07:11 +02002750 // Prepend tag, which may have been updated.
2751 JDWP::Set1(buf, tag);
2752 return JDWP::ERR_NONE;
2753}
2754
2755JDWP::JdwpError Dbg::SetLocalValues(JDWP::Request* request) {
2756 JDWP::ObjectId thread_id = request->ReadThreadId();
2757 JDWP::FrameId frame_id = request->ReadFrameId();
Ian Rogers00f7d0e2012-07-19 15:28:27 -07002758
2759 ScopedObjectAccessUnchecked soa(Thread::Current());
Sebastien Hertz69206392015-04-07 15:54:25 +02002760 JDWP::JdwpError error;
2761 Thread* thread = DecodeThread(soa, thread_id, &error);
2762 if (error != JDWP::ERR_NONE) {
2763 return error;
2764 }
2765 if (!IsSuspendedForDebugger(soa, thread)) {
2766 return JDWP::ERR_THREAD_NOT_SUSPENDED;
Elliott Hughes221229c2013-01-08 18:17:50 -08002767 }
Sebastien Hertz8009f392014-09-01 17:07:11 +02002768 // Find the frame with the given frame_id.
Ian Rogers700a4022014-05-19 16:49:03 -07002769 std::unique_ptr<Context> context(Context::Create());
Sebastien Hertz8009f392014-09-01 17:07:11 +02002770 FindFrameVisitor visitor(thread, context.get(), frame_id);
Ian Rogers0399dde2012-06-06 17:09:28 -07002771 visitor.WalkStack();
Sebastien Hertz8009f392014-09-01 17:07:11 +02002772 if (visitor.GetError() != JDWP::ERR_NONE) {
2773 return visitor.GetError();
2774 }
2775
2776 // Writes the values into visitor's context.
2777 int32_t slot_count = request->ReadSigned32("slot count");
2778 for (int32_t i = 0; i < slot_count; ++i) {
2779 uint32_t slot = request->ReadUnsigned32("slot");
2780 JDWP::JdwpTag sigByte = request->ReadTag();
2781 size_t width = Dbg::GetTagWidth(sigByte);
2782 uint64_t value = request->ReadValue(width);
2783
2784 VLOG(jdwp) << " --> slot " << slot << " " << sigByte << " " << value;
Mingyao Yang99170c62015-07-06 11:10:37 -07002785 error = Dbg::SetLocalValue(thread, visitor, slot, sigByte, value, width);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002786 if (error != JDWP::ERR_NONE) {
2787 return error;
2788 }
2789 }
2790 return JDWP::ERR_NONE;
2791}
2792
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002793template<typename T>
2794static JDWP::JdwpError FailSetLocalValue(const StackVisitor& visitor, uint16_t vreg,
2795 JDWP::JdwpTag tag, T value)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002796 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002797 LOG(ERROR) << "Failed to write " << tag << " local " << value
2798 << " (0x" << std::hex << value << ") into register v" << vreg
2799 << GetStackContextAsString(visitor);
2800 return kStackFrameLocalAccessError;
2801}
2802
Mingyao Yang99170c62015-07-06 11:10:37 -07002803JDWP::JdwpError Dbg::SetLocalValue(Thread* thread, StackVisitor& visitor, int slot,
2804 JDWP::JdwpTag tag, uint64_t value, size_t width) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07002805 ArtMethod* m = visitor.GetMethod();
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002806 JDWP::JdwpError error = JDWP::ERR_NONE;
2807 uint16_t vreg = DemangleSlot(slot, m, &error);
2808 if (error != JDWP::ERR_NONE) {
2809 return error;
2810 }
Sebastien Hertz8009f392014-09-01 17:07:11 +02002811 // TODO: check that the tag is compatible with the actual type of the slot!
Sebastien Hertz8009f392014-09-01 17:07:11 +02002812 switch (tag) {
2813 case JDWP::JT_BOOLEAN:
2814 case JDWP::JT_BYTE:
2815 CHECK_EQ(width, 1U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002816 if (!visitor.SetVReg(m, vreg, static_cast<uint32_t>(value), kIntVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002817 return FailSetLocalValue(visitor, vreg, tag, static_cast<uint32_t>(value));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002818 }
2819 break;
2820 case JDWP::JT_SHORT:
2821 case JDWP::JT_CHAR:
2822 CHECK_EQ(width, 2U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002823 if (!visitor.SetVReg(m, vreg, static_cast<uint32_t>(value), kIntVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002824 return FailSetLocalValue(visitor, vreg, tag, static_cast<uint32_t>(value));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002825 }
2826 break;
2827 case JDWP::JT_INT:
2828 CHECK_EQ(width, 4U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002829 if (!visitor.SetVReg(m, vreg, static_cast<uint32_t>(value), kIntVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002830 return FailSetLocalValue(visitor, vreg, tag, static_cast<uint32_t>(value));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002831 }
2832 break;
2833 case JDWP::JT_FLOAT:
2834 CHECK_EQ(width, 4U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002835 if (!visitor.SetVReg(m, vreg, static_cast<uint32_t>(value), kFloatVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002836 return FailSetLocalValue(visitor, vreg, tag, static_cast<uint32_t>(value));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002837 }
2838 break;
2839 case JDWP::JT_ARRAY:
2840 case JDWP::JT_CLASS_LOADER:
2841 case JDWP::JT_CLASS_OBJECT:
2842 case JDWP::JT_OBJECT:
2843 case JDWP::JT_STRING:
2844 case JDWP::JT_THREAD:
2845 case JDWP::JT_THREAD_GROUP: {
2846 CHECK_EQ(width, sizeof(JDWP::ObjectId));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002847 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value),
2848 &error);
2849 if (error != JDWP::ERR_NONE) {
2850 VLOG(jdwp) << tag << " object " << o << " is an invalid object";
2851 return JDWP::ERR_INVALID_OBJECT;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002852 }
Mingyao Yang636b9252015-07-31 16:40:24 -07002853 if (!visitor.SetVReg(m, vreg, static_cast<uint32_t>(reinterpret_cast<uintptr_t>(o)),
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002854 kReferenceVReg)) {
2855 return FailSetLocalValue(visitor, vreg, tag, reinterpret_cast<uintptr_t>(o));
Sebastien Hertz8009f392014-09-01 17:07:11 +02002856 }
2857 break;
2858 }
2859 case JDWP::JT_DOUBLE: {
2860 CHECK_EQ(width, 8U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002861 if (!visitor.SetVRegPair(m, vreg, value, kDoubleLoVReg, kDoubleHiVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002862 return FailSetLocalValue(visitor, vreg, tag, value);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002863 }
2864 break;
2865 }
2866 case JDWP::JT_LONG: {
2867 CHECK_EQ(width, 8U);
Mingyao Yang636b9252015-07-31 16:40:24 -07002868 if (!visitor.SetVRegPair(m, vreg, value, kLongLoVReg, kLongHiVReg)) {
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002869 return FailSetLocalValue(visitor, vreg, tag, value);
Sebastien Hertz8009f392014-09-01 17:07:11 +02002870 }
2871 break;
2872 }
2873 default:
2874 LOG(FATAL) << "Unknown tag " << tag;
Sebastien Hertzabbabc82015-03-26 08:47:47 +01002875 UNREACHABLE();
Sebastien Hertz8009f392014-09-01 17:07:11 +02002876 }
Mingyao Yang99170c62015-07-06 11:10:37 -07002877
2878 // If we set the local variable in a compiled frame, we need to trigger a deoptimization of
2879 // the stack so we continue execution with the interpreter using the new value(s) of the updated
2880 // local variable(s). To achieve this, we install instrumentation exit stub on each method of the
2881 // thread's stack. The stub will cause the deoptimization to happen.
2882 if (!visitor.IsShadowFrame() && thread->HasDebuggerShadowFrames()) {
2883 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread);
2884 }
2885
Sebastien Hertz8009f392014-09-01 17:07:11 +02002886 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002887}
2888
Mathieu Chartiere401d142015-04-22 13:56:20 -07002889static void SetEventLocation(JDWP::EventLocation* location, ArtMethod* m, uint32_t dex_pc)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002890 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz6995c602014-09-09 12:10:13 +02002891 DCHECK(location != nullptr);
2892 if (m == nullptr) {
2893 memset(location, 0, sizeof(*location));
2894 } else {
Alex Light97e78032017-06-27 17:51:55 -07002895 location->method = m->GetCanonicalMethod(kRuntimePointerSize);
Sebastien Hertz6995c602014-09-09 12:10:13 +02002896 location->dex_pc = (m->IsNative() || m->IsProxyMethod()) ? static_cast<uint32_t>(-1) : dex_pc;
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002897 }
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002898}
2899
Mathieu Chartiere401d142015-04-22 13:56:20 -07002900void Dbg::PostLocationEvent(ArtMethod* m, int dex_pc, mirror::Object* this_object,
Jeff Hao579b0242013-11-18 13:16:49 -08002901 int event_flags, const JValue* return_value) {
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002902 if (!IsDebuggerActive()) {
2903 return;
2904 }
2905 DCHECK(m != nullptr);
2906 DCHECK_EQ(m->IsStatic(), this_object == nullptr);
Sebastien Hertz6995c602014-09-09 12:10:13 +02002907 JDWP::EventLocation location;
2908 SetEventLocation(&location, m, dex_pc);
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08002909
Sebastien Hertzde48aa62015-05-26 11:53:39 +02002910 // We need to be sure no exception is pending when calling JdwpState::PostLocationEvent.
2911 // This is required to be able to call JNI functions to create JDWP ids. To achieve this,
2912 // we temporarily clear the current thread's exception (if any) and will restore it after
2913 // the call.
2914 // Note: the only way to get a pending exception here is to suspend on a move-exception
2915 // instruction.
2916 Thread* const self = Thread::Current();
2917 StackHandleScope<1> hs(self);
2918 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException()));
2919 self->ClearException();
Andreas Gampefa4333d2017-02-14 11:10:34 -08002920 if (kIsDebugBuild && pending_exception != nullptr) {
Sebastien Hertzde48aa62015-05-26 11:53:39 +02002921 const DexFile::CodeItem* code_item = location.method->GetCodeItem();
2922 const Instruction* instr = Instruction::At(&code_item->insns_[location.dex_pc]);
2923 CHECK_EQ(Instruction::MOVE_EXCEPTION, instr->Opcode());
2924 }
2925
Sebastien Hertz6995c602014-09-09 12:10:13 +02002926 gJdwpState->PostLocationEvent(&location, this_object, event_flags, return_value);
Sebastien Hertzde48aa62015-05-26 11:53:39 +02002927
Andreas Gampefa4333d2017-02-14 11:10:34 -08002928 if (pending_exception != nullptr) {
Sebastien Hertzde48aa62015-05-26 11:53:39 +02002929 self->SetException(pending_exception.Get());
2930 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07002931}
2932
Mathieu Chartiere401d142015-04-22 13:56:20 -07002933void Dbg::PostFieldAccessEvent(ArtMethod* m, int dex_pc,
Mathieu Chartierc7853442015-03-27 14:35:38 -07002934 mirror::Object* this_object, ArtField* f) {
Alex Lighte00ec302017-06-16 08:56:43 -07002935 // TODO We should send events for native methods.
2936 if (!IsDebuggerActive() || m->IsNative()) {
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002937 return;
2938 }
2939 DCHECK(m != nullptr);
2940 DCHECK(f != nullptr);
Sebastien Hertz6995c602014-09-09 12:10:13 +02002941 JDWP::EventLocation location;
2942 SetEventLocation(&location, m, dex_pc);
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002943
Sebastien Hertz6995c602014-09-09 12:10:13 +02002944 gJdwpState->PostFieldEvent(&location, f, this_object, nullptr, false);
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002945}
2946
Mathieu Chartiere401d142015-04-22 13:56:20 -07002947void Dbg::PostFieldModificationEvent(ArtMethod* m, int dex_pc,
Mathieu Chartierc7853442015-03-27 14:35:38 -07002948 mirror::Object* this_object, ArtField* f,
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002949 const JValue* field_value) {
Alex Lighte00ec302017-06-16 08:56:43 -07002950 // TODO We should send events for native methods.
2951 if (!IsDebuggerActive() || m->IsNative()) {
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002952 return;
2953 }
2954 DCHECK(m != nullptr);
2955 DCHECK(f != nullptr);
2956 DCHECK(field_value != nullptr);
Sebastien Hertz6995c602014-09-09 12:10:13 +02002957 JDWP::EventLocation location;
2958 SetEventLocation(&location, m, dex_pc);
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002959
Sebastien Hertz6995c602014-09-09 12:10:13 +02002960 gJdwpState->PostFieldEvent(&location, f, this_object, field_value, true);
Sebastien Hertz3f52eaf2014-04-04 17:50:18 +02002961}
2962
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002963/**
2964 * Finds the location where this exception will be caught. We search until we reach the top
2965 * frame, in which case this exception is considered uncaught.
2966 */
2967class CatchLocationFinder : public StackVisitor {
2968 public:
2969 CatchLocationFinder(Thread* self, const Handle<mirror::Throwable>& exception, Context* context)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002970 REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01002971 : StackVisitor(self, context, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002972 exception_(exception),
2973 handle_scope_(self),
2974 this_at_throw_(handle_scope_.NewHandle<mirror::Object>(nullptr)),
Mathieu Chartiere401d142015-04-22 13:56:20 -07002975 catch_method_(nullptr),
2976 throw_method_(nullptr),
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002977 catch_dex_pc_(DexFile::kDexNoIndex),
2978 throw_dex_pc_(DexFile::kDexNoIndex) {
2979 }
2980
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07002981 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07002982 ArtMethod* method = GetMethod();
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002983 DCHECK(method != nullptr);
2984 if (method->IsRuntimeMethod()) {
2985 // Ignore callee save method.
2986 DCHECK(method->IsCalleeSaveMethod());
2987 return true;
2988 }
2989
2990 uint32_t dex_pc = GetDexPc();
Mathieu Chartiere401d142015-04-22 13:56:20 -07002991 if (throw_method_ == nullptr) {
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002992 // First Java method found. It is either the method that threw the exception,
2993 // or the Java native method that is reporting an exception thrown by
2994 // native code.
2995 this_at_throw_.Assign(GetThisObject());
Mathieu Chartiere401d142015-04-22 13:56:20 -07002996 throw_method_ = method;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00002997 throw_dex_pc_ = dex_pc;
2998 }
2999
3000 if (dex_pc != DexFile::kDexNoIndex) {
Sebastien Hertz26f72862015-09-15 09:52:07 +02003001 StackHandleScope<1> hs(GetThread());
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003002 uint32_t found_dex_pc;
3003 Handle<mirror::Class> exception_class(hs.NewHandle(exception_->GetClass()));
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003004 bool unused_clear_exception;
Mathieu Chartiere401d142015-04-22 13:56:20 -07003005 found_dex_pc = method->FindCatchBlock(exception_class, dex_pc, &unused_clear_exception);
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003006 if (found_dex_pc != DexFile::kDexNoIndex) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07003007 catch_method_ = method;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003008 catch_dex_pc_ = found_dex_pc;
3009 return false; // End stack walk.
3010 }
3011 }
3012 return true; // Continue stack walk.
3013 }
3014
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003015 ArtMethod* GetCatchMethod() REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07003016 return catch_method_;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003017 }
3018
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003019 ArtMethod* GetThrowMethod() REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07003020 return throw_method_;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003021 }
3022
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003023 mirror::Object* GetThisAtThrow() REQUIRES_SHARED(Locks::mutator_lock_) {
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003024 return this_at_throw_.Get();
3025 }
3026
3027 uint32_t GetCatchDexPc() const {
3028 return catch_dex_pc_;
3029 }
3030
3031 uint32_t GetThrowDexPc() const {
3032 return throw_dex_pc_;
3033 }
3034
3035 private:
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003036 const Handle<mirror::Throwable>& exception_;
Mathieu Chartiere401d142015-04-22 13:56:20 -07003037 StackHandleScope<1> handle_scope_;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003038 MutableHandle<mirror::Object> this_at_throw_;
Mathieu Chartiere401d142015-04-22 13:56:20 -07003039 ArtMethod* catch_method_;
3040 ArtMethod* throw_method_;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003041 uint32_t catch_dex_pc_;
3042 uint32_t throw_dex_pc_;
3043
3044 DISALLOW_COPY_AND_ASSIGN(CatchLocationFinder);
3045};
3046
3047void Dbg::PostException(mirror::Throwable* exception_object) {
Elliott Hughesc0f09332012-03-26 13:27:06 -07003048 if (!IsDebuggerActive()) {
Ian Rogers0ad5bb82011-12-07 10:16:32 -08003049 return;
3050 }
Sebastien Hertz261bc042015-04-08 09:36:07 +02003051 Thread* const self = Thread::Current();
3052 StackHandleScope<1> handle_scope(self);
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003053 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object));
3054 std::unique_ptr<Context> context(Context::Create());
Sebastien Hertz261bc042015-04-08 09:36:07 +02003055 CatchLocationFinder clf(self, h_exception, context.get());
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003056 clf.WalkStack(/* include_transitions */ false);
Sebastien Hertz6995c602014-09-09 12:10:13 +02003057 JDWP::EventLocation exception_throw_location;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003058 SetEventLocation(&exception_throw_location, clf.GetThrowMethod(), clf.GetThrowDexPc());
Sebastien Hertz6995c602014-09-09 12:10:13 +02003059 JDWP::EventLocation exception_catch_location;
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003060 SetEventLocation(&exception_catch_location, clf.GetCatchMethod(), clf.GetCatchDexPc());
Elliott Hughes4740cdf2011-12-07 14:07:12 -08003061
Nicolas Geoffray14691c52015-03-05 10:40:17 +00003062 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location,
3063 clf.GetThisAtThrow());
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003064}
3065
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08003066void Dbg::PostClassPrepare(mirror::Class* c) {
Elliott Hughesc0f09332012-03-26 13:27:06 -07003067 if (!IsDebuggerActive()) {
Elliott Hughes4740cdf2011-12-07 14:07:12 -08003068 return;
3069 }
Sebastien Hertz6995c602014-09-09 12:10:13 +02003070 gJdwpState->PostClassPrepare(c);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003071}
3072
Ian Rogers62d6c772013-02-27 08:32:07 -08003073void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object,
Mathieu Chartiere401d142015-04-22 13:56:20 -07003074 ArtMethod* m, uint32_t dex_pc,
Sebastien Hertz8379b222014-02-24 17:38:15 +01003075 int event_flags, const JValue* return_value) {
Ian Rogers62d6c772013-02-27 08:32:07 -08003076 if (!IsDebuggerActive() || dex_pc == static_cast<uint32_t>(-2) /* fake method exit */) {
Elliott Hughes2aa2e392012-02-17 17:15:43 -08003077 return;
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003078 }
3079
Elliott Hughes86964332012-02-15 19:37:42 -08003080 if (IsBreakpoint(m, dex_pc)) {
3081 event_flags |= kBreakpoint;
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003082 }
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003083
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003084 // If the debugger is single-stepping one of our threads, check to
3085 // see if we're that thread and we've reached a step point.
3086 const SingleStepControl* single_step_control = thread->GetSingleStepControl();
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003087 if (single_step_control != nullptr) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003088 CHECK(!m->IsNative());
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003089 if (single_step_control->GetStepDepth() == JDWP::SD_INTO) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003090 // Step into method calls. We break when the line number
3091 // or method pointer changes. If we're in SS_MIN mode, we
3092 // always stop.
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003093 if (single_step_control->GetMethod() != m) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003094 event_flags |= kSingleStep;
3095 VLOG(jdwp) << "SS new method";
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003096 } else if (single_step_control->GetStepSize() == JDWP::SS_MIN) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003097 event_flags |= kSingleStep;
3098 VLOG(jdwp) << "SS new instruction";
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003099 } else if (single_step_control->ContainsDexPc(dex_pc)) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003100 event_flags |= kSingleStep;
3101 VLOG(jdwp) << "SS new line";
3102 }
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003103 } else if (single_step_control->GetStepDepth() == JDWP::SD_OVER) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003104 // Step over method calls. We break when the line number is
3105 // different and the frame depth is <= the original frame
3106 // depth. (We can't just compare on the method, because we
3107 // might get unrolled past it by an exception, and it's tricky
3108 // to identify recursion.)
3109
3110 int stack_depth = GetStackDepth(thread);
3111
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003112 if (stack_depth < single_step_control->GetStackDepth()) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003113 // Popped up one or more frames, always trigger.
3114 event_flags |= kSingleStep;
3115 VLOG(jdwp) << "SS method pop";
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003116 } else if (stack_depth == single_step_control->GetStackDepth()) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003117 // Same depth, see if we moved.
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003118 if (single_step_control->GetStepSize() == JDWP::SS_MIN) {
Elliott Hughes86964332012-02-15 19:37:42 -08003119 event_flags |= kSingleStep;
3120 VLOG(jdwp) << "SS new instruction";
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003121 } else if (single_step_control->ContainsDexPc(dex_pc)) {
Elliott Hughes2435a572012-02-17 16:07:41 -08003122 event_flags |= kSingleStep;
3123 VLOG(jdwp) << "SS new line";
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003124 }
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003125 }
3126 } else {
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003127 CHECK_EQ(single_step_control->GetStepDepth(), JDWP::SD_OUT);
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003128 // Return from the current method. We break when the frame
3129 // depth pops up.
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003130
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003131 // This differs from the "method exit" break in that it stops
3132 // with the PC at the next instruction in the returned-to
3133 // function, rather than the end of the returning function.
Elliott Hughes86964332012-02-15 19:37:42 -08003134
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003135 int stack_depth = GetStackDepth(thread);
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003136 if (stack_depth < single_step_control->GetStackDepth()) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003137 event_flags |= kSingleStep;
3138 VLOG(jdwp) << "SS method pop";
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003139 }
3140 }
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003141 }
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003142
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003143 // If there's something interesting going on, see if it matches one
3144 // of the debugger filters.
3145 if (event_flags != 0) {
Sebastien Hertz8379b222014-02-24 17:38:15 +01003146 Dbg::PostLocationEvent(m, dex_pc, this_object, event_flags, return_value);
Elliott Hughes91bf6cd2012-02-14 17:27:48 -08003147 }
3148}
3149
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003150size_t* Dbg::GetReferenceCounterForEvent(uint32_t instrumentation_event) {
3151 switch (instrumentation_event) {
3152 case instrumentation::Instrumentation::kMethodEntered:
3153 return &method_enter_event_ref_count_;
3154 case instrumentation::Instrumentation::kMethodExited:
3155 return &method_exit_event_ref_count_;
3156 case instrumentation::Instrumentation::kDexPcMoved:
3157 return &dex_pc_change_event_ref_count_;
3158 case instrumentation::Instrumentation::kFieldRead:
3159 return &field_read_event_ref_count_;
3160 case instrumentation::Instrumentation::kFieldWritten:
3161 return &field_write_event_ref_count_;
Alex Light6e1607e2017-08-23 10:06:18 -07003162 case instrumentation::Instrumentation::kExceptionThrown:
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003163 return &exception_catch_event_ref_count_;
3164 default:
3165 return nullptr;
3166 }
3167}
3168
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003169// Process request while all mutator threads are suspended.
3170void Dbg::ProcessDeoptimizationRequest(const DeoptimizationRequest& request) {
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003171 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003172 switch (request.GetKind()) {
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003173 case DeoptimizationRequest::kNothing:
3174 LOG(WARNING) << "Ignoring empty deoptimization request.";
3175 break;
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003176 case DeoptimizationRequest::kRegisterForEvent:
3177 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003178 request.InstrumentationEvent());
3179 instrumentation->AddListener(&gDebugInstrumentationListener, request.InstrumentationEvent());
3180 instrumentation_events_ |= request.InstrumentationEvent();
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003181 break;
3182 case DeoptimizationRequest::kUnregisterForEvent:
3183 VLOG(jdwp) << StringPrintf("Remove debugger as listener for instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003184 request.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003185 instrumentation->RemoveListener(&gDebugInstrumentationListener,
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003186 request.InstrumentationEvent());
3187 instrumentation_events_ &= ~request.InstrumentationEvent();
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003188 break;
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003189 case DeoptimizationRequest::kFullDeoptimization:
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003190 VLOG(jdwp) << "Deoptimize the world ...";
Sebastien Hertz0462c4c2015-04-01 16:34:17 +02003191 instrumentation->DeoptimizeEverything(kDbgInstrumentationKey);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003192 VLOG(jdwp) << "Deoptimize the world DONE";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003193 break;
3194 case DeoptimizationRequest::kFullUndeoptimization:
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003195 VLOG(jdwp) << "Undeoptimize the world ...";
Sebastien Hertz0462c4c2015-04-01 16:34:17 +02003196 instrumentation->UndeoptimizeEverything(kDbgInstrumentationKey);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003197 VLOG(jdwp) << "Undeoptimize the world DONE";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003198 break;
3199 case DeoptimizationRequest::kSelectiveDeoptimization:
David Sehr709b0702016-10-13 09:12:37 -07003200 VLOG(jdwp) << "Deoptimize method " << ArtMethod::PrettyMethod(request.Method()) << " ...";
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003201 instrumentation->Deoptimize(request.Method());
David Sehr709b0702016-10-13 09:12:37 -07003202 VLOG(jdwp) << "Deoptimize method " << ArtMethod::PrettyMethod(request.Method()) << " DONE";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003203 break;
3204 case DeoptimizationRequest::kSelectiveUndeoptimization:
David Sehr709b0702016-10-13 09:12:37 -07003205 VLOG(jdwp) << "Undeoptimize method " << ArtMethod::PrettyMethod(request.Method()) << " ...";
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003206 instrumentation->Undeoptimize(request.Method());
David Sehr709b0702016-10-13 09:12:37 -07003207 VLOG(jdwp) << "Undeoptimize method " << ArtMethod::PrettyMethod(request.Method()) << " DONE";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003208 break;
3209 default:
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003210 LOG(FATAL) << "Unsupported deoptimization request kind " << request.GetKind();
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003211 break;
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003212 }
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003213}
3214
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003215void Dbg::RequestDeoptimization(const DeoptimizationRequest& req) {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003216 if (req.GetKind() == DeoptimizationRequest::kNothing) {
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003217 // Nothing to do.
3218 return;
3219 }
Brian Carlstrom306db812014-09-05 13:01:41 -07003220 MutexLock mu(Thread::Current(), *Locks::deoptimization_lock_);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003221 RequestDeoptimizationLocked(req);
3222}
3223
3224void Dbg::RequestDeoptimizationLocked(const DeoptimizationRequest& req) {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003225 switch (req.GetKind()) {
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003226 case DeoptimizationRequest::kRegisterForEvent: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003227 DCHECK_NE(req.InstrumentationEvent(), 0u);
3228 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003229 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003230 req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003231 if (*counter == 0) {
Sebastien Hertz7d2ae432014-05-15 11:26:34 +02003232 VLOG(jdwp) << StringPrintf("Queue request #%zd to start listening to instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003233 deoptimization_requests_.size(), req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003234 deoptimization_requests_.push_back(req);
3235 }
3236 *counter = *counter + 1;
3237 break;
3238 }
3239 case DeoptimizationRequest::kUnregisterForEvent: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003240 DCHECK_NE(req.InstrumentationEvent(), 0u);
3241 size_t* counter = GetReferenceCounterForEvent(req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003242 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003243 req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003244 *counter = *counter - 1;
3245 if (*counter == 0) {
Sebastien Hertz7d2ae432014-05-15 11:26:34 +02003246 VLOG(jdwp) << StringPrintf("Queue request #%zd to stop listening to instrumentation event 0x%x",
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003247 deoptimization_requests_.size(), req.InstrumentationEvent());
Sebastien Hertz42cd43f2014-05-13 14:15:41 +02003248 deoptimization_requests_.push_back(req);
3249 }
3250 break;
3251 }
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003252 case DeoptimizationRequest::kFullDeoptimization: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003253 DCHECK(req.Method() == nullptr);
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003254 if (full_deoptimization_event_count_ == 0) {
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003255 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size()
3256 << " for full deoptimization";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003257 deoptimization_requests_.push_back(req);
3258 }
3259 ++full_deoptimization_event_count_;
3260 break;
3261 }
3262 case DeoptimizationRequest::kFullUndeoptimization: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003263 DCHECK(req.Method() == nullptr);
Sebastien Hertze713d932014-05-15 10:48:53 +02003264 DCHECK_GT(full_deoptimization_event_count_, 0U);
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003265 --full_deoptimization_event_count_;
3266 if (full_deoptimization_event_count_ == 0) {
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003267 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size()
3268 << " for full undeoptimization";
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003269 deoptimization_requests_.push_back(req);
3270 }
3271 break;
3272 }
3273 case DeoptimizationRequest::kSelectiveDeoptimization: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003274 DCHECK(req.Method() != nullptr);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003275 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size()
David Sehr709b0702016-10-13 09:12:37 -07003276 << " for deoptimization of " << req.Method()->PrettyMethod();
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003277 deoptimization_requests_.push_back(req);
3278 break;
3279 }
3280 case DeoptimizationRequest::kSelectiveUndeoptimization: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003281 DCHECK(req.Method() != nullptr);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003282 VLOG(jdwp) << "Queue request #" << deoptimization_requests_.size()
David Sehr709b0702016-10-13 09:12:37 -07003283 << " for undeoptimization of " << req.Method()->PrettyMethod();
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003284 deoptimization_requests_.push_back(req);
3285 break;
3286 }
3287 default: {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003288 LOG(FATAL) << "Unknown deoptimization request kind " << req.GetKind();
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003289 break;
3290 }
3291 }
3292}
3293
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003294void Dbg::ManageDeoptimization() {
3295 Thread* const self = Thread::Current();
3296 {
3297 // Avoid suspend/resume if there is no pending request.
Brian Carlstrom306db812014-09-05 13:01:41 -07003298 MutexLock mu(self, *Locks::deoptimization_lock_);
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003299 if (deoptimization_requests_.empty()) {
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003300 return;
3301 }
3302 }
3303 CHECK_EQ(self->GetState(), kRunnable);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003304 ScopedThreadSuspension sts(self, kWaitingForDeoptimization);
Mathieu Chartieraa516822015-10-02 15:53:37 -07003305 // Required for ProcessDeoptimizationRequest.
3306 gc::ScopedGCCriticalSection gcs(self,
3307 gc::kGcCauseInstrumentation,
3308 gc::kCollectorTypeInstrumentation);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003309 // We need to suspend mutator threads first.
Mathieu Chartier4f55e222015-09-04 13:26:21 -07003310 ScopedSuspendAll ssa(__FUNCTION__);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003311 const ThreadState old_state = self->SetStateUnsafe(kRunnable);
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003312 {
Brian Carlstrom306db812014-09-05 13:01:41 -07003313 MutexLock mu(self, *Locks::deoptimization_lock_);
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003314 size_t req_index = 0;
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003315 for (DeoptimizationRequest& request : deoptimization_requests_) {
Sebastien Hertz7ec2f1c2014-03-27 20:06:47 +01003316 VLOG(jdwp) << "Process deoptimization request #" << req_index++;
Sebastien Hertz4d25df32014-03-21 17:44:46 +01003317 ProcessDeoptimizationRequest(request);
3318 }
3319 deoptimization_requests_.clear();
3320 }
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003321 CHECK_EQ(self->SetStateUnsafe(old_state), kRunnable);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003322}
3323
Mathieu Chartiere401d142015-04-22 13:56:20 -07003324static const Breakpoint* FindFirstBreakpointForMethod(ArtMethod* m)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003325 REQUIRES_SHARED(Locks::mutator_lock_, Locks::breakpoint_lock_) {
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003326 for (Breakpoint& breakpoint : gBreakpoints) {
Alex Light6c8467f2015-11-20 15:03:26 -08003327 if (breakpoint.IsInMethod(m)) {
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003328 return &breakpoint;
3329 }
3330 }
3331 return nullptr;
3332}
3333
Mathieu Chartiere401d142015-04-22 13:56:20 -07003334bool Dbg::MethodHasAnyBreakpoints(ArtMethod* method) {
Mathieu Chartierd8565452015-03-26 09:41:50 -07003335 ReaderMutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
3336 return FindFirstBreakpointForMethod(method) != nullptr;
3337}
3338
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003339// Sanity checks all existing breakpoints on the same method.
Mathieu Chartiere401d142015-04-22 13:56:20 -07003340static void SanityCheckExistingBreakpoints(ArtMethod* m,
Sebastien Hertzf3928792014-11-17 19:00:37 +01003341 DeoptimizationRequest::Kind deoptimization_kind)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003342 REQUIRES_SHARED(Locks::mutator_lock_, Locks::breakpoint_lock_) {
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003343 for (const Breakpoint& breakpoint : gBreakpoints) {
Alex Light6c8467f2015-11-20 15:03:26 -08003344 if (breakpoint.IsInMethod(m)) {
Sebastien Hertzf3928792014-11-17 19:00:37 +01003345 CHECK_EQ(deoptimization_kind, breakpoint.GetDeoptimizationKind());
3346 }
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003347 }
Sebastien Hertzf3928792014-11-17 19:00:37 +01003348 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation();
3349 if (deoptimization_kind == DeoptimizationRequest::kFullDeoptimization) {
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003350 // We should have deoptimized everything but not "selectively" deoptimized this method.
Sebastien Hertzf3928792014-11-17 19:00:37 +01003351 CHECK(instrumentation->AreAllMethodsDeoptimized());
3352 CHECK(!instrumentation->IsDeoptimized(m));
3353 } else if (deoptimization_kind == DeoptimizationRequest::kSelectiveDeoptimization) {
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003354 // We should have "selectively" deoptimized this method.
3355 // Note: while we have not deoptimized everything for this method, we may have done it for
3356 // another event.
Sebastien Hertzf3928792014-11-17 19:00:37 +01003357 CHECK(instrumentation->IsDeoptimized(m));
3358 } else {
3359 // This method does not require deoptimization.
3360 CHECK_EQ(deoptimization_kind, DeoptimizationRequest::kNothing);
3361 CHECK(!instrumentation->IsDeoptimized(m));
3362 }
3363}
3364
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003365// Returns the deoptimization kind required to set a breakpoint in a method.
3366// If a breakpoint has already been set, we also return the first breakpoint
3367// through the given 'existing_brkpt' pointer.
Sebastien Hertzf3928792014-11-17 19:00:37 +01003368static DeoptimizationRequest::Kind GetRequiredDeoptimizationKind(Thread* self,
Mathieu Chartiere401d142015-04-22 13:56:20 -07003369 ArtMethod* m,
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003370 const Breakpoint** existing_brkpt)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003371 REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertzf3928792014-11-17 19:00:37 +01003372 if (!Dbg::RequiresDeoptimization()) {
3373 // We already run in interpreter-only mode so we don't need to deoptimize anything.
3374 VLOG(jdwp) << "No need for deoptimization when fully running with interpreter for method "
David Sehr709b0702016-10-13 09:12:37 -07003375 << ArtMethod::PrettyMethod(m);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003376 return DeoptimizationRequest::kNothing;
3377 }
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003378 const Breakpoint* first_breakpoint;
Sebastien Hertzf3928792014-11-17 19:00:37 +01003379 {
3380 ReaderMutexLock mu(self, *Locks::breakpoint_lock_);
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003381 first_breakpoint = FindFirstBreakpointForMethod(m);
3382 *existing_brkpt = first_breakpoint;
Sebastien Hertzf3928792014-11-17 19:00:37 +01003383 }
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003384
3385 if (first_breakpoint == nullptr) {
Nicolas Geoffray6300fd72016-03-18 09:40:17 +00003386 // There is no breakpoint on this method yet: we need to deoptimize. If this method is default,
3387 // we deoptimize everything; otherwise we deoptimize only this method. We
Alex Light6c8467f2015-11-20 15:03:26 -08003388 // deoptimize with defaults because we do not know everywhere they are used. It is possible some
Nicolas Geoffray6300fd72016-03-18 09:40:17 +00003389 // of the copies could be missed.
Alex Light6c8467f2015-11-20 15:03:26 -08003390 // TODO Deoptimizing on default methods might not be necessary in all cases.
Nicolas Geoffray6300fd72016-03-18 09:40:17 +00003391 bool need_full_deoptimization = m->IsDefault();
Sebastien Hertzf3928792014-11-17 19:00:37 +01003392 if (need_full_deoptimization) {
Nicolas Geoffray6300fd72016-03-18 09:40:17 +00003393 VLOG(jdwp) << "Need full deoptimization because of copying of method "
David Sehr709b0702016-10-13 09:12:37 -07003394 << ArtMethod::PrettyMethod(m);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003395 return DeoptimizationRequest::kFullDeoptimization;
3396 } else {
3397 // We don't need to deoptimize if the method has not been compiled.
Nicolas Geoffraya5891e82015-11-06 14:18:27 +00003398 const bool is_compiled = m->HasAnyCompiledCode();
Sebastien Hertzf3928792014-11-17 19:00:37 +01003399 if (is_compiled) {
David Sehr709b0702016-10-13 09:12:37 -07003400 VLOG(jdwp) << "Need selective deoptimization for compiled method "
3401 << ArtMethod::PrettyMethod(m);
Nicolas Geoffray6300fd72016-03-18 09:40:17 +00003402 return DeoptimizationRequest::kSelectiveDeoptimization;
Sebastien Hertzf3928792014-11-17 19:00:37 +01003403 } else {
3404 // Method is not compiled: we don't need to deoptimize.
David Sehr709b0702016-10-13 09:12:37 -07003405 VLOG(jdwp) << "No need for deoptimization for non-compiled method "
3406 << ArtMethod::PrettyMethod(m);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003407 return DeoptimizationRequest::kNothing;
3408 }
3409 }
3410 } else {
3411 // There is at least one breakpoint for this method: we don't need to deoptimize.
3412 // Let's check that all breakpoints are configured the same way for deoptimization.
3413 VLOG(jdwp) << "Breakpoint already set: no deoptimization is required";
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003414 DeoptimizationRequest::Kind deoptimization_kind = first_breakpoint->GetDeoptimizationKind();
Sebastien Hertzf3928792014-11-17 19:00:37 +01003415 if (kIsDebugBuild) {
3416 ReaderMutexLock mu(self, *Locks::breakpoint_lock_);
3417 SanityCheckExistingBreakpoints(m, deoptimization_kind);
3418 }
3419 return DeoptimizationRequest::kNothing;
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003420 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003421}
3422
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003423// Installs a breakpoint at the specified location. Also indicates through the deoptimization
3424// request if we need to deoptimize.
3425void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) {
3426 Thread* const self = Thread::Current();
Mathieu Chartiere401d142015-04-22 13:56:20 -07003427 ArtMethod* m = FromMethodId(location->method_id);
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003428 DCHECK(m != nullptr) << "No method for method id " << location->method_id;
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003429
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003430 const Breakpoint* existing_breakpoint = nullptr;
3431 const DeoptimizationRequest::Kind deoptimization_kind =
3432 GetRequiredDeoptimizationKind(self, m, &existing_breakpoint);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003433 req->SetKind(deoptimization_kind);
3434 if (deoptimization_kind == DeoptimizationRequest::kSelectiveDeoptimization) {
3435 req->SetMethod(m);
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003436 } else {
Sebastien Hertzf3928792014-11-17 19:00:37 +01003437 CHECK(deoptimization_kind == DeoptimizationRequest::kNothing ||
3438 deoptimization_kind == DeoptimizationRequest::kFullDeoptimization);
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003439 req->SetMethod(nullptr);
Sebastien Hertz138dbfc2013-12-04 18:15:25 +01003440 }
3441
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003442 {
3443 WriterMutexLock mu(self, *Locks::breakpoint_lock_);
Sebastien Hertzabe93e02014-12-17 16:35:50 +01003444 // If there is at least one existing breakpoint on the same method, the new breakpoint
3445 // must have the same deoptimization kind than the existing breakpoint(s).
3446 DeoptimizationRequest::Kind breakpoint_deoptimization_kind;
3447 if (existing_breakpoint != nullptr) {
3448 breakpoint_deoptimization_kind = existing_breakpoint->GetDeoptimizationKind();
3449 } else {
3450 breakpoint_deoptimization_kind = deoptimization_kind;
3451 }
3452 gBreakpoints.push_back(Breakpoint(m, location->dex_pc, breakpoint_deoptimization_kind));
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003453 VLOG(jdwp) << "Set breakpoint #" << (gBreakpoints.size() - 1) << ": "
3454 << gBreakpoints[gBreakpoints.size() - 1];
3455 }
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003456}
3457
3458// Uninstalls a breakpoint at the specified location. Also indicates through the deoptimization
3459// request if we need to undeoptimize.
3460void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) {
Sebastien Hertzed2be172014-08-19 15:33:43 +02003461 WriterMutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
Mathieu Chartiere401d142015-04-22 13:56:20 -07003462 ArtMethod* m = FromMethodId(location->method_id);
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003463 DCHECK(m != nullptr) << "No method for method id " << location->method_id;
Sebastien Hertzf3928792014-11-17 19:00:37 +01003464 DeoptimizationRequest::Kind deoptimization_kind = DeoptimizationRequest::kNothing;
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003465 for (size_t i = 0, e = gBreakpoints.size(); i < e; ++i) {
Alex Light6c8467f2015-11-20 15:03:26 -08003466 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].IsInMethod(m)) {
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003467 VLOG(jdwp) << "Removed breakpoint #" << i << ": " << gBreakpoints[i];
Sebastien Hertzf3928792014-11-17 19:00:37 +01003468 deoptimization_kind = gBreakpoints[i].GetDeoptimizationKind();
3469 DCHECK_EQ(deoptimization_kind == DeoptimizationRequest::kSelectiveDeoptimization,
3470 Runtime::Current()->GetInstrumentation()->IsDeoptimized(m));
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003471 gBreakpoints.erase(gBreakpoints.begin() + i);
3472 break;
3473 }
3474 }
3475 const Breakpoint* const existing_breakpoint = FindFirstBreakpointForMethod(m);
3476 if (existing_breakpoint == nullptr) {
3477 // There is no more breakpoint on this method: we need to undeoptimize.
Sebastien Hertzf3928792014-11-17 19:00:37 +01003478 if (deoptimization_kind == DeoptimizationRequest::kFullDeoptimization) {
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003479 // This method required full deoptimization: we need to undeoptimize everything.
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003480 req->SetKind(DeoptimizationRequest::kFullUndeoptimization);
3481 req->SetMethod(nullptr);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003482 } else if (deoptimization_kind == DeoptimizationRequest::kSelectiveDeoptimization) {
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003483 // This method required selective deoptimization: we need to undeoptimize only that method.
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003484 req->SetKind(DeoptimizationRequest::kSelectiveUndeoptimization);
3485 req->SetMethod(m);
Sebastien Hertzf3928792014-11-17 19:00:37 +01003486 } else {
3487 // This method had no need for deoptimization: do nothing.
3488 CHECK_EQ(deoptimization_kind, DeoptimizationRequest::kNothing);
3489 req->SetKind(DeoptimizationRequest::kNothing);
3490 req->SetMethod(nullptr);
Sebastien Hertza76a6d42014-03-20 16:40:17 +01003491 }
3492 } else {
3493 // There is at least one breakpoint for this method: we don't need to undeoptimize.
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07003494 req->SetKind(DeoptimizationRequest::kNothing);
3495 req->SetMethod(nullptr);
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003496 if (kIsDebugBuild) {
Sebastien Hertzf3928792014-11-17 19:00:37 +01003497 SanityCheckExistingBreakpoints(m, deoptimization_kind);
Sebastien Hertz4d1e9ab2014-09-18 16:03:34 +02003498 }
Elliott Hughes86964332012-02-15 19:37:42 -08003499 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003500}
3501
Mathieu Chartiere401d142015-04-22 13:56:20 -07003502bool Dbg::IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m) {
Daniel Mihalyieb076692014-08-22 17:33:31 +02003503 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3504 if (ssc == nullptr) {
3505 // If we are not single-stepping, then we don't have to force interpreter.
3506 return false;
3507 }
3508 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
3509 // If we are in interpreter only mode, then we don't have to force interpreter.
3510 return false;
3511 }
3512
3513 if (!m->IsNative() && !m->IsProxyMethod()) {
3514 // If we want to step into a method, then we have to force interpreter on that call.
3515 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3516 return true;
3517 }
3518 }
3519 return false;
3520}
3521
Mathieu Chartiere401d142015-04-22 13:56:20 -07003522bool Dbg::IsForcedInterpreterNeededForResolutionImpl(Thread* thread, ArtMethod* m) {
Daniel Mihalyieb076692014-08-22 17:33:31 +02003523 instrumentation::Instrumentation* const instrumentation =
3524 Runtime::Current()->GetInstrumentation();
3525 // If we are in interpreter only mode, then we don't have to force interpreter.
3526 if (instrumentation->InterpretOnly()) {
3527 return false;
3528 }
3529 // We can only interpret pure Java method.
3530 if (m->IsNative() || m->IsProxyMethod()) {
3531 return false;
3532 }
3533 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3534 if (ssc != nullptr) {
3535 // If we want to step into a method, then we have to force interpreter on that call.
3536 if (ssc->GetStepDepth() == JDWP::SD_INTO) {
3537 return true;
3538 }
3539 // If we are stepping out from a static initializer, by issuing a step
3540 // in or step over, that was implicitly invoked by calling a static method,
3541 // then we need to step into that method. Having a lower stack depth than
3542 // the one the single step control has indicates that the step originates
3543 // from the static initializer.
3544 if (ssc->GetStepDepth() != JDWP::SD_OUT &&
3545 ssc->GetStackDepth() > GetStackDepth(thread)) {
3546 return true;
3547 }
3548 }
3549 // There are cases where we have to force interpreter on deoptimized methods,
3550 // because in some cases the call will not be performed by invoking an entry
3551 // point that has been replaced by the deoptimization, but instead by directly
3552 // invoking the compiled code of the method, for example.
3553 return instrumentation->IsDeoptimized(m);
3554}
3555
Mathieu Chartiere401d142015-04-22 13:56:20 -07003556bool Dbg::IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07003557 // The upcall can be null and in that case we don't need to do anything.
Daniel Mihalyieb076692014-08-22 17:33:31 +02003558 if (m == nullptr) {
3559 return false;
3560 }
3561 instrumentation::Instrumentation* const instrumentation =
3562 Runtime::Current()->GetInstrumentation();
3563 // If we are in interpreter only mode, then we don't have to force interpreter.
3564 if (instrumentation->InterpretOnly()) {
3565 return false;
3566 }
3567 // We can only interpret pure Java method.
3568 if (m->IsNative() || m->IsProxyMethod()) {
3569 return false;
3570 }
3571 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3572 if (ssc != nullptr) {
3573 // If we are stepping out from a static initializer, by issuing a step
3574 // out, that was implicitly invoked by calling a static method, then we
3575 // need to step into the caller of that method. Having a lower stack
3576 // depth than the one the single step control has indicates that the
3577 // step originates from the static initializer.
3578 if (ssc->GetStepDepth() == JDWP::SD_OUT &&
3579 ssc->GetStackDepth() > GetStackDepth(thread)) {
3580 return true;
3581 }
3582 }
3583 // If we are returning from a static intializer, that was implicitly
3584 // invoked by calling a static method and the caller is deoptimized,
3585 // then we have to deoptimize the stack without forcing interpreter
3586 // on the static method that was called originally. This problem can
3587 // be solved easily by forcing instrumentation on the called method,
3588 // because the instrumentation exit hook will recognise the need of
3589 // stack deoptimization by calling IsForcedInterpreterNeededForUpcall.
3590 return instrumentation->IsDeoptimized(m);
3591}
3592
Mathieu Chartiere401d142015-04-22 13:56:20 -07003593bool Dbg::IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m) {
Mathieu Chartier2cebb242015-04-21 16:50:40 -07003594 // The upcall can be null and in that case we don't need to do anything.
Daniel Mihalyieb076692014-08-22 17:33:31 +02003595 if (m == nullptr) {
3596 return false;
3597 }
3598 instrumentation::Instrumentation* const instrumentation =
3599 Runtime::Current()->GetInstrumentation();
3600 // If we are in interpreter only mode, then we don't have to force interpreter.
3601 if (instrumentation->InterpretOnly()) {
3602 return false;
3603 }
3604 // We can only interpret pure Java method.
3605 if (m->IsNative() || m->IsProxyMethod()) {
3606 return false;
3607 }
3608 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3609 if (ssc != nullptr) {
3610 // The debugger is not interested in what is happening under the level
3611 // of the step, thus we only force interpreter when we are not below of
3612 // the step.
3613 if (ssc->GetStackDepth() >= GetStackDepth(thread)) {
3614 return true;
3615 }
3616 }
Mingyao Yang99170c62015-07-06 11:10:37 -07003617 if (thread->HasDebuggerShadowFrames()) {
3618 // We need to deoptimize the stack for the exception handling flow so that
3619 // we don't miss any deoptimization that should be done when there are
3620 // debugger shadow frames.
3621 return true;
3622 }
Daniel Mihalyieb076692014-08-22 17:33:31 +02003623 // We have to require stack deoptimization if the upcall is deoptimized.
3624 return instrumentation->IsDeoptimized(m);
3625}
3626
Mingyao Yang99170c62015-07-06 11:10:37 -07003627class NeedsDeoptimizationVisitor : public StackVisitor {
Sebastien Hertz520633b2015-09-08 17:03:36 +02003628 public:
3629 explicit NeedsDeoptimizationVisitor(Thread* self)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003630 REQUIRES_SHARED(Locks::mutator_lock_)
Sebastien Hertz520633b2015-09-08 17:03:36 +02003631 : StackVisitor(self, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
3632 needs_deoptimization_(false) {}
3633
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003634 bool VisitFrame() OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
Sebastien Hertz520633b2015-09-08 17:03:36 +02003635 // The visitor is meant to be used when handling exception from compiled code only.
David Sehr709b0702016-10-13 09:12:37 -07003636 CHECK(!IsShadowFrame()) << "We only expect to visit compiled frame: "
3637 << ArtMethod::PrettyMethod(GetMethod());
Sebastien Hertz520633b2015-09-08 17:03:36 +02003638 ArtMethod* method = GetMethod();
3639 if (method == nullptr) {
3640 // We reach an upcall and don't need to deoptimize this part of the stack (ManagedFragment)
3641 // so we can stop the visit.
3642 DCHECK(!needs_deoptimization_);
3643 return false;
3644 }
3645 if (Runtime::Current()->GetInstrumentation()->InterpretOnly()) {
3646 // We found a compiled frame in the stack but instrumentation is set to interpret
3647 // everything: we need to deoptimize.
3648 needs_deoptimization_ = true;
3649 return false;
3650 }
3651 if (Runtime::Current()->GetInstrumentation()->IsDeoptimized(method)) {
3652 // We found a deoptimized method in the stack.
3653 needs_deoptimization_ = true;
3654 return false;
3655 }
Mingyao Yang99170c62015-07-06 11:10:37 -07003656 ShadowFrame* frame = GetThread()->FindDebuggerShadowFrame(GetFrameId());
3657 if (frame != nullptr) {
3658 // The debugger allocated a ShadowFrame to update a variable in the stack: we need to
3659 // deoptimize the stack to execute (and deallocate) this frame.
3660 needs_deoptimization_ = true;
3661 return false;
3662 }
Sebastien Hertz520633b2015-09-08 17:03:36 +02003663 return true;
3664 }
3665
3666 bool NeedsDeoptimization() const {
3667 return needs_deoptimization_;
3668 }
3669
3670 private:
3671 // Do we need to deoptimize the stack?
3672 bool needs_deoptimization_;
3673
3674 DISALLOW_COPY_AND_ASSIGN(NeedsDeoptimizationVisitor);
3675};
3676
3677// Do we need to deoptimize the stack to handle an exception?
3678bool Dbg::IsForcedInterpreterNeededForExceptionImpl(Thread* thread) {
3679 const SingleStepControl* const ssc = thread->GetSingleStepControl();
3680 if (ssc != nullptr) {
3681 // We deopt to step into the catch handler.
3682 return true;
3683 }
3684 // Deoptimization is required if at least one method in the stack needs it. However we
3685 // skip frames that will be unwound (thus not executed).
3686 NeedsDeoptimizationVisitor visitor(thread);
3687 visitor.WalkStack(true); // includes upcall.
3688 return visitor.NeedsDeoptimization();
3689}
3690
Jeff Hao449db332013-04-12 18:30:52 -07003691// Scoped utility class to suspend a thread so that we may do tasks such as walk its stack. Doesn't
3692// cause suspension if the thread is the current thread.
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003693class ScopedDebuggerThreadSuspension {
Jeff Hao449db332013-04-12 18:30:52 -07003694 public:
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003695 ScopedDebuggerThreadSuspension(Thread* self, JDWP::ObjectId thread_id)
Mathieu Chartier90443472015-07-16 20:32:27 -07003696 REQUIRES(!Locks::thread_list_lock_)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003697 REQUIRES_SHARED(Locks::mutator_lock_) :
Ian Rogersf3d874c2014-07-17 18:52:42 -07003698 thread_(nullptr),
Jeff Hao449db332013-04-12 18:30:52 -07003699 error_(JDWP::ERR_NONE),
3700 self_suspend_(false),
Ian Rogers33e95662013-05-20 20:29:14 -07003701 other_suspend_(false) {
Jeff Hao449db332013-04-12 18:30:52 -07003702 ScopedObjectAccessUnchecked soa(self);
Sebastien Hertz69206392015-04-07 15:54:25 +02003703 thread_ = DecodeThread(soa, thread_id, &error_);
Jeff Hao449db332013-04-12 18:30:52 -07003704 if (error_ == JDWP::ERR_NONE) {
3705 if (thread_ == soa.Self()) {
3706 self_suspend_ = true;
3707 } else {
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003708 Thread* suspended_thread;
3709 {
3710 ScopedThreadSuspension sts(self, kWaitingForDebuggerSuspension);
3711 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id);
3712 bool timed_out;
3713 ThreadList* const thread_list = Runtime::Current()->GetThreadList();
Sebastien Hertzcdd798d2017-04-18 18:28:51 +02003714 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer,
3715 /* request_suspension */ true,
Alex Light46f93402017-06-29 11:59:50 -07003716 SuspendReason::kForDebugger,
Sebastien Hertzcdd798d2017-04-18 18:28:51 +02003717 &timed_out);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003718 }
Ian Rogersf3d874c2014-07-17 18:52:42 -07003719 if (suspended_thread == nullptr) {
Jeff Hao449db332013-04-12 18:30:52 -07003720 // Thread terminated from under us while suspending.
3721 error_ = JDWP::ERR_INVALID_THREAD;
3722 } else {
3723 CHECK_EQ(suspended_thread, thread_);
3724 other_suspend_ = true;
3725 }
3726 }
3727 }
Elliott Hughes2435a572012-02-17 16:07:41 -08003728 }
Elliott Hughes86964332012-02-15 19:37:42 -08003729
Jeff Hao449db332013-04-12 18:30:52 -07003730 Thread* GetThread() const {
3731 return thread_;
3732 }
3733
3734 JDWP::JdwpError GetError() const {
3735 return error_;
3736 }
3737
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003738 ~ScopedDebuggerThreadSuspension() {
Jeff Hao449db332013-04-12 18:30:52 -07003739 if (other_suspend_) {
Alex Light88fd7202017-06-30 08:31:59 -07003740 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_,
3741 SuspendReason::kForDebugger);
3742 DCHECK(resumed);
Jeff Hao449db332013-04-12 18:30:52 -07003743 }
3744 }
3745
3746 private:
3747 Thread* thread_;
3748 JDWP::JdwpError error_;
3749 bool self_suspend_;
3750 bool other_suspend_;
3751};
3752
3753JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size,
3754 JDWP::JdwpStepDepth step_depth) {
3755 Thread* self = Thread::Current();
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07003756 ScopedDebuggerThreadSuspension sts(self, thread_id);
Jeff Hao449db332013-04-12 18:30:52 -07003757 if (sts.GetError() != JDWP::ERR_NONE) {
3758 return sts.GetError();
3759 }
3760
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003761 // Work out what ArtMethod* we're in, the current line number, and how deep the stack currently
Elliott Hughes2435a572012-02-17 16:07:41 -08003762 // is for step-out.
Ian Rogers0399dde2012-06-06 17:09:28 -07003763 struct SingleStepStackVisitor : public StackVisitor {
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07003764 explicit SingleStepStackVisitor(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_)
Nicolas Geoffray8e5bd182015-05-06 11:34:34 +01003765 : StackVisitor(thread, nullptr, StackVisitor::StackWalkKind::kIncludeInlinedFrames),
3766 stack_depth(0),
3767 method(nullptr),
3768 line_number(-1) {}
Ian Rogersca190662012-06-26 15:45:57 -07003769
Ian Rogers00f7d0e2012-07-19 15:28:27 -07003770 // TODO: Enable annotalysis. We know lock is held in constructor, but abstraction confuses
3771 // annotalysis.
3772 bool VisitFrame() NO_THREAD_SAFETY_ANALYSIS {
Mathieu Chartiere401d142015-04-22 13:56:20 -07003773 ArtMethod* m = GetMethod();
Ian Rogers0399dde2012-06-06 17:09:28 -07003774 if (!m->IsRuntimeMethod()) {
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003775 ++stack_depth;
3776 if (method == nullptr) {
Alex Light73376312017-04-06 10:10:51 -07003777 const DexFile* dex_file = m->GetDexFile();
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003778 method = m;
Alex Light73376312017-04-06 10:10:51 -07003779 if (dex_file != nullptr) {
David Sehr9323e6e2016-09-13 08:58:35 -07003780 line_number = annotations::GetLineNumFromPC(dex_file, m, GetDexPc());
Elliott Hughes2435a572012-02-17 16:07:41 -08003781 }
Elliott Hughes86964332012-02-15 19:37:42 -08003782 }
3783 }
Elliott Hughes530fa002012-03-12 11:44:49 -07003784 return true;
Elliott Hughes86964332012-02-15 19:37:42 -08003785 }
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003786
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003787 int stack_depth;
Mathieu Chartiere401d142015-04-22 13:56:20 -07003788 ArtMethod* method;
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003789 int32_t line_number;
Elliott Hughes86964332012-02-15 19:37:42 -08003790 };
Jeff Hao449db332013-04-12 18:30:52 -07003791
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003792 Thread* const thread = sts.GetThread();
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003793 SingleStepStackVisitor visitor(thread);
Ian Rogers0399dde2012-06-06 17:09:28 -07003794 visitor.WalkStack();
Elliott Hughes86964332012-02-15 19:37:42 -08003795
Elliott Hughes2435a572012-02-17 16:07:41 -08003796 // Find the dex_pc values that correspond to the current line, for line-based single-stepping.
Elliott Hughes2435a572012-02-17 16:07:41 -08003797 struct DebugCallbackContext {
Roland Levillain3887c462015-08-12 18:15:42 +01003798 DebugCallbackContext(SingleStepControl* single_step_control_cb,
3799 int32_t line_number_cb, const DexFile::CodeItem* code_item)
3800 : single_step_control_(single_step_control_cb), line_number_(line_number_cb),
3801 code_item_(code_item), last_pc_valid(false), last_pc(0) {
Elliott Hughes2435a572012-02-17 16:07:41 -08003802 }
3803
David Srbeckyb06e28e2015-12-10 13:15:00 +00003804 static bool Callback(void* raw_context, const DexFile::PositionInfo& entry) {
Elliott Hughes2435a572012-02-17 16:07:41 -08003805 DebugCallbackContext* context = reinterpret_cast<DebugCallbackContext*>(raw_context);
David Srbeckyb06e28e2015-12-10 13:15:00 +00003806 if (static_cast<int32_t>(entry.line_) == context->line_number_) {
Elliott Hughes2435a572012-02-17 16:07:41 -08003807 if (!context->last_pc_valid) {
3808 // Everything from this address until the next line change is ours.
David Srbeckyb06e28e2015-12-10 13:15:00 +00003809 context->last_pc = entry.address_;
Elliott Hughes2435a572012-02-17 16:07:41 -08003810 context->last_pc_valid = true;
3811 }
3812 // Otherwise, if we're already in a valid range for this line,
3813 // just keep going (shouldn't really happen)...
Brian Carlstrom7934ac22013-07-26 10:54:15 -07003814 } else if (context->last_pc_valid) { // and the line number is new
Elliott Hughes2435a572012-02-17 16:07:41 -08003815 // Add everything from the last entry up until here to the set
David Srbeckyb06e28e2015-12-10 13:15:00 +00003816 for (uint32_t dex_pc = context->last_pc; dex_pc < entry.address_; ++dex_pc) {
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003817 context->single_step_control_->AddDexPc(dex_pc);
Elliott Hughes2435a572012-02-17 16:07:41 -08003818 }
3819 context->last_pc_valid = false;
3820 }
Brian Carlstrom7934ac22013-07-26 10:54:15 -07003821 return false; // There may be multiple entries for any given line.
Elliott Hughes2435a572012-02-17 16:07:41 -08003822 }
3823
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003824 ~DebugCallbackContext() {
Elliott Hughes2435a572012-02-17 16:07:41 -08003825 // If the line number was the last in the position table...
3826 if (last_pc_valid) {
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003827 size_t end = code_item_->insns_size_in_code_units_;
Elliott Hughes2435a572012-02-17 16:07:41 -08003828 for (uint32_t dex_pc = last_pc; dex_pc < end; ++dex_pc) {
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003829 single_step_control_->AddDexPc(dex_pc);
Elliott Hughes2435a572012-02-17 16:07:41 -08003830 }
3831 }
3832 }
3833
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003834 SingleStepControl* const single_step_control_;
3835 const int32_t line_number_;
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003836 const DexFile::CodeItem* const code_item_;
Elliott Hughes2435a572012-02-17 16:07:41 -08003837 bool last_pc_valid;
3838 uint32_t last_pc;
3839 };
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003840
3841 // Allocate single step.
Sebastien Hertz1558b572015-02-25 15:05:59 +01003842 SingleStepControl* single_step_control =
3843 new (std::nothrow) SingleStepControl(step_size, step_depth,
3844 visitor.stack_depth, visitor.method);
3845 if (single_step_control == nullptr) {
3846 LOG(ERROR) << "Failed to allocate SingleStepControl";
3847 return JDWP::ERR_OUT_OF_MEMORY;
3848 }
3849
Mathieu Chartiere401d142015-04-22 13:56:20 -07003850 ArtMethod* m = single_step_control->GetMethod();
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003851 const int32_t line_number = visitor.line_number;
Sebastien Hertz52f5f932015-05-28 11:00:57 +02003852 // Note: if the thread is not running Java code (pure native thread), there is no "current"
3853 // method on the stack (and no line number either).
3854 if (m != nullptr && !m->IsNative()) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07003855 const DexFile::CodeItem* const code_item = m->GetCodeItem();
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003856 DebugCallbackContext context(single_step_control, line_number, code_item);
David Srbeckyb06e28e2015-12-10 13:15:00 +00003857 m->GetDexFile()->DecodeDebugPositionInfo(code_item, DebugCallbackContext::Callback, &context);
Elliott Hughes3e2e1a22012-02-21 11:33:41 -08003858 }
Elliott Hughes2435a572012-02-17 16:07:41 -08003859
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003860 // Activate single-step in the thread.
3861 thread->ActivateSingleStepControl(single_step_control);
Elliott Hughes86964332012-02-15 19:37:42 -08003862
Elliott Hughes2435a572012-02-17 16:07:41 -08003863 if (VLOG_IS_ON(jdwp)) {
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003864 VLOG(jdwp) << "Single-step thread: " << *thread;
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003865 VLOG(jdwp) << "Single-step step size: " << single_step_control->GetStepSize();
3866 VLOG(jdwp) << "Single-step step depth: " << single_step_control->GetStepDepth();
David Sehr709b0702016-10-13 09:12:37 -07003867 VLOG(jdwp) << "Single-step current method: "
3868 << ArtMethod::PrettyMethod(single_step_control->GetMethod());
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003869 VLOG(jdwp) << "Single-step current line: " << line_number;
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003870 VLOG(jdwp) << "Single-step current stack depth: " << single_step_control->GetStackDepth();
Elliott Hughes2435a572012-02-17 16:07:41 -08003871 VLOG(jdwp) << "Single-step dex_pc values:";
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003872 for (uint32_t dex_pc : single_step_control->GetDexPcs()) {
Sebastien Hertzbb43b432014-04-14 11:59:08 +02003873 VLOG(jdwp) << StringPrintf(" %#x", dex_pc);
Elliott Hughes2435a572012-02-17 16:07:41 -08003874 }
3875 }
3876
3877 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003878}
3879
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003880void Dbg::UnconfigureStep(JDWP::ObjectId thread_id) {
3881 ScopedObjectAccessUnchecked soa(Thread::Current());
Ian Rogersc0542af2014-09-03 16:16:56 -07003882 JDWP::JdwpError error;
3883 Thread* thread = DecodeThread(soa, thread_id, &error);
Sebastien Hertz87118ed2013-11-26 17:57:18 +01003884 if (error == JDWP::ERR_NONE) {
Sebastien Hertz597c4f02015-01-26 17:37:14 +01003885 thread->DeactivateSingleStepControl();
Sebastien Hertz61b7f1b2013-11-15 15:59:30 +01003886 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07003887}
3888
Elliott Hughes45651fd2012-02-21 15:48:20 -08003889static char JdwpTagToShortyChar(JDWP::JdwpTag tag) {
3890 switch (tag) {
3891 default:
3892 LOG(FATAL) << "unknown JDWP tag: " << PrintableChar(tag);
Ian Rogersfc787ec2014-10-09 21:56:44 -07003893 UNREACHABLE();
Elliott Hughes45651fd2012-02-21 15:48:20 -08003894
3895 // Primitives.
3896 case JDWP::JT_BYTE: return 'B';
3897 case JDWP::JT_CHAR: return 'C';
3898 case JDWP::JT_FLOAT: return 'F';
3899 case JDWP::JT_DOUBLE: return 'D';
3900 case JDWP::JT_INT: return 'I';
3901 case JDWP::JT_LONG: return 'J';
3902 case JDWP::JT_SHORT: return 'S';
3903 case JDWP::JT_VOID: return 'V';
3904 case JDWP::JT_BOOLEAN: return 'Z';
3905
3906 // Reference types.
3907 case JDWP::JT_ARRAY:
3908 case JDWP::JT_OBJECT:
3909 case JDWP::JT_STRING:
3910 case JDWP::JT_THREAD:
3911 case JDWP::JT_THREAD_GROUP:
3912 case JDWP::JT_CLASS_LOADER:
3913 case JDWP::JT_CLASS_OBJECT:
3914 return 'L';
3915 }
3916}
3917
Sebastien Hertzcbc50642015-06-01 17:33:12 +02003918JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,
3919 JDWP::ObjectId object_id, JDWP::RefTypeId class_id,
3920 JDWP::MethodId method_id, uint32_t arg_count,
3921 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
3922 uint32_t options) {
3923 Thread* const self = Thread::Current();
3924 CHECK_EQ(self, GetDebugThread()) << "This must be called by the JDWP thread";
Sebastien Hertzd4032e42015-06-12 15:47:34 +02003925 const bool resume_all_threads = ((options & JDWP::INVOKE_SINGLE_THREADED) == 0);
Elliott Hughesd07986f2011-12-06 18:27:45 -08003926
Sebastien Hertzcbc50642015-06-01 17:33:12 +02003927 ThreadList* thread_list = Runtime::Current()->GetThreadList();
Ian Rogersc0542af2014-09-03 16:16:56 -07003928 Thread* targetThread = nullptr;
Elliott Hughesd07986f2011-12-06 18:27:45 -08003929 {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07003930 ScopedObjectAccessUnchecked soa(self);
Ian Rogersc0542af2014-09-03 16:16:56 -07003931 JDWP::JdwpError error;
3932 targetThread = DecodeThread(soa, thread_id, &error);
Elliott Hughes221229c2013-01-08 18:17:50 -08003933 if (error != JDWP::ERR_NONE) {
3934 LOG(ERROR) << "InvokeMethod request for invalid thread id " << thread_id;
3935 return error;
Elliott Hughesd07986f2011-12-06 18:27:45 -08003936 }
Sebastien Hertz1558b572015-02-25 15:05:59 +01003937 if (targetThread->GetInvokeReq() != nullptr) {
3938 // Thread is already invoking a method on behalf of the debugger.
3939 LOG(ERROR) << "InvokeMethod request for thread already invoking a method: " << *targetThread;
3940 return JDWP::ERR_ALREADY_INVOKING;
3941 }
3942 if (!targetThread->IsReadyForDebugInvoke()) {
3943 // Thread is not suspended by an event so it cannot invoke a method.
Elliott Hughesd07986f2011-12-06 18:27:45 -08003944 LOG(ERROR) << "InvokeMethod request for thread not stopped by event: " << *targetThread;
3945 return JDWP::ERR_INVALID_THREAD;
3946 }
3947
3948 /*
Sebastien Hertzd4032e42015-06-12 15:47:34 +02003949 * According to the JDWP specs, we are expected to resume all threads (or only the
3950 * target thread) once. So if a thread has been suspended more than once (either by
3951 * the debugger for an event or by the runtime for GC), it will remain suspended before
3952 * the invoke is executed. This means the debugger is responsible to properly resume all
3953 * the threads it has suspended so the target thread can execute the method.
Elliott Hughesd07986f2011-12-06 18:27:45 -08003954 *
Sebastien Hertzd4032e42015-06-12 15:47:34 +02003955 * However, for compatibility reason with older versions of debuggers (like Eclipse), we
3956 * fully resume all threads (by canceling *all* debugger suspensions) when the debugger
3957 * wants us to resume all threads. This is to avoid ending up in deadlock situation.
3958 *
3959 * On the other hand, if we are asked to only resume the target thread, then we follow the
3960 * JDWP specs by resuming that thread only once. This means the thread will remain suspended
3961 * if it has been suspended more than once before the invoke (and again, this is the
3962 * responsibility of the debugger to properly resume that thread before invoking a method).
Elliott Hughesd07986f2011-12-06 18:27:45 -08003963 */
Ian Rogers00f7d0e2012-07-19 15:28:27 -07003964 int suspend_count;
3965 {
Ian Rogers50b35e22012-10-04 10:09:15 -07003966 MutexLock mu2(soa.Self(), *Locks::thread_suspend_count_lock_);
Ian Rogers00f7d0e2012-07-19 15:28:27 -07003967 suspend_count = targetThread->GetSuspendCount();
3968 }
Sebastien Hertzd4032e42015-06-12 15:47:34 +02003969 if (suspend_count > 1 && resume_all_threads) {
3970 // The target thread will remain suspended even after we resume it. Let's emit a warning
3971 // to indicate the invoke won't be executed until the thread is resumed.
3972 LOG(WARNING) << *targetThread << " suspended more than once (suspend count == "
3973 << suspend_count << "). This thread will invoke the method only once "
3974 << "it is fully resumed.";
Elliott Hughesd07986f2011-12-06 18:27:45 -08003975 }
3976
Ian Rogersc0542af2014-09-03 16:16:56 -07003977 mirror::Object* receiver = gRegistry->Get<mirror::Object*>(object_id, &error);
3978 if (error != JDWP::ERR_NONE) {
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08003979 return JDWP::ERR_INVALID_OBJECT;
3980 }
Elliott Hughes45651fd2012-02-21 15:48:20 -08003981
Sebastien Hertz1558b572015-02-25 15:05:59 +01003982 gRegistry->Get<mirror::Object*>(thread_id, &error);
Ian Rogersc0542af2014-09-03 16:16:56 -07003983 if (error != JDWP::ERR_NONE) {
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08003984 return JDWP::ERR_INVALID_OBJECT;
3985 }
Elliott Hughes45651fd2012-02-21 15:48:20 -08003986
Ian Rogersc0542af2014-09-03 16:16:56 -07003987 mirror::Class* c = DecodeClass(class_id, &error);
3988 if (c == nullptr) {
3989 return error;
Elliott Hughes3f4d58f2012-02-18 20:05:37 -08003990 }
Elliott Hughes45651fd2012-02-21 15:48:20 -08003991
Mathieu Chartiere401d142015-04-22 13:56:20 -07003992 ArtMethod* m = FromMethodId(method_id);
Ian Rogersc0542af2014-09-03 16:16:56 -07003993 if (m->IsStatic() != (receiver == nullptr)) {
Elliott Hughes45651fd2012-02-21 15:48:20 -08003994 return JDWP::ERR_INVALID_METHODID;
3995 }
3996 if (m->IsStatic()) {
3997 if (m->GetDeclaringClass() != c) {
3998 return JDWP::ERR_INVALID_METHODID;
3999 }
4000 } else {
4001 if (!m->GetDeclaringClass()->IsAssignableFrom(c)) {
4002 return JDWP::ERR_INVALID_METHODID;
4003 }
4004 }
4005
4006 // Check the argument list matches the method.
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004007 uint32_t shorty_len = 0;
4008 const char* shorty = m->GetShorty(&shorty_len);
4009 if (shorty_len - 1 != arg_count) {
Elliott Hughes45651fd2012-02-21 15:48:20 -08004010 return JDWP::ERR_ILLEGAL_ARGUMENT;
4011 }
Elliott Hughes09201632013-04-15 15:50:07 -07004012
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004013 {
Mathieu Chartiere401d142015-04-22 13:56:20 -07004014 StackHandleScope<2> hs(soa.Self());
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004015 HandleWrapper<mirror::Object> h_obj(hs.NewHandleWrapper(&receiver));
4016 HandleWrapper<mirror::Class> h_klass(hs.NewHandleWrapper(&c));
4017 const DexFile::TypeList* types = m->GetParameterTypeList();
4018 for (size_t i = 0; i < arg_count; ++i) {
4019 if (shorty[i + 1] != JdwpTagToShortyChar(arg_types[i])) {
Elliott Hughes09201632013-04-15 15:50:07 -07004020 return JDWP::ERR_ILLEGAL_ARGUMENT;
4021 }
4022
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004023 if (shorty[i + 1] == 'L') {
4024 // Did we really get an argument of an appropriate reference type?
Vladimir Markob45528c2017-07-27 14:14:28 +01004025 ObjPtr<mirror::Class> parameter_type =
4026 m->ResolveClassFromTypeIndex(types->GetTypeItem(i).type_idx_);
Ian Rogersc0542af2014-09-03 16:16:56 -07004027 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i], &error);
4028 if (error != JDWP::ERR_NONE) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004029 return JDWP::ERR_INVALID_OBJECT;
4030 }
Ian Rogersc0542af2014-09-03 16:16:56 -07004031 if (argument != nullptr && !argument->InstanceOf(parameter_type)) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07004032 return JDWP::ERR_ILLEGAL_ARGUMENT;
4033 }
4034
4035 // Turn the on-the-wire ObjectId into a jobject.
4036 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]);
4037 v.l = gRegistry->GetJObject(arg_values[i]);
4038 }
Elliott Hughes09201632013-04-15 15:50:07 -07004039 }
Elliott Hughes45651fd2012-02-21 15:48:20 -08004040 }
4041
Sebastien Hertz1558b572015-02-25 15:05:59 +01004042 // Allocates a DebugInvokeReq.
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004043 DebugInvokeReq* req = new (std::nothrow) DebugInvokeReq(request_id, thread_id, receiver, c, m,
4044 options, arg_values, arg_count);
4045 if (req == nullptr) {
Sebastien Hertz1558b572015-02-25 15:05:59 +01004046 LOG(ERROR) << "Failed to allocate DebugInvokeReq";
4047 return JDWP::ERR_OUT_OF_MEMORY;
4048 }
4049
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004050 // Attaches the DebugInvokeReq to the target thread so it executes the method when
4051 // it is resumed. Once the invocation completes, the target thread will delete it before
4052 // suspending itself (see ThreadList::SuspendSelfForDebugger).
4053 targetThread->SetDebugInvokeReq(req);
Elliott Hughesd07986f2011-12-06 18:27:45 -08004054 }
4055
4056 // The fact that we've released the thread list lock is a bit risky --- if the thread goes
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004057 // away we're sitting high and dry -- but we must release this before the UndoDebuggerSuspensions
4058 // call.
Sebastien Hertzd4032e42015-06-12 15:47:34 +02004059 if (resume_all_threads) {
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004060 VLOG(jdwp) << " Resuming all threads";
4061 thread_list->UndoDebuggerSuspensions();
4062 } else {
4063 VLOG(jdwp) << " Resuming event thread only";
Alex Light88fd7202017-06-30 08:31:59 -07004064 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger);
4065 DCHECK(resumed);
Elliott Hughesd07986f2011-12-06 18:27:45 -08004066 }
4067
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004068 return JDWP::ERR_NONE;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004069}
4070
4071void Dbg::ExecuteMethod(DebugInvokeReq* pReq) {
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004072 Thread* const self = Thread::Current();
4073 CHECK_NE(self, GetDebugThread()) << "This must be called by the event thread";
4074
4075 ScopedObjectAccess soa(self);
Elliott Hughesd07986f2011-12-06 18:27:45 -08004076
Elliott Hughes81ff3182012-03-23 20:35:56 -07004077 // We can be called while an exception is pending. We need
Elliott Hughesd07986f2011-12-06 18:27:45 -08004078 // to preserve that across the method invocation.
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004079 StackHandleScope<1> hs(soa.Self());
4080 Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException());
Sebastien Hertz1558b572015-02-25 15:05:59 +01004081 soa.Self()->ClearException();
Elliott Hughesd07986f2011-12-06 18:27:45 -08004082
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004083 // Execute the method then sends reply to the debugger.
4084 ExecuteMethodWithoutPendingException(soa, pReq);
4085
4086 // If an exception was pending before the invoke, restore it now.
Andreas Gampefa4333d2017-02-14 11:10:34 -08004087 if (old_exception != nullptr) {
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004088 soa.Self()->SetException(old_exception.Get());
4089 }
4090}
4091
4092// Helper function: write a variable-width value into the output input buffer.
4093static void WriteValue(JDWP::ExpandBuf* pReply, int width, uint64_t value) {
4094 switch (width) {
4095 case 1:
4096 expandBufAdd1(pReply, value);
4097 break;
4098 case 2:
4099 expandBufAdd2BE(pReply, value);
4100 break;
4101 case 4:
4102 expandBufAdd4BE(pReply, value);
4103 break;
4104 case 8:
4105 expandBufAdd8BE(pReply, value);
4106 break;
4107 default:
4108 LOG(FATAL) << width;
4109 UNREACHABLE();
4110 }
4111}
4112
4113void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) {
4114 soa.Self()->AssertNoPendingException();
4115
Elliott Hughesd07986f2011-12-06 18:27:45 -08004116 // Translate the method through the vtable, unless the debugger wants to suppress it.
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004117 ArtMethod* m = pReq->method;
Andreas Gampe542451c2016-07-26 09:02:02 -07004118 PointerSize image_pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize();
Sebastien Hertz1558b572015-02-25 15:05:59 +01004119 if ((pReq->options & JDWP::INVOKE_NONVIRTUAL) == 0 && pReq->receiver.Read() != nullptr) {
Mathieu Chartiere401d142015-04-22 13:56:20 -07004120 ArtMethod* actual_method =
4121 pReq->klass.Read()->FindVirtualMethodForVirtualOrInterface(m, image_pointer_size);
4122 if (actual_method != m) {
David Sehr709b0702016-10-13 09:12:37 -07004123 VLOG(jdwp) << "ExecuteMethod translated " << ArtMethod::PrettyMethod(m)
4124 << " to " << ArtMethod::PrettyMethod(actual_method);
Mathieu Chartiere401d142015-04-22 13:56:20 -07004125 m = actual_method;
Elliott Hughes45651fd2012-02-21 15:48:20 -08004126 }
Elliott Hughesd07986f2011-12-06 18:27:45 -08004127 }
David Sehr709b0702016-10-13 09:12:37 -07004128 VLOG(jdwp) << "ExecuteMethod " << ArtMethod::PrettyMethod(m)
Sebastien Hertz1558b572015-02-25 15:05:59 +01004129 << " receiver=" << pReq->receiver.Read()
Sebastien Hertzd38667a2013-11-25 15:43:54 +01004130 << " arg_count=" << pReq->arg_count;
Mathieu Chartiere401d142015-04-22 13:56:20 -07004131 CHECK(m != nullptr);
Elliott Hughesd07986f2011-12-06 18:27:45 -08004132
Roland Levillain33d69032015-06-18 18:20:59 +01004133 static_assert(sizeof(jvalue) == sizeof(uint64_t), "jvalue and uint64_t have different sizes.");
Elliott Hughesd07986f2011-12-06 18:27:45 -08004134
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004135 // Invoke the method.
Jeff Hao39b6c242015-05-19 20:30:23 -07004136 ScopedLocalRef<jobject> ref(soa.Env(), soa.AddLocalReference<jobject>(pReq->receiver.Read()));
Andreas Gampe13b27842016-11-07 16:48:23 -08004137 JValue result = InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(m),
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004138 reinterpret_cast<jvalue*>(pReq->arg_values.get()));
Elliott Hughesd07986f2011-12-06 18:27:45 -08004139
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004140 // Prepare JDWP ids for the reply.
4141 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty());
4142 const bool is_object_result = (result_tag == JDWP::JT_OBJECT);
Jeff Hao064d24e2016-08-25 03:52:40 +00004143 StackHandleScope<3> hs(soa.Self());
Sebastien Hertz1558b572015-02-25 15:05:59 +01004144 Handle<mirror::Object> object_result = hs.NewHandle(is_object_result ? result.GetL() : nullptr);
4145 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException());
4146 soa.Self()->ClearException();
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004147
4148 if (!IsDebuggerActive()) {
4149 // The debugger detached: we must not re-suspend threads. We also don't need to fill the reply
4150 // because it won't be sent either.
4151 return;
4152 }
4153
4154 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception);
4155 uint64_t result_value = 0;
4156 if (exceptionObjectId != 0) {
Sebastien Hertz1558b572015-02-25 15:05:59 +01004157 VLOG(jdwp) << " JDWP invocation returning with exception=" << exception.Get()
4158 << " " << exception->Dump();
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004159 result_value = 0;
Sebastien Hertz1558b572015-02-25 15:05:59 +01004160 } else if (is_object_result) {
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004161 /* if no exception was thrown, examine object result more closely */
Sebastien Hertz1558b572015-02-25 15:05:59 +01004162 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get());
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004163 if (new_tag != result_tag) {
4164 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag;
4165 result_tag = new_tag;
Elliott Hughesd07986f2011-12-06 18:27:45 -08004166 }
4167
Sebastien Hertz1558b572015-02-25 15:05:59 +01004168 // Register the object in the registry and reference its ObjectId. This ensures
4169 // GC safety and prevents from accessing stale reference if the object is moved.
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004170 result_value = gRegistry->Add(object_result.Get());
Sebastien Hertz1558b572015-02-25 15:05:59 +01004171 } else {
4172 // Primitive result.
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004173 DCHECK(IsPrimitiveTag(result_tag));
4174 result_value = result.GetJ();
4175 }
4176 const bool is_constructor = m->IsConstructor() && !m->IsStatic();
4177 if (is_constructor) {
4178 // If we invoked a constructor (which actually returns void), return the receiver,
4179 // unless we threw, in which case we return null.
Sebastien Hertza3e13772015-11-05 12:09:44 +01004180 DCHECK_EQ(JDWP::JT_VOID, result_tag);
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004181 if (exceptionObjectId == 0) {
Jeff Hao064d24e2016-08-25 03:52:40 +00004182 if (m->GetDeclaringClass()->IsStringClass()) {
4183 // For string constructors, the new string is remapped to the receiver (stored in ref).
4184 Handle<mirror::Object> decoded_ref = hs.NewHandle(soa.Self()->DecodeJObject(ref.get()));
4185 result_value = gRegistry->Add(decoded_ref);
4186 result_tag = TagFromObject(soa, decoded_ref.Get());
4187 } else {
4188 // TODO we could keep the receiver ObjectId in the DebugInvokeReq to avoid looking into the
4189 // object registry.
4190 result_value = GetObjectRegistry()->Add(pReq->receiver.Read());
4191 result_tag = TagFromObject(soa, pReq->receiver.Read());
4192 }
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004193 } else {
4194 result_value = 0;
Sebastien Hertza3e13772015-11-05 12:09:44 +01004195 result_tag = JDWP::JT_OBJECT;
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004196 }
Elliott Hughesd07986f2011-12-06 18:27:45 -08004197 }
4198
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004199 // Suspend other threads if the invoke is not single-threaded.
4200 if ((pReq->options & JDWP::INVOKE_SINGLE_THREADED) == 0) {
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004201 ScopedThreadSuspension sts(soa.Self(), kWaitingForDebuggerSuspension);
Hiroshi Yamauchi8f95cf32016-04-19 11:14:06 -07004202 // Avoid a deadlock between GC and debugger where GC gets suspended during GC. b/25800335.
4203 gc::ScopedGCCriticalSection gcs(soa.Self(), gc::kGcCauseDebugger, gc::kCollectorTypeDebugger);
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004204 VLOG(jdwp) << " Suspending all threads";
4205 Runtime::Current()->GetThreadList()->SuspendAllForDebugger();
Sebastien Hertzcbc50642015-06-01 17:33:12 +02004206 }
4207
4208 VLOG(jdwp) << " --> returned " << result_tag
4209 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value,
4210 exceptionObjectId);
4211
4212 // Show detailed debug output.
4213 if (result_tag == JDWP::JT_STRING && exceptionObjectId == 0) {
4214 if (result_value != 0) {
4215 if (VLOG_IS_ON(jdwp)) {
4216 std::string result_string;
4217 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string);
4218 CHECK_EQ(error, JDWP::ERR_NONE);
4219 VLOG(jdwp) << " string '" << result_string << "'";
4220 }
4221 } else {
4222 VLOG(jdwp) << " string (null)";
4223 }
4224 }
4225
4226 // Attach the reply to DebugInvokeReq so it can be sent to the debugger when the event thread
4227 // is ready to suspend.
4228 BuildInvokeReply(pReq->reply, pReq->request_id, result_tag, result_value, exceptionObjectId);
4229}
4230
4231void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag,
4232 uint64_t result_value, JDWP::ObjectId exception) {
4233 // Make room for the JDWP header since we do not know the size of the reply yet.
4234 JDWP::expandBufAddSpace(pReply, kJDWPHeaderLen);
4235
4236 size_t width = GetTagWidth(result_tag);
4237 JDWP::expandBufAdd1(pReply, result_tag);
4238 if (width != 0) {
4239 WriteValue(pReply, width, result_value);
4240 }
4241 JDWP::expandBufAdd1(pReply, JDWP::JT_OBJECT);
4242 JDWP::expandBufAddObjectId(pReply, exception);
4243
4244 // Now we know the size, we can complete the JDWP header.
4245 uint8_t* buf = expandBufGetBuffer(pReply);
4246 JDWP::Set4BE(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReply));
4247 JDWP::Set4BE(buf + kJDWPHeaderIdOffset, request_id);
4248 JDWP::Set1(buf + kJDWPHeaderFlagsOffset, kJDWPFlagReply); // flags
4249 JDWP::Set2BE(buf + kJDWPHeaderErrorCodeOffset, JDWP::ERR_NONE);
4250}
4251
4252void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) {
4253 CHECK_NE(Thread::Current(), GetDebugThread()) << "This must be called by the event thread";
4254
4255 JDWP::ExpandBuf* const pReply = pReq->reply;
4256 CHECK(pReply != nullptr) << "No reply attached to DebugInvokeReq";
4257
4258 // We need to prevent other threads (including JDWP thread) from interacting with the debugger
4259 // while we send the reply but are not yet suspended. The JDWP token will be released just before
4260 // we suspend ourself again (see ThreadList::SuspendSelfForDebugger).
4261 gJdwpState->AcquireJdwpTokenForEvent(pReq->thread_id);
4262
4263 // Send the reply unless the debugger detached before the completion of the method.
4264 if (IsDebuggerActive()) {
4265 const size_t replyDataLength = expandBufGetLength(pReply) - kJDWPHeaderLen;
4266 VLOG(jdwp) << StringPrintf("REPLY INVOKE id=0x%06x (length=%zu)",
4267 pReq->request_id, replyDataLength);
4268
4269 gJdwpState->SendRequest(pReply);
4270 } else {
4271 VLOG(jdwp) << "Not sending invoke reply because debugger detached";
Elliott Hughesd07986f2011-12-06 18:27:45 -08004272 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004273}
4274
Elliott Hughesd07986f2011-12-06 18:27:45 -08004275/*
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004276 * "request" contains a full JDWP packet, possibly with multiple chunks. We
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004277 * need to process each, accumulate the replies, and ship the whole thing
4278 * back.
4279 *
4280 * Returns "true" if we have a reply. The reply buffer is newly allocated,
4281 * and includes the chunk type/length, followed by the data.
4282 *
Elliott Hughes3d30d9b2011-12-07 17:35:48 -08004283 * OLD-TODO: we currently assume that the request and reply include a single
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004284 * chunk. If this becomes inconvenient we will need to adapt.
4285 */
Ian Rogersc0542af2014-09-03 16:16:56 -07004286bool Dbg::DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen) {
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004287 Thread* self = Thread::Current();
4288 JNIEnv* env = self->GetJniEnv();
4289
Ian Rogersc0542af2014-09-03 16:16:56 -07004290 uint32_t type = request->ReadUnsigned32("type");
4291 uint32_t length = request->ReadUnsigned32("length");
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004292
4293 // Create a byte[] corresponding to 'request'.
Ian Rogersc0542af2014-09-03 16:16:56 -07004294 size_t request_length = request->size();
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004295 ScopedLocalRef<jbyteArray> dataArray(env, env->NewByteArray(request_length));
Ian Rogersc0542af2014-09-03 16:16:56 -07004296 if (dataArray.get() == nullptr) {
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004297 LOG(WARNING) << "byte[] allocation failed: " << request_length;
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004298 env->ExceptionClear();
4299 return false;
4300 }
Ian Rogersc0542af2014-09-03 16:16:56 -07004301 env->SetByteArrayRegion(dataArray.get(), 0, request_length,
4302 reinterpret_cast<const jbyte*>(request->data()));
4303 request->Skip(request_length);
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004304
4305 // Run through and find all chunks. [Currently just find the first.]
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004306 ScopedByteArrayRO contents(env, dataArray.get());
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004307 if (length != request_length) {
Ian Rogersef7d42f2014-01-06 12:55:46 -08004308 LOG(WARNING) << StringPrintf("bad chunk found (len=%u pktLen=%zd)", length, request_length);
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004309 return false;
4310 }
4311
4312 // Call "private static Chunk dispatch(int type, byte[] data, int offset, int length)".
Elliott Hugheseac76672012-05-24 21:56:51 -07004313 ScopedLocalRef<jobject> chunk(env, env->CallStaticObjectMethod(WellKnownClasses::org_apache_harmony_dalvik_ddmc_DdmServer,
4314 WellKnownClasses::org_apache_harmony_dalvik_ddmc_DdmServer_dispatch,
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004315 type, dataArray.get(), 0, length));
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004316 if (env->ExceptionCheck()) {
4317 LOG(INFO) << StringPrintf("Exception thrown by dispatcher for 0x%08x", type);
4318 env->ExceptionDescribe();
4319 env->ExceptionClear();
4320 return false;
4321 }
4322
Ian Rogersc0542af2014-09-03 16:16:56 -07004323 if (chunk.get() == nullptr) {
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004324 return false;
4325 }
4326
4327 /*
4328 * Pull the pieces out of the chunk. We copy the results into a
4329 * newly-allocated buffer that the caller can free. We don't want to
4330 * continue using the Chunk object because nothing has a reference to it.
4331 *
4332 * We could avoid this by returning type/data/offset/length and having
4333 * the caller be aware of the object lifetime issues, but that
Elliott Hughes81ff3182012-03-23 20:35:56 -07004334 * integrates the JDWP code more tightly into the rest of the runtime, and doesn't work
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004335 * if we have responses for multiple chunks.
4336 *
4337 * So we're pretty much stuck with copying data around multiple times.
4338 */
Elliott Hugheseac76672012-05-24 21:56:51 -07004339 ScopedLocalRef<jbyteArray> replyData(env, reinterpret_cast<jbyteArray>(env->GetObjectField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_data)));
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004340 jint offset = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_offset);
Elliott Hugheseac76672012-05-24 21:56:51 -07004341 length = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_length);
Elliott Hugheseac76672012-05-24 21:56:51 -07004342 type = env->GetIntField(chunk.get(), WellKnownClasses::org_apache_harmony_dalvik_ddmc_Chunk_type);
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004343
Elliott Hughes4dd9b4d2011-12-12 18:29:24 -08004344 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", type, replyData.get(), offset, length);
Ian Rogersc0542af2014-09-03 16:16:56 -07004345 if (length == 0 || replyData.get() == nullptr) {
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004346 return false;
4347 }
4348
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004349 const int kChunkHdrLen = 8;
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004350 uint8_t* reply = new uint8_t[length + kChunkHdrLen];
Ian Rogersc0542af2014-09-03 16:16:56 -07004351 if (reply == nullptr) {
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004352 LOG(WARNING) << "malloc failed: " << (length + kChunkHdrLen);
4353 return false;
4354 }
Elliott Hughesf7c3b662011-10-27 12:04:56 -07004355 JDWP::Set4BE(reply + 0, type);
4356 JDWP::Set4BE(reply + 4, length);
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004357 env->GetByteArrayRegion(replyData.get(), offset, length, reinterpret_cast<jbyte*>(reply + kChunkHdrLen));
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004358
4359 *pReplyBuf = reply;
4360 *pReplyLen = length + kChunkHdrLen;
4361
Elliott Hughes4b9702c2013-02-20 18:13:24 -08004362 VLOG(jdwp) << StringPrintf("dvmHandleDdm returning type=%.4s %p len=%d", reinterpret_cast<char*>(reply), reply, length);
Elliott Hughesf6a1e1e2011-10-25 16:28:04 -07004363 return true;
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004364}
4365
Elliott Hughesa2155262011-11-16 16:26:58 -08004366void Dbg::DdmBroadcast(bool connect) {
Elliott Hughes4dd9b4d2011-12-12 18:29:24 -08004367 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "...";
Elliott Hughes47fce012011-10-25 18:37:19 -07004368
4369 Thread* self = Thread::Current();
Ian Rogers50b35e22012-10-04 10:09:15 -07004370 if (self->GetState() != kRunnable) {
4371 LOG(ERROR) << "DDM broadcast in thread state " << self->GetState();
4372 /* try anyway? */
Elliott Hughes47fce012011-10-25 18:37:19 -07004373 }
4374
4375 JNIEnv* env = self->GetJniEnv();
Elliott Hughes47fce012011-10-25 18:37:19 -07004376 jint event = connect ? 1 /*DdmServer.CONNECTED*/ : 2 /*DdmServer.DISCONNECTED*/;
Elliott Hugheseac76672012-05-24 21:56:51 -07004377 env->CallStaticVoidMethod(WellKnownClasses::org_apache_harmony_dalvik_ddmc_DdmServer,
4378 WellKnownClasses::org_apache_harmony_dalvik_ddmc_DdmServer_broadcast,
4379 event);
Elliott Hughes47fce012011-10-25 18:37:19 -07004380 if (env->ExceptionCheck()) {
4381 LOG(ERROR) << "DdmServer.broadcast " << event << " failed";
4382 env->ExceptionDescribe();
4383 env->ExceptionClear();
4384 }
4385}
4386
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004387void Dbg::DdmConnected() {
Elliott Hughesa2155262011-11-16 16:26:58 -08004388 Dbg::DdmBroadcast(true);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004389}
4390
4391void Dbg::DdmDisconnected() {
Elliott Hughesa2155262011-11-16 16:26:58 -08004392 Dbg::DdmBroadcast(false);
Elliott Hughes47fce012011-10-25 18:37:19 -07004393 gDdmThreadNotification = false;
4394}
4395
4396/*
Elliott Hughes82188472011-11-07 18:11:48 -08004397 * Send a notification when a thread starts, stops, or changes its name.
Elliott Hughes47fce012011-10-25 18:37:19 -07004398 *
4399 * Because we broadcast the full set of threads when the notifications are
4400 * first enabled, it's possible for "thread" to be actively executing.
4401 */
Elliott Hughes82188472011-11-07 18:11:48 -08004402void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) {
Elliott Hughes47fce012011-10-25 18:37:19 -07004403 if (!gDdmThreadNotification) {
4404 return;
4405 }
4406
Elliott Hughes82188472011-11-07 18:11:48 -08004407 if (type == CHUNK_TYPE("THDE")) {
Elliott Hughes47fce012011-10-25 18:37:19 -07004408 uint8_t buf[4];
Ian Rogersd9c4fc92013-10-01 19:45:43 -07004409 JDWP::Set4BE(&buf[0], t->GetThreadId());
Elliott Hughes47fce012011-10-25 18:37:19 -07004410 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf);
Elliott Hughes82188472011-11-07 18:11:48 -08004411 } else {
4412 CHECK(type == CHUNK_TYPE("THCR") || type == CHUNK_TYPE("THNM")) << type;
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004413 ScopedObjectAccessUnchecked soa(Thread::Current());
Mathieu Chartiereb8167a2014-05-07 15:43:14 -07004414 StackHandleScope<1> hs(soa.Self());
Andreas Gampe08883de2016-11-08 13:20:52 -08004415 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName()));
Andreas Gampefa4333d2017-02-14 11:10:34 -08004416 size_t char_count = (name != nullptr) ? name->GetLength() : 0;
4417 const jchar* chars = (name != nullptr) ? name->GetValue() : nullptr;
4418 bool is_compressed = (name != nullptr) ? name->IsCompressed() : false;
Elliott Hughes82188472011-11-07 18:11:48 -08004419
Elliott Hughes21f32d72011-11-09 17:44:13 -08004420 std::vector<uint8_t> bytes;
Ian Rogersd9c4fc92013-10-01 19:45:43 -07004421 JDWP::Append4BE(bytes, t->GetThreadId());
jessicahandojo3aaa37b2016-07-29 14:46:37 -07004422 if (is_compressed) {
4423 const uint8_t* chars_compressed = name->GetValueCompressed();
4424 JDWP::AppendUtf16CompressedBE(bytes, chars_compressed, char_count);
4425 } else {
4426 JDWP::AppendUtf16BE(bytes, chars, char_count);
4427 }
Elliott Hughes21f32d72011-11-09 17:44:13 -08004428 CHECK_EQ(bytes.size(), char_count*2 + sizeof(uint32_t)*2);
4429 Dbg::DdmSendChunk(type, bytes);
Elliott Hughes47fce012011-10-25 18:37:19 -07004430 }
4431}
4432
Elliott Hughes47fce012011-10-25 18:37:19 -07004433void Dbg::DdmSetThreadNotification(bool enable) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004434 // Enable/disable thread notifications.
Elliott Hughes47fce012011-10-25 18:37:19 -07004435 gDdmThreadNotification = enable;
4436 if (enable) {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004437 // Suspend the VM then post thread start notifications for all threads. Threads attaching will
4438 // see a suspension in progress and block until that ends. They then post their own start
4439 // notification.
4440 SuspendVM();
4441 std::list<Thread*> threads;
Ian Rogers50b35e22012-10-04 10:09:15 -07004442 Thread* self = Thread::Current();
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004443 {
Ian Rogers50b35e22012-10-04 10:09:15 -07004444 MutexLock mu(self, *Locks::thread_list_lock_);
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004445 threads = Runtime::Current()->GetThreadList()->GetList();
4446 }
4447 {
Ian Rogers50b35e22012-10-04 10:09:15 -07004448 ScopedObjectAccess soa(self);
Mathieu Chartier02e25112013-08-14 16:14:24 -07004449 for (Thread* thread : threads) {
4450 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR"));
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004451 }
4452 }
4453 ResumeVM();
Elliott Hughes47fce012011-10-25 18:37:19 -07004454 }
4455}
4456
Elliott Hughesa2155262011-11-16 16:26:58 -08004457void Dbg::PostThreadStartOrStop(Thread* t, uint32_t type) {
Elliott Hughesc0f09332012-03-26 13:27:06 -07004458 if (IsDebuggerActive()) {
Sebastien Hertz6995c602014-09-09 12:10:13 +02004459 gJdwpState->PostThreadChange(t, type == CHUNK_TYPE("THCR"));
Elliott Hughes47fce012011-10-25 18:37:19 -07004460 }
Elliott Hughes82188472011-11-07 18:11:48 -08004461 Dbg::DdmSendThreadNotification(t, type);
Elliott Hughes47fce012011-10-25 18:37:19 -07004462}
4463
4464void Dbg::PostThreadStart(Thread* t) {
Elliott Hughesa2155262011-11-16 16:26:58 -08004465 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR"));
Elliott Hughes47fce012011-10-25 18:37:19 -07004466}
4467
4468void Dbg::PostThreadDeath(Thread* t) {
Elliott Hughesa2155262011-11-16 16:26:58 -08004469 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE"));
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004470}
4471
Elliott Hughes82188472011-11-07 18:11:48 -08004472void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) {
Ian Rogersc0542af2014-09-03 16:16:56 -07004473 CHECK(buf != nullptr);
Elliott Hughes3bb81562011-10-21 18:52:59 -07004474 iovec vec[1];
4475 vec[0].iov_base = reinterpret_cast<void*>(const_cast<uint8_t*>(buf));
4476 vec[0].iov_len = byte_count;
4477 Dbg::DdmSendChunkV(type, vec, 1);
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004478}
4479
Elliott Hughes21f32d72011-11-09 17:44:13 -08004480void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) {
4481 DdmSendChunk(type, bytes.size(), &bytes[0]);
4482}
4483
Brian Carlstromf5293522013-07-19 00:24:00 -07004484void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) {
Ian Rogersc0542af2014-09-03 16:16:56 -07004485 if (gJdwpState == nullptr) {
Elliott Hughes4dd9b4d2011-12-12 18:29:24 -08004486 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type;
Elliott Hughes3bb81562011-10-21 18:52:59 -07004487 } else {
Elliott Hughescccd84f2011-12-05 16:51:54 -08004488 gJdwpState->DdmSendChunkV(type, iov, iov_count);
Elliott Hughes3bb81562011-10-21 18:52:59 -07004489 }
Elliott Hughes872d4ec2011-10-21 17:07:15 -07004490}
4491
Mathieu Chartierad466ad2015-01-08 16:28:08 -08004492JDWP::JdwpState* Dbg::GetJdwpState() {
4493 return gJdwpState;
4494}
4495
Elliott Hughes767a1472011-10-26 18:49:02 -07004496int Dbg::DdmHandleHpifChunk(HpifWhen when) {
4497 if (when == HPIF_WHEN_NOW) {
Elliott Hughes7162ad92011-10-27 14:08:42 -07004498 DdmSendHeapInfo(when);
Elliott Hughes767a1472011-10-26 18:49:02 -07004499 return true;
4500 }
4501
4502 if (when != HPIF_WHEN_NEVER && when != HPIF_WHEN_NEXT_GC && when != HPIF_WHEN_EVERY_GC) {
4503 LOG(ERROR) << "invalid HpifWhen value: " << static_cast<int>(when);
4504 return false;
4505 }
4506
4507 gDdmHpifWhen = when;
4508 return true;
4509}
4510
4511bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) {
4512 if (when != HPSG_WHEN_NEVER && when != HPSG_WHEN_EVERY_GC) {
4513 LOG(ERROR) << "invalid HpsgWhen value: " << static_cast<int>(when);
4514 return false;
4515 }
4516
4517 if (what != HPSG_WHAT_MERGED_OBJECTS && what != HPSG_WHAT_DISTINCT_OBJECTS) {
4518 LOG(ERROR) << "invalid HpsgWhat value: " << static_cast<int>(what);
4519 return false;
4520 }
4521
4522 if (native) {
4523 gDdmNhsgWhen = when;
4524 gDdmNhsgWhat = what;
4525 } else {
4526 gDdmHpsgWhen = when;
4527 gDdmHpsgWhat = what;
4528 }
4529 return true;
4530}
4531
Elliott Hughes7162ad92011-10-27 14:08:42 -07004532void Dbg::DdmSendHeapInfo(HpifWhen reason) {
4533 // If there's a one-shot 'when', reset it.
4534 if (reason == gDdmHpifWhen) {
4535 if (gDdmHpifWhen == HPIF_WHEN_NEXT_GC) {
4536 gDdmHpifWhen = HPIF_WHEN_NEVER;
4537 }
4538 }
4539
4540 /*
4541 * Chunk HPIF (client --> server)
4542 *
4543 * Heap Info. General information about the heap,
4544 * suitable for a summary display.
4545 *
4546 * [u4]: number of heaps
4547 *
4548 * For each heap:
4549 * [u4]: heap ID
4550 * [u8]: timestamp in ms since Unix epoch
4551 * [u1]: capture reason (same as 'when' value from server)
4552 * [u4]: max heap size in bytes (-Xmx)
4553 * [u4]: current heap size in bytes
4554 * [u4]: current number of bytes allocated
4555 * [u4]: current number of objects allocated
4556 */
4557 uint8_t heap_count = 1;
Ian Rogers1d54e732013-05-02 21:10:01 -07004558 gc::Heap* heap = Runtime::Current()->GetHeap();
Elliott Hughes21f32d72011-11-09 17:44:13 -08004559 std::vector<uint8_t> bytes;
Elliott Hughes545a0642011-11-08 19:10:03 -08004560 JDWP::Append4BE(bytes, heap_count);
Brian Carlstrom7934ac22013-07-26 10:54:15 -07004561 JDWP::Append4BE(bytes, 1); // Heap id (bogus; we only have one heap).
Elliott Hughes545a0642011-11-08 19:10:03 -08004562 JDWP::Append8BE(bytes, MilliTime());
4563 JDWP::Append1BE(bytes, reason);
Brian Carlstrom7934ac22013-07-26 10:54:15 -07004564 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes.
4565 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes.
Elliott Hughesb3bd5f02012-03-08 21:05:27 -08004566 JDWP::Append4BE(bytes, heap->GetBytesAllocated());
4567 JDWP::Append4BE(bytes, heap->GetObjectsAllocated());
Elliott Hughes21f32d72011-11-09 17:44:13 -08004568 CHECK_EQ(bytes.size(), 4U + (heap_count * (4 + 8 + 1 + 4 + 4 + 4 + 4)));
4569 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes);
Elliott Hughes767a1472011-10-26 18:49:02 -07004570}
4571
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004572enum HpsgSolidity {
4573 SOLIDITY_FREE = 0,
4574 SOLIDITY_HARD = 1,
4575 SOLIDITY_SOFT = 2,
4576 SOLIDITY_WEAK = 3,
4577 SOLIDITY_PHANTOM = 4,
4578 SOLIDITY_FINALIZABLE = 5,
4579 SOLIDITY_SWEEP = 6,
4580};
4581
4582enum HpsgKind {
4583 KIND_OBJECT = 0,
4584 KIND_CLASS_OBJECT = 1,
4585 KIND_ARRAY_1 = 2,
4586 KIND_ARRAY_2 = 3,
4587 KIND_ARRAY_4 = 4,
4588 KIND_ARRAY_8 = 5,
4589 KIND_UNKNOWN = 6,
4590 KIND_NATIVE = 7,
4591};
4592
4593#define HPSG_PARTIAL (1<<7)
4594#define HPSG_STATE(solidity, kind) ((uint8_t)((((kind) & 0x7) << 3) | ((solidity) & 0x7)))
4595
Ian Rogers30fab402012-01-23 15:43:46 -08004596class HeapChunkContext {
4597 public:
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004598 // Maximum chunk size. Obtain this from the formula:
4599 // (((maximum_heap_size / ALLOCATION_UNIT_SIZE) + 255) / 256) * 2
4600 HeapChunkContext(bool merge, bool native)
Ian Rogers30fab402012-01-23 15:43:46 -08004601 : buf_(16384 - 16),
4602 type_(0),
Mathieu Chartier36dab362014-07-30 14:59:56 -07004603 chunk_overhead_(0) {
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004604 Reset();
4605 if (native) {
Ian Rogers30fab402012-01-23 15:43:46 -08004606 type_ = CHUNK_TYPE("NHSG");
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004607 } else {
Ian Rogers30fab402012-01-23 15:43:46 -08004608 type_ = merge ? CHUNK_TYPE("HPSG") : CHUNK_TYPE("HPSO");
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004609 }
4610 }
4611
4612 ~HeapChunkContext() {
Ian Rogers30fab402012-01-23 15:43:46 -08004613 if (p_ > &buf_[0]) {
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004614 Flush();
4615 }
4616 }
4617
Mathieu Chartier36dab362014-07-30 14:59:56 -07004618 void SetChunkOverhead(size_t chunk_overhead) {
4619 chunk_overhead_ = chunk_overhead;
4620 }
4621
4622 void ResetStartOfNextChunk() {
4623 startOfNextMemoryChunk_ = nullptr;
4624 }
4625
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004626 void EnsureHeader(const void* chunk_ptr) {
Ian Rogers30fab402012-01-23 15:43:46 -08004627 if (!needHeader_) {
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004628 return;
4629 }
4630
4631 // Start a new HPSx chunk.
Brian Carlstrom7934ac22013-07-26 10:54:15 -07004632 JDWP::Write4BE(&p_, 1); // Heap id (bogus; we only have one heap).
4633 JDWP::Write1BE(&p_, 8); // Size of allocation unit, in bytes.
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004634
Brian Carlstrom7934ac22013-07-26 10:54:15 -07004635 JDWP::Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start.
4636 JDWP::Write4BE(&p_, 0); // offset of this piece (relative to the virtual address).
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004637 // [u4]: length of piece, in allocation units
4638 // We won't know this until we're done, so save the offset and stuff in a dummy value.
Ian Rogers30fab402012-01-23 15:43:46 -08004639 pieceLenField_ = p_;
4640 JDWP::Write4BE(&p_, 0x55555555);
4641 needHeader_ = false;
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004642 }
4643
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004644 void Flush() REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogersc0542af2014-09-03 16:16:56 -07004645 if (pieceLenField_ == nullptr) {
Ian Rogersd636b062013-01-18 17:51:18 -08004646 // Flush immediately post Reset (maybe back-to-back Flush). Ignore.
4647 CHECK(needHeader_);
4648 return;
4649 }
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004650 // Patch the "length of piece" field.
Ian Rogers30fab402012-01-23 15:43:46 -08004651 CHECK_LE(&buf_[0], pieceLenField_);
4652 CHECK_LE(pieceLenField_, p_);
4653 JDWP::Set4BE(pieceLenField_, totalAllocationUnits_);
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004654
Ian Rogers30fab402012-01-23 15:43:46 -08004655 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]);
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004656 Reset();
4657 }
4658
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004659 static void HeapChunkJavaCallback(void* start, void* end, size_t used_bytes, void* arg)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004660 REQUIRES_SHARED(Locks::heap_bitmap_lock_,
Ian Rogersb726dcb2012-09-05 08:57:23 -07004661 Locks::mutator_lock_) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004662 reinterpret_cast<HeapChunkContext*>(arg)->HeapChunkJavaCallback(start, end, used_bytes);
4663 }
4664
4665 static void HeapChunkNativeCallback(void* start, void* end, size_t used_bytes, void* arg)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004666 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004667 reinterpret_cast<HeapChunkContext*>(arg)->HeapChunkNativeCallback(start, end, used_bytes);
Elliott Hughesa2155262011-11-16 16:26:58 -08004668 }
4669
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004670 private:
Elliott Hughesa2155262011-11-16 16:26:58 -08004671 enum { ALLOCATION_UNIT_SIZE = 8 };
4672
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004673 void Reset() {
Ian Rogers30fab402012-01-23 15:43:46 -08004674 p_ = &buf_[0];
Mathieu Chartier36dab362014-07-30 14:59:56 -07004675 ResetStartOfNextChunk();
Ian Rogers30fab402012-01-23 15:43:46 -08004676 totalAllocationUnits_ = 0;
4677 needHeader_ = true;
Ian Rogersc0542af2014-09-03 16:16:56 -07004678 pieceLenField_ = nullptr;
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004679 }
4680
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004681 bool IsNative() const {
4682 return type_ == CHUNK_TYPE("NHSG");
4683 }
4684
4685 // Returns true if the object is not an empty chunk.
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004686 bool ProcessRecord(void* start, size_t used_bytes) REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers30fab402012-01-23 15:43:46 -08004687 // Note: heap call backs cannot manipulate the heap upon which they are crawling, care is taken
4688 // in the following code not to allocate memory, by ensuring buf_ is of the correct size
Ian Rogers15bf2d32012-08-28 17:33:04 -07004689 if (used_bytes == 0) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004690 if (start == nullptr) {
4691 // Reset for start of new heap.
4692 startOfNextMemoryChunk_ = nullptr;
4693 Flush();
4694 }
4695 // Only process in use memory so that free region information
4696 // also includes dlmalloc book keeping.
4697 return false;
Elliott Hughesa2155262011-11-16 16:26:58 -08004698 }
Ian Rogersc0542af2014-09-03 16:16:56 -07004699 if (startOfNextMemoryChunk_ != nullptr) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004700 // Transmit any pending free memory. Native free memory of over kMaxFreeLen could be because
4701 // of the use of mmaps, so don't report. If not free memory then start a new segment.
4702 bool flush = true;
4703 if (start > startOfNextMemoryChunk_) {
4704 const size_t kMaxFreeLen = 2 * kPageSize;
4705 void* free_start = startOfNextMemoryChunk_;
4706 void* free_end = start;
4707 const size_t free_len =
4708 reinterpret_cast<uintptr_t>(free_end) - reinterpret_cast<uintptr_t>(free_start);
4709 if (!IsNative() || free_len < kMaxFreeLen) {
4710 AppendChunk(HPSG_STATE(SOLIDITY_FREE, 0), free_start, free_len, IsNative());
4711 flush = false;
Ian Rogers15bf2d32012-08-28 17:33:04 -07004712 }
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004713 }
4714 if (flush) {
4715 startOfNextMemoryChunk_ = nullptr;
4716 Flush();
4717 }
Ian Rogers15bf2d32012-08-28 17:33:04 -07004718 }
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004719 return true;
Ian Rogers15bf2d32012-08-28 17:33:04 -07004720 }
Elliott Hughesa2155262011-11-16 16:26:58 -08004721
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004722 void HeapChunkNativeCallback(void* start, void* /*end*/, size_t used_bytes)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004723 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004724 if (ProcessRecord(start, used_bytes)) {
4725 uint8_t state = ExamineNativeObject(start);
4726 AppendChunk(state, start, used_bytes + chunk_overhead_, true /*is_native*/);
4727 startOfNextMemoryChunk_ = reinterpret_cast<char*>(start) + used_bytes + chunk_overhead_;
4728 }
4729 }
4730
4731 void HeapChunkJavaCallback(void* start, void* /*end*/, size_t used_bytes)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004732 REQUIRES_SHARED(Locks::heap_bitmap_lock_, Locks::mutator_lock_) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004733 if (ProcessRecord(start, used_bytes)) {
4734 // Determine the type of this chunk.
4735 // OLD-TODO: if context.merge, see if this chunk is different from the last chunk.
4736 // If it's the same, we should combine them.
4737 uint8_t state = ExamineJavaObject(reinterpret_cast<mirror::Object*>(start));
4738 AppendChunk(state, start, used_bytes + chunk_overhead_, false /*is_native*/);
4739 startOfNextMemoryChunk_ = reinterpret_cast<char*>(start) + used_bytes + chunk_overhead_;
4740 }
4741 }
4742
4743 void AppendChunk(uint8_t state, void* ptr, size_t length, bool is_native)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004744 REQUIRES_SHARED(Locks::mutator_lock_) {
Ian Rogers15bf2d32012-08-28 17:33:04 -07004745 // Make sure there's enough room left in the buffer.
4746 // We need to use two bytes for every fractional 256 allocation units used by the chunk plus
4747 // 17 bytes for any header.
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004748 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17;
4749 size_t byte_left = &buf_.back() - p_;
4750 if (byte_left < needed) {
4751 if (is_native) {
Pavel Vyssotski7522c742014-12-08 13:38:26 +06004752 // Cannot trigger memory allocation while walking native heap.
Pavel Vyssotski7522c742014-12-08 13:38:26 +06004753 return;
4754 }
Ian Rogers15bf2d32012-08-28 17:33:04 -07004755 Flush();
4756 }
4757
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004758 byte_left = &buf_.back() - p_;
4759 if (byte_left < needed) {
Ian Rogers15bf2d32012-08-28 17:33:04 -07004760 LOG(WARNING) << "Chunk is too big to transmit (chunk_len=" << length << ", "
4761 << needed << " bytes)";
4762 return;
4763 }
4764 EnsureHeader(ptr);
Elliott Hughesa2155262011-11-16 16:26:58 -08004765 // Write out the chunk description.
Ian Rogers15bf2d32012-08-28 17:33:04 -07004766 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units.
4767 totalAllocationUnits_ += length;
4768 while (length > 256) {
Ian Rogers30fab402012-01-23 15:43:46 -08004769 *p_++ = state | HPSG_PARTIAL;
4770 *p_++ = 255; // length - 1
Ian Rogers15bf2d32012-08-28 17:33:04 -07004771 length -= 256;
Elliott Hughesa2155262011-11-16 16:26:58 -08004772 }
Ian Rogers30fab402012-01-23 15:43:46 -08004773 *p_++ = state;
Ian Rogers15bf2d32012-08-28 17:33:04 -07004774 *p_++ = length - 1;
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004775 }
4776
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004777 uint8_t ExamineNativeObject(const void* p) REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004778 return p == nullptr ? HPSG_STATE(SOLIDITY_FREE, 0) : HPSG_STATE(SOLIDITY_HARD, KIND_NATIVE);
4779 }
4780
4781 uint8_t ExamineJavaObject(mirror::Object* o)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07004782 REQUIRES_SHARED(Locks::mutator_lock_, Locks::heap_bitmap_lock_) {
Ian Rogersc0542af2014-09-03 16:16:56 -07004783 if (o == nullptr) {
Elliott Hughesa2155262011-11-16 16:26:58 -08004784 return HPSG_STATE(SOLIDITY_FREE, 0);
4785 }
Elliott Hughesa2155262011-11-16 16:26:58 -08004786 // It's an allocated chunk. Figure out what it is.
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004787 gc::Heap* heap = Runtime::Current()->GetHeap();
4788 if (!heap->IsLiveObjectLocked(o)) {
4789 LOG(ERROR) << "Invalid object in managed heap: " << o;
Elliott Hughesa2155262011-11-16 16:26:58 -08004790 return HPSG_STATE(SOLIDITY_HARD, KIND_NATIVE);
4791 }
Ian Rogers2dd0e2c2013-01-24 12:42:14 -08004792 mirror::Class* c = o->GetClass();
Ian Rogersc0542af2014-09-03 16:16:56 -07004793 if (c == nullptr) {
Elliott Hughesa2155262011-11-16 16:26:58 -08004794 // The object was probably just created but hasn't been initialized yet.
4795 return HPSG_STATE(SOLIDITY_HARD, KIND_OBJECT);
4796 }
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004797 if (!heap->IsValidObjectAddress(c)) {
Ian Rogers15bf2d32012-08-28 17:33:04 -07004798 LOG(ERROR) << "Invalid class for managed heap object: " << o << " " << c;
Elliott Hughesa2155262011-11-16 16:26:58 -08004799 return HPSG_STATE(SOLIDITY_HARD, KIND_UNKNOWN);
4800 }
Mathieu Chartierf26e1b32015-01-29 10:47:10 -08004801 if (c->GetClass() == nullptr) {
4802 LOG(ERROR) << "Null class of class " << c << " for object " << o;
4803 return HPSG_STATE(SOLIDITY_HARD, KIND_UNKNOWN);
4804 }
Elliott Hughesa2155262011-11-16 16:26:58 -08004805 if (c->IsClassClass()) {
4806 return HPSG_STATE(SOLIDITY_HARD, KIND_CLASS_OBJECT);
4807 }
Elliott Hughesa2155262011-11-16 16:26:58 -08004808 if (c->IsArrayClass()) {
Elliott Hughesa2155262011-11-16 16:26:58 -08004809 switch (c->GetComponentSize()) {
4810 case 1: return HPSG_STATE(SOLIDITY_HARD, KIND_ARRAY_1);
4811 case 2: return HPSG_STATE(SOLIDITY_HARD, KIND_ARRAY_2);
4812 case 4: return HPSG_STATE(SOLIDITY_HARD, KIND_ARRAY_4);
4813 case 8: return HPSG_STATE(SOLIDITY_HARD, KIND_ARRAY_8);
4814 }
4815 }
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004816 return HPSG_STATE(SOLIDITY_HARD, KIND_OBJECT);
4817 }
4818
Ian Rogers30fab402012-01-23 15:43:46 -08004819 std::vector<uint8_t> buf_;
4820 uint8_t* p_;
4821 uint8_t* pieceLenField_;
Ian Rogers15bf2d32012-08-28 17:33:04 -07004822 void* startOfNextMemoryChunk_;
Ian Rogers30fab402012-01-23 15:43:46 -08004823 size_t totalAllocationUnits_;
4824 uint32_t type_;
Ian Rogers30fab402012-01-23 15:43:46 -08004825 bool needHeader_;
Mathieu Chartier36dab362014-07-30 14:59:56 -07004826 size_t chunk_overhead_;
Ian Rogers30fab402012-01-23 15:43:46 -08004827
Elliott Hughesa2155262011-11-16 16:26:58 -08004828 DISALLOW_COPY_AND_ASSIGN(HeapChunkContext);
4829};
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004830
4831void Dbg::DdmSendHeapSegments(bool native) {
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004832 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen;
4833 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat;
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004834 if (when == HPSG_WHEN_NEVER) {
4835 return;
4836 }
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004837 // Figure out what kind of chunks we'll be sending.
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004838 CHECK(what == HPSG_WHAT_MERGED_OBJECTS || what == HPSG_WHAT_DISTINCT_OBJECTS)
4839 << static_cast<int>(what);
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004840
4841 // First, send a heap start chunk.
4842 uint8_t heap_id[4];
Brian Carlstrom7934ac22013-07-26 10:54:15 -07004843 JDWP::Set4BE(&heap_id[0], 1); // Heap id (bogus; we only have one heap).
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004844 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id);
Hiroshi Yamauchicf58d4a2013-09-26 14:21:22 -07004845 Thread* self = Thread::Current();
Hiroshi Yamauchicf58d4a2013-09-26 14:21:22 -07004846 Locks::mutator_lock_->AssertSharedHeld(self);
Hiroshi Yamauchicf58d4a2013-09-26 14:21:22 -07004847
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004848 // Send a series of heap segment chunks.
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004849 HeapChunkContext context(what == HPSG_WHAT_MERGED_OBJECTS, native);
Andreas Gampe0c183382017-07-13 22:26:24 -07004850 auto bump_pointer_space_visitor = [&](mirror::Object* obj)
4851 REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(Locks::heap_bitmap_lock_) {
4852 const size_t size = RoundUp(obj->SizeOf(), kObjectAlignment);
4853 HeapChunkContext::HeapChunkJavaCallback(
4854 obj, reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(obj) + size), size, &context);
4855 };
Elliott Hughesa2155262011-11-16 16:26:58 -08004856 if (native) {
Dimitry Ivanove6465bc2015-12-14 18:55:02 -08004857 UNIMPLEMENTED(WARNING) << "Native heap inspection is not supported";
Elliott Hughesa2155262011-11-16 16:26:58 -08004858 } else {
Ian Rogers1d54e732013-05-02 21:10:01 -07004859 gc::Heap* heap = Runtime::Current()->GetHeap();
Mathieu Chartier36dab362014-07-30 14:59:56 -07004860 for (const auto& space : heap->GetContinuousSpaces()) {
4861 if (space->IsDlMallocSpace()) {
Mathieu Chartier4c69d7f2014-10-10 12:45:50 -07004862 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier36dab362014-07-30 14:59:56 -07004863 // dlmalloc's chunk header is 2 * sizeof(size_t), but if the previous chunk is in use for an
4864 // allocation then the first sizeof(size_t) may belong to it.
4865 context.SetChunkOverhead(sizeof(size_t));
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004866 space->AsDlMallocSpace()->Walk(HeapChunkContext::HeapChunkJavaCallback, &context);
Mathieu Chartier36dab362014-07-30 14:59:56 -07004867 } else if (space->IsRosAllocSpace()) {
4868 context.SetChunkOverhead(0);
Mathieu Chartier4c69d7f2014-10-10 12:45:50 -07004869 // Need to acquire the mutator lock before the heap bitmap lock with exclusive access since
4870 // RosAlloc's internal logic doesn't know to release and reacquire the heap bitmap lock.
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004871 ScopedThreadSuspension sts(self, kSuspended);
Mathieu Chartier4f55e222015-09-04 13:26:21 -07004872 ScopedSuspendAll ssa(__FUNCTION__);
4873 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
4874 space->AsRosAllocSpace()->Walk(HeapChunkContext::HeapChunkJavaCallback, &context);
Mathieu Chartier36dab362014-07-30 14:59:56 -07004875 } else if (space->IsBumpPointerSpace()) {
Mathieu Chartier4c69d7f2014-10-10 12:45:50 -07004876 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartier36dab362014-07-30 14:59:56 -07004877 context.SetChunkOverhead(0);
Andreas Gampe0c183382017-07-13 22:26:24 -07004878 space->AsBumpPointerSpace()->Walk(bump_pointer_space_visitor);
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004879 HeapChunkContext::HeapChunkJavaCallback(nullptr, nullptr, 0, &context);
Hiroshi Yamauchi2cd334a2015-01-09 14:03:35 -08004880 } else if (space->IsRegionSpace()) {
4881 heap->IncrementDisableMovingGC(self);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004882 {
4883 ScopedThreadSuspension sts(self, kSuspended);
Mathieu Chartier4f55e222015-09-04 13:26:21 -07004884 ScopedSuspendAll ssa(__FUNCTION__);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004885 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
4886 context.SetChunkOverhead(0);
Andreas Gampe0c183382017-07-13 22:26:24 -07004887 space->AsRegionSpace()->Walk(bump_pointer_space_visitor);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004888 HeapChunkContext::HeapChunkJavaCallback(nullptr, nullptr, 0, &context);
Mathieu Chartierf1d666e2015-09-03 16:13:34 -07004889 }
Hiroshi Yamauchi2cd334a2015-01-09 14:03:35 -08004890 heap->DecrementDisableMovingGC(self);
Mathieu Chartier36dab362014-07-30 14:59:56 -07004891 } else {
4892 UNIMPLEMENTED(WARNING) << "Not counting objects in space " << *space;
Mathieu Chartierb062fdd2012-07-03 09:51:48 -07004893 }
Mathieu Chartier36dab362014-07-30 14:59:56 -07004894 context.ResetStartOfNextChunk();
Mathieu Chartierb062fdd2012-07-03 09:51:48 -07004895 }
Mathieu Chartier4c69d7f2014-10-10 12:45:50 -07004896 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);
Mathieu Chartiere0f0cb32012-08-28 11:26:00 -07004897 // Walk the large objects, these are not in the AllocSpace.
Mathieu Chartier36dab362014-07-30 14:59:56 -07004898 context.SetChunkOverhead(0);
Mathieu Chartierbc689b72014-12-14 17:01:31 -08004899 heap->GetLargeObjectsSpace()->Walk(HeapChunkContext::HeapChunkJavaCallback, &context);
Elliott Hughesa2155262011-11-16 16:26:58 -08004900 }
Elliott Hughes6a5bd492011-10-28 14:33:57 -07004901
4902 // Finally, send a heap end chunk.
4903 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id);
Elliott Hughes767a1472011-10-26 18:49:02 -07004904}
4905
Brian Carlstrom306db812014-09-05 13:01:41 -07004906void Dbg::SetAllocTrackingEnabled(bool enable) {
Man Cao8c2ff642015-05-27 17:25:30 -07004907 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable);
Elliott Hughes545a0642011-11-08 19:10:03 -08004908}
4909
4910void Dbg::DumpRecentAllocations() {
Ian Rogers00f7d0e2012-07-19 15:28:27 -07004911 ScopedObjectAccess soa(Thread::Current());
Brian Carlstrom306db812014-09-05 13:01:41 -07004912 MutexLock mu(soa.Self(), *Locks::alloc_tracker_lock_);
Man Cao8c2ff642015-05-27 17:25:30 -07004913 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) {
Elliott Hughes545a0642011-11-08 19:10:03 -08004914 LOG(INFO) << "Not recording tracked allocations";
4915 return;
4916 }
Man Cao8c2ff642015-05-27 17:25:30 -07004917 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
4918 CHECK(records != nullptr);
Elliott Hughes545a0642011-11-08 19:10:03 -08004919
Man Cao1ed11b92015-06-11 22:47:35 -07004920 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize());
Brian Carlstrom306db812014-09-05 13:01:41 -07004921 uint16_t count = capped_count;
Elliott Hughes545a0642011-11-08 19:10:03 -08004922
Man Cao8c2ff642015-05-27 17:25:30 -07004923 LOG(INFO) << "Tracked allocations, (count=" << count << ")";
4924 for (auto it = records->RBegin(), end = records->REnd();
4925 count > 0 && it != end; count--, it++) {
Mathieu Chartier458b1052016-03-29 14:02:55 -07004926 const gc::AllocRecord* record = &it->second;
Elliott Hughes545a0642011-11-08 19:10:03 -08004927
Man Cao8c2ff642015-05-27 17:25:30 -07004928 LOG(INFO) << StringPrintf(" Thread %-2d %6zd bytes ", record->GetTid(), record->ByteCount())
David Sehr709b0702016-10-13 09:12:37 -07004929 << mirror::Class::PrettyClass(record->GetClass());
Elliott Hughes545a0642011-11-08 19:10:03 -08004930
Man Cao8c2ff642015-05-27 17:25:30 -07004931 for (size_t stack_frame = 0, depth = record->GetDepth(); stack_frame < depth; ++stack_frame) {
4932 const gc::AllocRecordStackTraceElement& stack_element = record->StackElement(stack_frame);
4933 ArtMethod* m = stack_element.GetMethod();
David Sehr709b0702016-10-13 09:12:37 -07004934 LOG(INFO) << " " << ArtMethod::PrettyMethod(m) << " line "
4935 << stack_element.ComputeLineNumber();
Elliott Hughes545a0642011-11-08 19:10:03 -08004936 }
4937
4938 // pause periodically to help logcat catch up
4939 if ((count % 5) == 0) {
4940 usleep(40000);
4941 }
Elliott Hughes545a0642011-11-08 19:10:03 -08004942 }
4943}
4944
4945class StringTable {
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004946 private:
4947 struct Entry {
Andreas Gampe84eadb22017-07-07 15:08:01 -07004948 explicit Entry(const char* data_in)
4949 : data(data_in), hash(ComputeModifiedUtf8Hash(data_in)), index(0) {
4950 }
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004951 Entry(const Entry& entry) = default;
4952 Entry(Entry&& entry) = default;
4953
4954 // Pointer to the actual string data.
4955 const char* data;
Andreas Gampe84eadb22017-07-07 15:08:01 -07004956
4957 // The hash of the data.
4958 const uint32_t hash;
4959
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004960 // The index. This will be filled in on Finish and is not part of the ordering, so mark it
4961 // mutable.
4962 mutable uint32_t index;
4963
Andreas Gampe84eadb22017-07-07 15:08:01 -07004964 bool operator==(const Entry& other) const {
4965 return strcmp(data, other.data) == 0;
4966 }
4967 };
4968 struct EntryHash {
4969 size_t operator()(const Entry& entry) const {
4970 return entry.hash;
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004971 }
4972 };
4973
Elliott Hughes545a0642011-11-08 19:10:03 -08004974 public:
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004975 StringTable() : finished_(false) {
Elliott Hughes545a0642011-11-08 19:10:03 -08004976 }
4977
Andreas Gampef774a4e2017-07-06 22:15:18 -07004978 void Add(const char* str, bool copy_string) {
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004979 DCHECK(!finished_);
Andreas Gampef774a4e2017-07-06 22:15:18 -07004980 if (UNLIKELY(copy_string)) {
4981 // Check whether it's already there.
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004982 Entry entry(str);
4983 if (table_.find(entry) != table_.end()) {
Andreas Gampef774a4e2017-07-06 22:15:18 -07004984 return;
4985 }
Mathieu Chartier4345c462014-06-27 10:20:14 -07004986
Andreas Gampef774a4e2017-07-06 22:15:18 -07004987 // Make a copy.
4988 size_t str_len = strlen(str);
4989 char* copy = new char[str_len + 1];
4990 strlcpy(copy, str, str_len + 1);
4991 string_backup_.emplace_back(copy);
4992 str = copy;
4993 }
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07004994 Entry entry(str);
4995 table_.insert(entry);
4996 }
4997
4998 // Update all entries and give them an index. Note that this is likely not the insertion order,
4999 // as the set will with high likelihood reorder elements. Thus, Add must not be called after
5000 // Finish, and Finish must be called before IndexOf. In that case, WriteTo will walk in
5001 // the same order as Finish, and indices will agree. The order invariant, as well as indices,
5002 // are enforced through debug checks.
5003 void Finish() {
5004 DCHECK(!finished_);
5005 finished_ = true;
5006 uint32_t index = 0;
5007 for (auto& entry : table_) {
5008 entry.index = index;
5009 ++index;
5010 }
Elliott Hughes545a0642011-11-08 19:10:03 -08005011 }
5012
Elliott Hughesa8f93cb2012-06-08 17:08:48 -07005013 size_t IndexOf(const char* s) const {
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005014 DCHECK(finished_);
5015 Entry entry(s);
5016 auto it = table_.find(entry);
Elliott Hughesa8f93cb2012-06-08 17:08:48 -07005017 if (it == table_.end()) {
5018 LOG(FATAL) << "IndexOf(\"" << s << "\") failed";
5019 }
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005020 return it->index;
Elliott Hughes545a0642011-11-08 19:10:03 -08005021 }
5022
Elliott Hughesa8f93cb2012-06-08 17:08:48 -07005023 size_t Size() const {
Elliott Hughes545a0642011-11-08 19:10:03 -08005024 return table_.size();
5025 }
5026
Elliott Hughesa8f93cb2012-06-08 17:08:48 -07005027 void WriteTo(std::vector<uint8_t>& bytes) const {
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005028 DCHECK(finished_);
5029 uint32_t cur_index = 0;
5030 for (const auto& entry : table_) {
5031 DCHECK_EQ(cur_index++, entry.index);
5032
5033 size_t s_len = CountModifiedUtf8Chars(entry.data);
Christopher Ferris8a354052015-04-24 17:23:53 -07005034 std::unique_ptr<uint16_t[]> s_utf16(new uint16_t[s_len]);
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005035 ConvertModifiedUtf8ToUtf16(s_utf16.get(), entry.data);
Ian Rogers6d4d9fc2011-11-30 16:24:48 -08005036 JDWP::AppendUtf16BE(bytes, s_utf16.get(), s_len);
Elliott Hughes545a0642011-11-08 19:10:03 -08005037 }
5038 }
5039
5040 private:
Andreas Gampe84eadb22017-07-07 15:08:01 -07005041 std::unordered_set<Entry, EntryHash> table_;
Andreas Gampef774a4e2017-07-06 22:15:18 -07005042 std::vector<std::unique_ptr<char[]>> string_backup_;
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005043
5044 bool finished_;
5045
Elliott Hughes545a0642011-11-08 19:10:03 -08005046 DISALLOW_COPY_AND_ASSIGN(StringTable);
5047};
5048
Mathieu Chartiere401d142015-04-22 13:56:20 -07005049static const char* GetMethodSourceFile(ArtMethod* method)
Andreas Gampebdf7f1c2016-08-30 16:38:47 -07005050 REQUIRES_SHARED(Locks::mutator_lock_) {
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07005051 DCHECK(method != nullptr);
5052 const char* source_file = method->GetDeclaringClassSourceFile();
Sebastien Hertz280286a2014-04-28 09:26:50 +02005053 return (source_file != nullptr) ? source_file : "";
5054}
5055
Elliott Hughes545a0642011-11-08 19:10:03 -08005056/*
5057 * The data we send to DDMS contains everything we have recorded.
5058 *
5059 * Message header (all values big-endian):
5060 * (1b) message header len (to allow future expansion); includes itself
5061 * (1b) entry header len
5062 * (1b) stack frame len
5063 * (2b) number of entries
5064 * (4b) offset to string table from start of message
5065 * (2b) number of class name strings
5066 * (2b) number of method name strings
5067 * (2b) number of source file name strings
5068 * For each entry:
5069 * (4b) total allocation size
Elliott Hughes221229c2013-01-08 18:17:50 -08005070 * (2b) thread id
Elliott Hughes545a0642011-11-08 19:10:03 -08005071 * (2b) allocated object's class name index
5072 * (1b) stack depth
5073 * For each stack frame:
5074 * (2b) method's class name
5075 * (2b) method name
5076 * (2b) method source file
5077 * (2b) line number, clipped to 32767; -2 if native; -1 if no source
5078 * (xb) class name strings
5079 * (xb) method name strings
5080 * (xb) source file strings
5081 *
5082 * As with other DDM traffic, strings are sent as a 4-byte length
5083 * followed by UTF-16 data.
5084 *
5085 * We send up 16-bit unsigned indexes into string tables. In theory there
Brian Carlstrom306db812014-09-05 13:01:41 -07005086 * can be (kMaxAllocRecordStackDepth * alloc_record_max_) unique strings in
Elliott Hughes545a0642011-11-08 19:10:03 -08005087 * each table, but in practice there should be far fewer.
5088 *
5089 * The chief reason for using a string table here is to keep the size of
5090 * the DDMS message to a minimum. This is partly to make the protocol
5091 * efficient, but also because we have to form the whole thing up all at
5092 * once in a memory buffer.
5093 *
5094 * We use separate string tables for class names, method names, and source
5095 * files to keep the indexes small. There will generally be no overlap
5096 * between the contents of these tables.
5097 */
5098jbyteArray Dbg::GetRecentAllocations() {
Ian Rogerscf7f1912014-10-22 22:06:39 -07005099 if ((false)) {
Elliott Hughes545a0642011-11-08 19:10:03 -08005100 DumpRecentAllocations();
5101 }
5102
Ian Rogers50b35e22012-10-04 10:09:15 -07005103 Thread* self = Thread::Current();
Elliott Hughes545a0642011-11-08 19:10:03 -08005104 std::vector<uint8_t> bytes;
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005105 {
Brian Carlstrom306db812014-09-05 13:01:41 -07005106 MutexLock mu(self, *Locks::alloc_tracker_lock_);
Man Cao8c2ff642015-05-27 17:25:30 -07005107 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
5108 // In case this method is called when allocation tracker is disabled,
5109 // we should still send some data back.
5110 gc::AllocRecordObjectMap dummy;
5111 if (records == nullptr) {
5112 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled());
5113 records = &dummy;
5114 }
Man Cao41656de2015-07-06 18:53:15 -07005115 // We don't need to wait on the condition variable records->new_record_condition_, because this
5116 // function only reads the class objects, which are already marked so it doesn't change their
5117 // reachability.
Man Cao8c2ff642015-05-27 17:25:30 -07005118
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005119 //
5120 // Part 1: generate string tables.
5121 //
5122 StringTable class_names;
5123 StringTable method_names;
5124 StringTable filenames;
Elliott Hughes545a0642011-11-08 19:10:03 -08005125
Andreas Gampeff29cee2017-07-07 11:11:15 -07005126 VLOG(jdwp) << "Collecting StringTables.";
5127
Man Cao1ed11b92015-06-11 22:47:35 -07005128 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize());
Brian Carlstrom306db812014-09-05 13:01:41 -07005129 uint16_t count = capped_count;
Andreas Gamped0fc7682017-07-07 14:03:08 -07005130 size_t alloc_byte_count = 0;
Man Cao8c2ff642015-05-27 17:25:30 -07005131 for (auto it = records->RBegin(), end = records->REnd();
5132 count > 0 && it != end; count--, it++) {
Mathieu Chartier458b1052016-03-29 14:02:55 -07005133 const gc::AllocRecord* record = &it->second;
Ian Rogers1ff3c982014-08-12 02:30:58 -07005134 std::string temp;
Andreas Gampef774a4e2017-07-06 22:15:18 -07005135 const char* class_descr = record->GetClassDescriptor(&temp);
5136 class_names.Add(class_descr, !temp.empty());
Andreas Gamped0fc7682017-07-07 14:03:08 -07005137
5138 // Size + tid + class name index + stack depth.
5139 alloc_byte_count += 4u + 2u + 2u + 1u;
5140
Man Cao8c2ff642015-05-27 17:25:30 -07005141 for (size_t i = 0, depth = record->GetDepth(); i < depth; i++) {
5142 ArtMethod* m = record->StackElement(i).GetMethod();
Andreas Gampef774a4e2017-07-06 22:15:18 -07005143 class_names.Add(m->GetDeclaringClassDescriptor(), false);
5144 method_names.Add(m->GetName(), false);
5145 filenames.Add(GetMethodSourceFile(m), false);
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005146 }
Andreas Gamped0fc7682017-07-07 14:03:08 -07005147
5148 // Depth * (class index + method name index + file name index + line number).
5149 alloc_byte_count += record->GetDepth() * (2u + 2u + 2u + 2u);
Elliott Hughes545a0642011-11-08 19:10:03 -08005150 }
5151
Andreas Gampe2eeb01a2017-07-07 14:09:46 -07005152 class_names.Finish();
5153 method_names.Finish();
5154 filenames.Finish();
Andreas Gampeff29cee2017-07-07 11:11:15 -07005155 VLOG(jdwp) << "Done collecting StringTables:" << std::endl
5156 << " ClassNames: " << class_names.Size() << std::endl
5157 << " MethodNames: " << method_names.Size() << std::endl
5158 << " Filenames: " << filenames.Size();
5159
Man Cao8c2ff642015-05-27 17:25:30 -07005160 LOG(INFO) << "recent allocation records: " << capped_count;
5161 LOG(INFO) << "allocation records all objects: " << records->Size();
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005162
5163 //
5164 // Part 2: Generate the output and store it in the buffer.
5165 //
5166
5167 // (1b) message header len (to allow future expansion); includes itself
5168 // (1b) entry header len
5169 // (1b) stack frame len
5170 const int kMessageHeaderLen = 15;
5171 const int kEntryHeaderLen = 9;
5172 const int kStackFrameLen = 8;
5173 JDWP::Append1BE(bytes, kMessageHeaderLen);
5174 JDWP::Append1BE(bytes, kEntryHeaderLen);
5175 JDWP::Append1BE(bytes, kStackFrameLen);
5176
5177 // (2b) number of entries
5178 // (4b) offset to string table from start of message
5179 // (2b) number of class name strings
5180 // (2b) number of method name strings
5181 // (2b) number of source file name strings
Brian Carlstrom306db812014-09-05 13:01:41 -07005182 JDWP::Append2BE(bytes, capped_count);
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005183 size_t string_table_offset = bytes.size();
Brian Carlstrom7934ac22013-07-26 10:54:15 -07005184 JDWP::Append4BE(bytes, 0); // We'll patch this later...
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005185 JDWP::Append2BE(bytes, class_names.Size());
5186 JDWP::Append2BE(bytes, method_names.Size());
5187 JDWP::Append2BE(bytes, filenames.Size());
5188
Andreas Gampeff29cee2017-07-07 11:11:15 -07005189 VLOG(jdwp) << "Dumping allocations with stacks";
5190
Andreas Gamped0fc7682017-07-07 14:03:08 -07005191 // Enlarge the vector for the allocation data.
5192 size_t reserve_size = bytes.size() + alloc_byte_count;
5193 bytes.reserve(reserve_size);
5194
Ian Rogers1ff3c982014-08-12 02:30:58 -07005195 std::string temp;
Man Cao8c2ff642015-05-27 17:25:30 -07005196 count = capped_count;
5197 // The last "count" number of allocation records in "records" are the most recent "count" number
5198 // of allocations. Reverse iterate to get them. The most recent allocation is sent first.
5199 for (auto it = records->RBegin(), end = records->REnd();
5200 count > 0 && it != end; count--, it++) {
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005201 // For each entry:
5202 // (4b) total allocation size
5203 // (2b) thread id
5204 // (2b) allocated object's class name index
5205 // (1b) stack depth
Mathieu Chartier458b1052016-03-29 14:02:55 -07005206 const gc::AllocRecord* record = &it->second;
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005207 size_t stack_depth = record->GetDepth();
Mathieu Chartierf8322842014-05-16 10:59:25 -07005208 size_t allocated_object_class_name_index =
Man Cao41656de2015-07-06 18:53:15 -07005209 class_names.IndexOf(record->GetClassDescriptor(&temp));
Hiroshi Yamauchib5a9e3d2014-06-09 12:11:20 -07005210 JDWP::Append4BE(bytes, record->ByteCount());
Man Cao8c2ff642015-05-27 17:25:30 -07005211 JDWP::Append2BE(bytes, static_cast<uint16_t>(record->GetTid()));
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005212 JDWP::Append2BE(bytes, allocated_object_class_name_index);
5213 JDWP::Append1BE(bytes, stack_depth);
5214
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005215 for (size_t stack_frame = 0; stack_frame < stack_depth; ++stack_frame) {
5216 // For each stack frame:
5217 // (2b) method's class name
5218 // (2b) method name
5219 // (2b) method source file
5220 // (2b) line number, clipped to 32767; -2 if native; -1 if no source
Man Cao8c2ff642015-05-27 17:25:30 -07005221 ArtMethod* m = record->StackElement(stack_frame).GetMethod();
Mathieu Chartierbfd9a432014-05-21 17:43:44 -07005222 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor());
5223 size_t method_name_index = method_names.IndexOf(m->GetName());
5224 size_t file_name_index = filenames.IndexOf(GetMethodSourceFile(m));
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005225 JDWP::Append2BE(bytes, class_name_index);
5226 JDWP::Append2BE(bytes, method_name_index);
5227 JDWP::Append2BE(bytes, file_name_index);
Man Cao8c2ff642015-05-27 17:25:30 -07005228 JDWP::Append2BE(bytes, record->StackElement(stack_frame).ComputeLineNumber());
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005229 }
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005230 }
5231
Andreas Gamped0fc7682017-07-07 14:03:08 -07005232 CHECK_EQ(bytes.size(), reserve_size);
Andreas Gampeff29cee2017-07-07 11:11:15 -07005233 VLOG(jdwp) << "Dumping tables.";
5234
Mathieu Chartier46e811b2013-07-10 17:09:14 -07005235 // (xb) class name strings
5236 // (xb) method name strings
5237 // (xb) source file strings
5238 JDWP::Set4BE(&bytes[string_table_offset], bytes.size());
5239 class_names.WriteTo(bytes);
5240 method_names.WriteTo(bytes);
5241 filenames.WriteTo(bytes);
Andreas Gampeff29cee2017-07-07 11:11:15 -07005242
5243 VLOG(jdwp) << "GetRecentAllocations: data created. " << bytes.size();
Elliott Hughes545a0642011-11-08 19:10:03 -08005244 }
Ian Rogers50b35e22012-10-04 10:09:15 -07005245 JNIEnv* env = self->GetJniEnv();
Elliott Hughes545a0642011-11-08 19:10:03 -08005246 jbyteArray result = env->NewByteArray(bytes.size());
Ian Rogersc0542af2014-09-03 16:16:56 -07005247 if (result != nullptr) {
Elliott Hughes545a0642011-11-08 19:10:03 -08005248 env->SetByteArrayRegion(result, 0, bytes.size(), reinterpret_cast<const jbyte*>(&bytes[0]));
5249 }
5250 return result;
5251}
5252
Mathieu Chartiere401d142015-04-22 13:56:20 -07005253ArtMethod* DeoptimizationRequest::Method() const {
Andreas Gampe13b27842016-11-07 16:48:23 -08005254 return jni::DecodeArtMethod(method_);
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07005255}
5256
Mathieu Chartiere401d142015-04-22 13:56:20 -07005257void DeoptimizationRequest::SetMethod(ArtMethod* m) {
Andreas Gampe13b27842016-11-07 16:48:23 -08005258 method_ = jni::EncodeArtMethod(m);
Hiroshi Yamauchi0ec17d22014-07-07 13:07:08 -07005259}
5260
Mathieu Chartiera6b1ead2015-10-06 10:32:38 -07005261void Dbg::VisitRoots(RootVisitor* visitor) {
5262 // Visit breakpoint roots, used to prevent unloading of methods with breakpoints.
5263 ReaderMutexLock mu(Thread::Current(), *Locks::breakpoint_lock_);
5264 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal));
5265 for (Breakpoint& breakpoint : gBreakpoints) {
Andreas Gampe542451c2016-07-26 09:02:02 -07005266 breakpoint.Method()->VisitRoots(root_visitor, kRuntimePointerSize);
Mathieu Chartiera6b1ead2015-10-06 10:32:38 -07005267 }
5268}
5269
Andreas Gampe04bbb5b2017-01-19 17:49:03 +00005270void Dbg::DbgThreadLifecycleCallback::ThreadStart(Thread* self) {
5271 Dbg::PostThreadStart(self);
5272}
5273
5274void Dbg::DbgThreadLifecycleCallback::ThreadDeath(Thread* self) {
5275 Dbg::PostThreadDeath(self);
5276}
5277
Andreas Gampe0f01b582017-01-18 15:22:37 -08005278void Dbg::DbgClassLoadCallback::ClassLoad(Handle<mirror::Class> klass ATTRIBUTE_UNUSED) {
5279 // Ignore ClassLoad;
5280}
5281void Dbg::DbgClassLoadCallback::ClassPrepare(Handle<mirror::Class> temp_klass ATTRIBUTE_UNUSED,
5282 Handle<mirror::Class> klass) {
5283 Dbg::PostClassPrepare(klass.Get());
5284}
5285
Elliott Hughes872d4ec2011-10-21 17:07:15 -07005286} // namespace art