Home
last modified time | relevance | path

Searched refs:DEBUGGER (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dasio_server.cpp40 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()
Dendpoint.cpp34 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()
Dinspector_server.cpp218 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 …]
Dinit.cpp38 LOG(ERROR, DEBUGGER) << "Debugger has already been started"; in StartDebugger()
54 LOG(ERROR, DEBUGGER) << "Debugger has not been started"; in StopDebugger()
Derror.cpp24 LOG(ERROR, DEBUGGER) << error->GetMessage(); in HandleError()
Dsource_manager.cpp49 LOG(ERROR, DEBUGGER) << "No file with script id " << id; in GetSourceFileName()
Dws_logger.cpp40 auto component = Logger::Component::DEBUGGER; in write()
Dserver_endpoint-inl.h67 LOG(INFO, DEBUGGER) << "Invalid request: request has no \"id\""; in OnCall()
Dendpoint.h134 LOG(DEBUG, DEBUGGER) << "Sending " << message; in Send()
Dobject_repository.cpp194 LOG(INFO, DEBUGGER) << "Unknown object ID " << id; in GetProperties()
Dinspector.cpp341 LOG(INFO, DEBUGGER) << "Failed to resolve object id: " << objectId; in GetProperties()
/arkcompiler/ets_runtime/ecmascript/
Dlog_wrapper.h28 #define LOG_DEBUGGER(level) ARK_LOG(level, Component::DEBUGGER)
Dlog.h46 DEBUGGER = 1ULL << 3ULL, enumerator
89 case Component::DEBUGGER: in GetComponentStr()
Dlog.cpp167 components_ |= Component::DEBUGGER; in SetLogComponentFromString()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h62 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()
Dtest_runner.h264 LOG(FATAL, DEBUGGER) << "Test " << testName_ << " failed"; in TerminateTest()
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h40 V(DEBUGGER) \
Dbytecodes.cpp163 case EcmaOpcode::DEBUGGER: in InitBytecodeMetaData()
291 case EcmaOpcode::DEBUGGER: in InitBytecodeMetaData()
1737 case EcmaOpcode::DEBUGGER: in InitBytecodeInfo()
Dslowpath_lowering.cpp674 case EcmaOpcode::DEBUGGER: in Lower()
Dinterpreter_stub.cpp641 DISPATCH(DEBUGGER); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl91 DEBUG_HANDLE_OPCODE(DEBUGGER) argument
94 REAL_GOTO_DISPATCH_OPCODE(EcmaOpcode::DEBUGGER);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1048 newOpcode = EcmaOpcode::DEBUGGER; in FixOpcode()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3799 HANDLE_OPCODE(DEBUGGER) { in RunInternal()
3802 DISPATCH(DEBUGGER); in RunInternal()
Dinterpreter_assembly.cpp2946 DISPATCH(DEBUGGER); in HandleDebugger()