Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:StopDebugger
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
default_debugger_agent.cpp
20
: 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
D
init.cpp
40
extern "C" int
StopDebugger
()
in StopDebugger()
function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
H
A
D
jsnapistartdebugger_fuzzer.cpp
44
JSNApi::
StopDebugger
(vm);
in JSNApiStartDebuggerFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
init.cpp
62
extern "C" int
StopDebugger
()
in StopDebugger()
function
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
H
A
D
jsnapistopdebugger_fuzzer.cpp
44
JSNApi::
StopDebugger
(vm);
in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
H
A
D
debugger_cint_client_test.cpp
58
JSNApi::
StopDebugger
(instance);
H
A
D
debugger_client_test.cpp
58
JSNApi::
StopDebugger
(instance);
H
A
D
debugger_cinterp_test.cpp
50
JSNApi::
StopDebugger
(instance);
H
A
D
debugger_entry_test.cpp
50
JSNApi::
StopDebugger
(instance);
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
runtime_notification.h
111
virtual void
StopDebugger
() = 0;
489
void
StopDebugger
()
in StopDebugger()
function
493
listener->
StopDebugger
();
in StopDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_second_tests.cpp
1902
* @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
D
ffi_workload.cpp
5557
JSNApi::
StopDebugger
(vm_);
in HWTEST_F_L0()
5560
TEST_TIME(JSNApi::
StopDebugger
);
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
1644
static bool
StopDebugger
(int tid);
1649
static bool
StopDebugger
(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
4829
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