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:g_inspector
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/toolchain/inspector/
H
A
D
connect_inspector.cpp
21
std::unique_ptr<ConnectInspector>
g_inspector
= nullptr;
member
52
g_inspector
->waitingForDebugger_ = false;
in OnConnectedMessage()
56
for (auto& info :
g_inspector
->infoBuffer_) {
in OnConnectedMessage()
57
g_inspector
->connectServer_->SendMessage(info.second);
in OnConnectedMessage()
65
if (
g_inspector
->setSwitchStatus_ != nullptr) {
in OnOpenMessage()
67
g_inspector
->setSwitchStatus_(true);
in OnOpenMessage()
75
if (
g_inspector
->startRecord_ != nullptr && !
g_inspector
->isRecording_) {
in OnInspectorRecordMessage()
77
g_inspector
->startRecord_();
in OnInspectorRecordMessage()
78
g_inspector
in OnInspectorRecordMessage()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
init.cpp
44
static std::optional<ark::tooling::inspector::Inspector>
g_inspector
;
variable
48
if (
g_inspector
) {
in StartDebugger()
58
g_inspector
.emplace(g_server, g_debugSession->GetDebugger(), breakOnStart);
in StartDebugger()
64
if (!
g_inspector
) {
in StopDebugger()
72
g_inspector
.reset();
in StopDebugger()
Completed in 2 milliseconds