Searched defs:Debugger (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/cr/cr/actions/
H A Ddebugger.py5 """A module for the Debugger base class."""
10 class Debugger(cr.Action, cr.Plugin.Type): class in inherits:cr.Action, cr.Plugin.Type
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt059debug.py13 class Debugger(threading.Thread): class in inherits:threading.Thread
15 super(Debugger, self).__init__()
78 debugger = Debugger(port)
/external/lldb/include/lldb/Core/
H A DDebugger.h1 //===-- Debugger.h ----------------------------------------------*- C++ -*-===//
42 /// @class Debugger Debugger.h "lldb/Core/Debugger.h"
49 class Debugger : class in namespace:lldb_private
50 public std::enable_shared_from_this<Debugger>,
84 ~Debugger ();
158 // This returns the Debugger's scratch source manager. It won't be able to look up files in debug
386 // Use Debugger::CreateInstance() to get a shared pointer to a new
388 Debugger (lld
[all...]
/external/vixl/src/a64/
H A Ddebugger-a64.h96 // Debugger parameters
107 class Debugger : public Simulator { class in namespace:vixl
109 Debugger(Decoder* decoder, FILE* stream = stdout);
115 // The simulator can control disassembly, so make sure that the Debugger's
H A Ddebugger-a64.cc42 // Debugger command lines are broken up in token of different type to make
58 virtual uint8_t* ToAddress(Debugger* debugger) const;
85 virtual uint8_t* ToAddress(Debugger* debugger) const;
132 virtual uint8_t* ToAddress(Debugger* debugger) const;
150 virtual uint8_t* ToAddress(Debugger* debugger) const;
252 virtual bool Run(Debugger * debugger) = 0;
271 virtual bool Run(Debugger* debugger);
285 virtual bool Run(Debugger* debugger);
302 virtual bool Run(Debugger* debugger);
336 virtual bool Run(Debugger* debugge
525 Debugger::Debugger(Decoder* decoder, FILE* stream) function in class:vixl::Debugger
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h164 const Operator* Debugger() { NOPROPS(JSDebugger, 0, 0); } function in class:v8::internal::compiler::JSOperatorBuilder
/external/lldb/source/Core/
H A DDebugger.cpp1 //===-- Debugger.cpp --------------------------------------------*- C++ -*-===//
14 #include "lldb/Core/Debugger.h"
84 { Debugger::eStopDisassemblyTypeNever, "never", "Never show disassembly when displaying a stop context."},
85 { Debugger::eStopDisassemblyTypeNoSource, "no-source", "Show disassembly when there is no source information, or the source file is missing when displaying a stop context."},
86 { Debugger::eStopDisassemblyTypeAlways, "always", "Always show disassembly when displaying a stop context."},
128 { "stop-disassembly-display", OptionValue::eTypeEnum , true, Debugger::eStopDisassemblyTypeNoSource, NULL, g_show_disassembly_enum_values, "Control when to display disassembly when displaying a stopped context." },
158 //Debugger::GetFrameFormat() const
163 //Debugger::GetThreadFormat() const
171 Debugger::SetPropertyValue (const ExecutionContext *exe_ctx,
224 Debugger
622 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) : function in class:Debugger
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DWorkspace.js298 return this._projectDelegate.type() === WebInspector.projectTypes.Debugger || this._projectDelegate.type() === WebInspector.projectTypes.Formatter || this._projectDelegate.type() === WebInspector.projectTypes.LiveEdit;
564 Debugger: "debugger",

Completed in 995 milliseconds