/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | asio_server.cpp | 40 LOG(ERROR, DEBUGGER) << "Failed to initialize endpoint"; in Initialize() 59 LOG(ERROR, DEBUGGER) << "Failed to bind Inspector server on port " << port; in Start() 69 LOG(INFO, DEBUGGER) << "Inspector server listening on " << ep; in Start() 73 LOG(ERROR, DEBUGGER) << "Failed to get the TCP endpoint"; in Start() 75 LOG(ERROR, DEBUGGER) << "Failed to start Inspector connection acceptance loop"; in Start()
|
D | endpoint.cpp | 34 LOG(INFO, DEBUGGER) << "Invalid request: " << message; in HandleMessage() 38 LOG(DEBUG, DEBUGGER) << "Received " << message; in HandleMessage() 57 LOG(WARNING, DEBUGGER) << "Unsupported method: " << message; in HandleMessage() 61 LOG(INFO, DEBUGGER) << "Response object with no \"id\": " << message; in HandleMessage() 69 LOG(INFO, DEBUGGER) << "Expected either 'method' or 'result' parameter"; in HandleMessage()
|
D | inspector_server.cpp | 218 LOG(INFO, DEBUGGER) << location.Error(); in OnCallDebuggerContinueToLocation() 236 LOG(INFO, DEBUGGER) << start.Error(); in OnCallDebuggerGetPossibleBreakpoints() 245 LOG(INFO, DEBUGGER) << "Script ids don't match"; in OnCallDebuggerGetPossibleBreakpoints() 277 LOG(INFO, DEBUGGER) << scriptId.Error(); in OnCallDebuggerGetScriptSource() 297 LOG(INFO, DEBUGGER) << breakpointId.Error(); in OnCallDebuggerRemoveBreakpoint() 311 LOG(INFO, DEBUGGER) << frameId.Error(); in OnCallDebuggerRestartFrame() 339 LOG(INFO, DEBUGGER) << location.Error(); in OnCallDebuggerSetBreakpoint() 352 LOG(INFO, DEBUGGER) << "Failed to set breakpoint"; in OnCallDebuggerSetBreakpoint() 372 LOG(INFO, DEBUGGER) << "No 'lineNumber' property"; in OnCallDebuggerSetBreakpointByUrl() 385 LOG(INFO, DEBUGGER) << "No 'url' or 'urlRegex' properties"; in OnCallDebuggerSetBreakpointByUrl() [all …]
|
D | init.cpp | 38 LOG(ERROR, DEBUGGER) << "Debugger has already been started"; in StartDebugger() 54 LOG(ERROR, DEBUGGER) << "Debugger has not been started"; in StopDebugger()
|
D | error.cpp | 24 LOG(ERROR, DEBUGGER) << error->GetMessage(); in HandleError()
|
D | source_manager.cpp | 49 LOG(ERROR, DEBUGGER) << "No file with script id " << id; in GetSourceFileName()
|
D | ws_logger.cpp | 40 auto component = Logger::Component::DEBUGGER; in write()
|
D | server_endpoint-inl.h | 67 LOG(INFO, DEBUGGER) << "Invalid request: request has no \"id\""; in OnCall()
|
D | endpoint.h | 134 LOG(DEBUG, DEBUGGER) << "Sending " << message; in Send()
|
D | object_repository.cpp | 194 LOG(INFO, DEBUGGER) << "Unknown object ID " << id; in GetProperties()
|
D | inspector.cpp | 341 LOG(INFO, DEBUGGER) << "Failed to resolve object id: " << objectId; in GetProperties()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | log_wrapper.h | 28 #define LOG_DEBUGGER(level) ARK_LOG(level, Component::DEBUGGER)
|
D | log.h | 46 DEBUGGER = 1ULL << 3ULL, enumerator 89 case Component::DEBUGGER: in GetComponentStr()
|
D | log.cpp | 167 components_ |= Component::DEBUGGER; in SetLogComponentFromString()
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
D | test_util.h | 62 LOG(FATAL, DEBUGGER) << "Test " << name << " not found"; in GetTest() 96 … LOG(DEBUG, DEBUGGER) << "Occured event " << event << " in thread with id " << thread.GetId(); 201 LOG(FATAL, DEBUGGER) << "Time limit exceeded while waiting " << event; in WaitForEvent()
|
D | test_runner.h | 264 LOG(FATAL, DEBUGGER) << "Test " << testName_ << " failed"; in TerminateTest()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ecma_opcode_des.h | 40 V(DEBUGGER) \
|
D | bytecodes.cpp | 163 case EcmaOpcode::DEBUGGER: in InitBytecodeMetaData() 291 case EcmaOpcode::DEBUGGER: in InitBytecodeMetaData() 1737 case EcmaOpcode::DEBUGGER: in InitBytecodeInfo()
|
D | slowpath_lowering.cpp | 674 case EcmaOpcode::DEBUGGER: in Lower()
|
D | interpreter_stub.cpp | 641 DISPATCH(DEBUGGER); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/ |
D | debugger_instruction_handler.inl | 91 DEBUG_HANDLE_OPCODE(DEBUGGER) argument 94 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::DEBUGGER);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | panda_file_translator.cpp | 1048 newOpcode = EcmaOpcode::DEBUGGER; in FixOpcode()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 3799 HANDLE_OPCODE(DEBUGGER) { in RunInternal() 3802 DISPATCH(DEBUGGER); in RunInternal()
|
D | interpreter_assembly.cpp | 2946 DISPATCH(DEBUGGER); in HandleDebugger()
|