/arkcompiler/runtime_core/static_core/docs/ |
D | debugger-vscode-communication.md | 4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server 13 * Firstly server accepts a test client 14 * Secondly server accepts a real client and debug session begins 17 * Client runs a server than waiting for a TCP socket 18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t… 20 …blished (if it is at the allocated time) test client disconnects and real client connects to server 21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
|
D | inspector.md | 3 Two big parts, the `Inspector` and `InspectorServer` classes, isolate debugger and server logic res… 7 …bility with the runtime and managing other modules. It starts a separate server thread to listen t… 78 - The server thread, it is a single thread responsible for processing client requests; 81 The main idea is that the user requests are processed by the server thread, while the debugger even… 83 For example, in `InspectorServer::CallTargetDetachedFromTarget`, when the server is paused, we are … 84 - the server thread sleeps; 90 - we are executing on the server thread; 192 ## "Continue to" request (***the server thread***)
|
D | doxygen.config | 1560 # implemented using a web server instead of a web client using Javascript. There 1561 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH 1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
|
/arkcompiler/runtime_core/docs/ |
D | debugger-vscode-communication.md | 4 …ugger-port=<port_number> --debugger-library-path=<path_to_debugger_library>` launches debug server 13 * Firstly server accepts a test client 14 * Secondly server accepts a real client and debug session begins 17 * Client runs a server than waiting for a TCP socket 18 * It's critical for VSCode to have a debug server initialized at allocated time so we establish a t… 20 …blished (if it is at the allocated time) test client disconnects and real client connects to server 21 * If connection was not established at the allocated time the `Can not launch debug server` error w…
|
D | doxygen.config | 1560 # implemented using a web server instead of a web client using Javascript. There 1561 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH 1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
D | inspector_server.cpp | 93 TestServer server; member in panda::tooling::inspector::test::ServerTest 94 InspectorServer inspectorServer {server}; 100 EXPECT_CALL(server, CallMock(g_sessionId, "Debugger.resumed", testing::_)).Times(1); in TEST_F() 110 EXPECT_CALL(server, CallMock(g_sessionId, "Debugger.scriptParsed", testing::_)) in TEST_F() 150 EXPECT_CALL(server, OnCallMock("Debugger.pause", testing::_)).WillOnce(g_simpleHandler); in TEST_F() 163 EXPECT_CALL(server, OnCallMock("Debugger.removeBreakpoint", testing::_)) in TEST_F() 179 EXPECT_CALL(server, OnCallMock("Debugger.removeBreakpoint", testing::_)) in TEST_F() 198 …EXPECT_CALL(server, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused,… in TEST_F() 209 …EXPECT_CALL(server, OnCallMock("Debugger.restartFrame", testing::_)).WillOnce([&](testing::Unused,… in TEST_F() 231 EXPECT_CALL(server, OnCallMock("Debugger.resume", testing::_)).WillOnce(g_simpleHandler); in TEST_F() [all …]
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | server_endpoint-inl.h | 56 Endpoint<websocketpp::server<CONFIG>>::Call(sessionId, std::nullopt, method, std::move(params)); in Call() 64 Endpoint<websocketpp::server<CONFIG>>::OnCall( in OnCall()
|
D | server_endpoint.h | 27 class ServerEndpoint : public Endpoint<websocketpp::server<Config>>, public Server {
|
D | inspector.h | 50 Inspector(Server &server, DebugInterface &debugger, bool breakOnStart);
|
D | inspector_server.h | 47 explicit InspectorServer(Server &server);
|
D | inspector.cpp | 36 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector() argument 37 : breakOnStart_(breakOnStart), inspectorServer_(server), debugger_(debugger) in Inspector()
|
D | inspector_server.cpp | 35 InspectorServer::InspectorServer(Server &server) : server_(server) in InspectorServer() argument
|
/arkcompiler/toolchain/inspector/ |
D | connect_inspector.cpp | 29 void* HandleDebugManager(void* const server) in HandleDebugManager() argument 31 if (server == nullptr) { in HandleDebugManager() 41 static_cast<ConnectServer*>(server)->RunServer(); in HandleDebugManager()
|
D | inspector.cpp | 78 void* HandleClient(void* const server) in HandleClient() argument 81 if (server == nullptr) { in HandleClient() 92 static_cast<WsServer*>(server)->RunServer(); in HandleClient()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/docs/ |
D | DEVELOP_zh.md | 35 本地安装python3,在dist目录内运行python -m http.server启动web服务,如下图所示:
|
/arkcompiler/ets_runtime/tools/circuit_viewer/test/ |
D | test_viewer.py | 19 from http.server import SimpleHTTPRequestHandler
|
/arkcompiler/toolchain/websocket/ |
D | BUILD.gn | 86 sources = [ "server/websocket_server.cpp" ]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …server"===i?"."+process.pid:"",g=e.combinePaths(d,"trace"+f+".json"),m=e.combinePaths(d,"types"+f+…
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 38514 const e = t.server || de.querySettings(_e.Category.ASSETS, "server") || "";
|