Home | History | Annotate | Download | only in runtime

Lines Matching full:debugger

17 #include "debugger.h"
142 LOG(ERROR) << "Unexpected method unwind event in debugger " << PrettyMethod(method)
171 static bool gDebuggerConnected; // debugger or DDMS is connected.
172 static bool gDebuggerActive; // debugger is making requests.
173 static bool gDisposed; // debugger called VirtualMachine.Dispose, so we should drop the connection.
213 // there's a debugger suspension active.
302 * type. The debugger may take a special interest in these (e.g. it
337 * server: if "y", wait for debugger to attach; if "n", attach to debugger
338 * timeout: how long to wait for debugger to connect / listen
341 * onthrow=<exception-name>: connect to debugger when exception thrown
342 * onuncaught=y|n: connect to debugger when uncaught exception thrown
343 * launch=<command-line>: launch the debugger itself
447 // Init JDWP if the debugger is enabled. This may connect out to a
448 // debugger, passively listen for a debugger, or block waiting for a
449 // debugger.
455 LOG(FATAL) << "Debugger thread failed to initialize";
458 // If a debugger has already attached, send the "welcome" message.
463 LOG(WARNING) << "Failed to post 'start' message to debugger";
551 LOG(INFO) << "Debugger is active";
557 LOG(INFO) << "Debugger is no longer active";
560 // to kRunnable to avoid scoped object access transitions. Remove the debugger as a listener
1776 // We can't tell the debugger about this thread yet.
1777 // TODO: if we identified threads to the debugger by their Thread*
1875 return true; // The debugger can't do anything useful with a frame that has no Method*.
2306 // If the debugger is single-stepping one of our threads, check to
2367 // of the debugger filters.
2825 // Translate the method through the vtable, unless the debugger wants to suppress it.
3086 VLOG(jdwp) << "Debugger thread not active, ignoring DDM send: " << type;