Home
last modified time | relevance | path

Searched refs:Debugger (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h16 #include "src/inspector/protocol/Debugger.h"
31 class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
57 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
60 std::unique_ptr<protocol::Debugger::Location>,
62 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
69 Response continueToLocation(std::unique_ptr<protocol::Debugger::Location>,
77 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*)
80 std::unique_ptr<protocol::Debugger::Location> start,
81 Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction,
82 std::unique_ptr<protocol::Array<protocol::Debugger
[all...]
H A Dv8-debugger-agent-impl.cc18 #include "src/inspector/protocol/Debugger.h"
36 using protocol::Debugger::BreakpointId;
37 using protocol::Debugger::CallFrame;
38 using protocol::Debugger::Scope;
44 protocol::Debugger::SetInstrumentationBreakpoint::InstrumentationEnum;
62 static const char kDebuggerNotEnabled[] = "Debugger agent is not enabled";
242 return protocol::Debugger::BreakLocation::TypeEnum::Call;
244 return protocol::Debugger::BreakLocation::TypeEnum::Return;
246 return protocol::Debugger::BreakLocation::TypeEnum::DebuggerStatement;
306 scope->setStartLocation(protocol::Debugger
[all...]
H A Dv8-inspector-session-impl.cc72 protocol::Debugger::Metainfo::commandPrefix) || in canDispatchMethod()
120 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl()
121 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); in V8InspectorSessionImpl()
422 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl()
423 .setVersion(protocol::Debugger::Metainfo::version) in supportedDomainsImpl()
487 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
491 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> matches = in searchInTextByLines()
494 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>> result; in searchInTextByLines()
H A Dsearch-util.h10 #include "src/inspector/protocol/Debugger.h"
19 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>>
H A Dv8-debugger.cc319 std::unique_ptr<protocol::Debugger::Location> location, in continueToLocation()
330 protocol::Debugger::ContinueToLocation::TargetCallFramesEnum::Any) { in continueToLocation()
345 protocol::Debugger::ContinueToLocation::TargetCallFramesEnum::Any) { in shouldContinueToCurrentLocation()
351 protocol::Debugger::ContinueToLocation::TargetCallFramesEnum::Current) { in shouldContinueToCurrentLocation()
H A Dv8-inspector-session-impl.h87 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
H A Dv8-debugger.h17 #include "src/inspector/protocol/Debugger.h"
76 std::unique_ptr<protocol::Debugger::Location>,
284 // See Debugger.stepInto for details.
H A Dv8-profiler-agent-impl.cc146 std::unique_ptr<protocol::Debugger::Location> currentDebugLocation( in currentDebugLocation()
151 return protocol::Debugger::Location::create() in currentDebugLocation()
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc42 Debugger::Debugger(Simulator* sim) in Debugger() function in vixl::aarch64::Debugger
62 void Debugger::RegisterCmd() { in RegisterCmd()
99 bool Debugger::IsAtBreakpoint() const { in IsAtBreakpoint()
104 void Debugger::Debug() { in Debug()
141 std::optional<uint64_t> Debugger::ParseUint64String(std::string_view uint64_str, in ParseUint64String()
163 std::optional<Debugger::RegisterParsedFormat> Debugger::ParseRegString( in ParseRegString()
212 void Debugger::PrintUsage() { in PrintUsage()
241 std::vector<std::string> Debugger
[all...]
H A Ddebugger-aarch64.h193 class Debugger { class
201 Debugger(Simulator* sim);
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp934 // sw::SpirvShader::Impl::Debugger
935 // sw::SpirvShader::Impl::Debugger::LocalVariableValue
936 // sw::SpirvShader::Impl::Debugger::State
937 // sw::SpirvShader::Impl::Debugger::State::Data
942 // sw::SpirvShader::Impl::Debugger
949 struct SpirvShader::Impl::Debugger : public vk::dbg::ClientEventListener
954 Debugger(const SpirvShader *shader, const std::shared_ptr<vk::dbg::Context> &ctx);
955 ~Debugger();
971 // finalize() allocates the trap memory and registers the Debugger for
1121 // zero-initialized object into the Debugger
[all...]
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js368 const { Debugger, HeapProfiler, Profiler, Runtime } = inspector;
513 const { scriptSource } = await Debugger.getScriptSource({ scriptId });
599 return PromisePrototypeThen(Debugger.evaluateOnCallFrame({
751 Debugger.setBreakpoint({ location: getCurrentLocation(), condition }),
762 Debugger.setBreakpoint({ location, condition }),
772 Debugger.evaluateOnCallFrame({
816 Debugger.setBreakpoint({ location, condition }),
825 Debugger.setBreakpointByUrl({
859 Debugger.removeBreakpoint({ breakpointId: breakpoint.breakpointId }),
883 Debugger
[all...]
H A Dinspect.js75 const debugRegex = /Debugger listening on ws:\/\/\[?(.+?)\]?:(\d+)\//;
151 this.domainNames = ['Debugger', 'HeapProfiler', 'Profiler', 'Runtime'];
/third_party/node/deps/v8/tools/
H A Dwindbg.js168 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsLiveTarget);
174 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsTTDTarget);
186 return host.namespace.Debugger.Sessions[0].Attributes.Machine.PointerSize;
198 return host.namespace.Debugger.State.DebuggerVariables.curthread
233 let v8 = host.namespace.Debugger.State.DebuggerVariables.curprocess
239 let v8_test = host.namespace.Debugger.State.DebuggerVariables.curprocess
253 let exe = host.namespace.Debugger.State.DebuggerVariables.curprocess
300 let curframe = host.namespace.Debugger.State.DebuggerVariables.curframe;
301 let ctl = host.namespace.Debugger.Utility.Control;
335 let ctl = host.namespace.Debugger
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dsample.py23 class Debugger (object): class
27 debugger = Debugger ()
/third_party/node/lib/internal/util/
H A Dinspector.js19 const kInspectMsgRegex = /Debugger listening on ws:\/\/\[?(.+?)\]?:(\d+)\/|For help, see: https:\/\/nodejs\.org\/en\/docs\/inspector|Debugger attached|Waiting for the debugger to disconnect\.\.\./;
/third_party/node/test/parallel/
H A Dtest-inspector-port-zero.js22 assert.match(stderr, /Debugger listening on (.+)/);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h31 namespace Debugger { namespace
35 } // namespace Debugger
115 // Debugger id has a 1:1 mapping to context group. It is used to
191 // Debugger actions.
200 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
/third_party/node/deps/v8/include/
H A Dv8-inspector.h31 namespace Debugger { namespace
115 // Debugger id has a 1:1 mapping to context group. It is used to
182 // Debugger actions.
191 virtual std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource3.js116 Debugger,
237 NodeType[NodeType["Debugger"] = 106] = "Debugger";
H A DparserRealSource10.js18 Debugger,
207 setTokenInfo(TokenID.Debugger, Reservation.TypeScriptAndJS, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt);
490 TokenID[TokenID["Debugger"] = 8] = "Debugger";
679 setTokenInfo(TokenID.Debugger, Reservation.TypeScriptAndJS, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.Debugger, "debugger", ErrorRecoverySet.Stmt);
/third_party/node/test/common/
H A Dinspector-helper.js173 if (message.method === 'Debugger.scriptParsed') {
182 if (message.method === 'Debugger.paused')
184 if (message.method === 'Debugger.resumed')
254 if (message.method === 'Debugger.paused') {
304 await this.send({ 'method': 'Debugger.resume' });
387 const matches = line.match(/Debugger listening on ws:\/\/.+:(\d+)\/.+/);
/third_party/node/deps/v8/src/common/
H A Dmessage-template.h17 T(Debugger, "Debugger: %") \
87 T(DebuggerFrame, "Debugger: Invalid frame index.") \
88 T(DebuggerType, "Debugger: Parameters have wrong types.") \
/third_party/python/Lib/idlelib/
H A Ddebugger_r.py365 gui = debugger.Debugger(pyshell, idb_proxy)
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h461 // Debugger.
462 BytecodeArrayBuilder& Debugger();

Completed in 21 milliseconds

12