Home
last modified time | relevance | path

Searched refs:StopDebugger (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Ddefault_debugger_agent.cpp20 : LibraryAgent(mutex, PandaString(Runtime::GetOptions().GetDebuggerLibraryPath()), "StartDebugger", "StopDebugger") in DefaultDebuggerAgent()
68 using StopDebugger = int (*)(); in CallUnloadCallback()
69 int res = reinterpret_cast<StopDebugger>(resolvedFunction)(); in CallUnloadCallback()
71 LOG(ERROR, RUNTIME) << "'StopDebugger' has failed with " << res; in CallUnloadCallback()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dinit.cpp40 extern "C" int StopDebugger() in StopDebugger() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
H A Djsnapistartdebugger_fuzzer.cpp44 JSNApi::StopDebugger(vm); in JSNApiStartDebuggerFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinit.cpp62 extern "C" int StopDebugger() in StopDebugger() function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
H A Djsnapistopdebugger_fuzzer.cpp44 JSNApi::StopDebugger(vm); in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_cint_client_test.cpp58 JSNApi::StopDebugger(instance);
H A Ddebugger_client_test.cpp58 JSNApi::StopDebugger(instance);
H A Ddebugger_cinterp_test.cpp50 JSNApi::StopDebugger(instance);
H A Ddebugger_entry_test.cpp50 JSNApi::StopDebugger(instance);
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h111 virtual void StopDebugger() = 0;
489 void StopDebugger() in StopDebugger() function
493 listener->StopDebugger(); in StopDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1902 * @tc.name: StopDebugger
1903 * @tc.desc: StopDebugger test
1912 EXPECT_FALSE(JSNApi::StopDebugger(vm)); in HWTEST_F_L0()
1914 EXPECT_FALSE(JSNApi::StopDebugger(tid)); in HWTEST_F_L0()
H A Dffi_workload.cpp5557 JSNApi::StopDebugger(vm_); in HWTEST_F_L0()
5560 TEST_TIME(JSNApi::StopDebugger); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1644 static bool StopDebugger(int tid);
1649 static bool StopDebugger(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4829 bool JSNApi::StopDebugger([[maybe_unused]] EcmaVM *vm) in StopDebugger() function in panda::JSNApi
4833 LOG_ECMA(DEBUG) << "JSNApi::StopDebugger"; in StopDebugger()
4835 LOG_ECMA(ERROR) << "[StopDebugger] vm is nullptr"; in StopDebugger()
4858 LOG_ECMA(ERROR) << "[StopDebugger] vm is nullptr"; in StopDebugger()
4873 bool JSNApi::StopDebugger([[maybe_unused]] int tid) in StopDebugger() function in panda::JSNApi
4876 LOG_ECMA(DEBUG) << "JSNApi::StopDebugger, tid = " << tid; in StopDebugger()
4879 LOG_ECMA(ERROR) << "[StopDebugger] jsDebuggerManager is nullptr"; in StopDebugger()

Completed in 34 milliseconds