HomeSort by relevance Sort by last modified time
    Searched defs:Debugger (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/debugger/
Debugger.h 37 class Debugger {
39 virtual ~Debugger();
Debugger.cpp 23 #include "Debugger.h"
35 Debugger::~Debugger()
42 void Debugger::attach(JSGlobalObject* globalObject)
44 ASSERT(!globalObject->debugger());
49 void Debugger::detach(JSGlobalObject* globalObject)
56 void Debugger::recompileAllJSFunctions(JSGlobalData* globalData)
89 if (function->scope().globalObject()->debugger() == this)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 32 * This represents a pending or established connection with a JDWP debugger.
34 class Debugger {
37 * Messages from the debugger should be pretty small; may not even
62 * Create a new Debugger object, configured to listen for connections
65 Debugger(Client client, int listenPort) throws IOException {
87 * Returns "true" if a debugger is currently attached to us.
94 * Represent the Debugger as a string.
99 return "[Debugger " + mListenPort + "-->" + mClient.getClientData().getPid()
104 * Register the debugger's listen socket with the Selector.
145 Log.w("ddms", "debugger already talking to " + mClien
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 64 // The Debugger class is used by the simulator while debugging simulated MIPS
66 class Debugger {
68 explicit Debugger(Simulator* sim);
69 ~Debugger();
89 // execution to skip past breakpoints when run from the debugger.
97 Debugger::Debugger(Simulator* sim) {
101 Debugger::~Debugger() {
116 void Debugger::Stop(Instruction* instr)
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 55 // The Debugger class is used by the simulator while debugging simulated ARM
57 class Debugger {
59 explicit Debugger(Simulator* sim);
60 ~Debugger();
81 // execution to skip past breakpoints when run from the debugger.
87 Debugger::Debugger(Simulator* sim) {
92 Debugger::~Debugger() {
109 void Debugger::Stop(Instr* instr)
    [all...]
  /external/v8/src/
debug.h 168 // Generate debugger events for collected scripts.
209 // This class contains the debugger support. The main purpose is to handle
245 // Returns true if the current stub call is patched to call the debugger.
248 // a debugger breakpoint.
350 friend class Debugger;
398 // Global handle to debug context where all the debugger JavaScript code is
442 // Frame pointer for the frame where debugger should be called when current
449 // Top debugger entry.
468 // Message delivered to the message handler callback. This is either a debugger
516 // Message send by user to v8 debugger or debugger output message
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 372 milliseconds