/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.h | 16 #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 D | v8-debugger-agent-impl.cc | 18 #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 D | v8-inspector-session-impl.cc | 72 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 D | search-util.h | 10 #include "src/inspector/protocol/Debugger.h" 19 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>>
|
H A D | v8-debugger.cc | 319 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 D | v8-inspector-session-impl.h | 87 std::vector<std::unique_ptr<protocol::Debugger::API::SearchMatch>>
|
H A D | v8-debugger.h | 17 #include "src/inspector/protocol/Debugger.h" 76 std::unique_ptr<protocol::Debugger::Location>, 284 // See Debugger.stepInto for details.
|
H A D | v8-profiler-agent-impl.cc | 146 std::unique_ptr<protocol::Debugger::Location> currentDebugLocation( in currentDebugLocation() 151 return protocol::Debugger::Location::create() in currentDebugLocation()
|
/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.cc | 42 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 D | debugger-aarch64.h | 193 class Debugger { class 201 Debugger(Simulator* sim);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 934 // 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 D | inspect_repl.js | 368 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 D | inspect.js | 75 const debugRegex = /Debugger listening on ws:\/\/\[?(.+?)\]?:(\d+)\//; 151 this.domainNames = ['Debugger', 'HeapProfiler', 'Profiler', 'Runtime'];
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 168 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 D | sample.py | 23 class Debugger (object): class 27 debugger = Debugger ()
|
/third_party/node/lib/internal/util/ |
H A D | inspector.js | 19 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 D | test-inspector-port-zero.js | 22 assert.match(stderr, /Debugger listening on (.+)/);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-inspector.h | 31 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 D | v8-inspector.h | 31 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 D | parserRealSource3.js | 116 Debugger, 237 NodeType[NodeType["Debugger"] = 106] = "Debugger";
|
H A D | parserRealSource10.js | 18 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 D | inspector-helper.js | 173 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 D | message-template.h | 17 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 D | debugger_r.py | 365 gui = debugger.Debugger(pyshell, idb_proxy)
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.h | 461 // Debugger. 462 BytecodeArrayBuilder& Debugger();
|