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:sourceManager
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/toolchain/tooling/client/domain/
H
A
D
debugger_client.cpp
337
SourceManager &
sourceManager
= session->GetSourceManager();
in RecvReply()
local
348
sourceManager
.EnableReply(std::move(json));
in RecvReply()
394
SourceManager &
sourceManager
= session->GetSourceManager();
in PausedReply()
local
398
sourceManager
.GetDebugSources(callFrames->Get(0));
in PausedReply()
406
SourceManager &
sourceManager
= session->GetSourceManager();
in handleResponse()
local
421
sourceManager
.SetFileSource(id, scriptSource);
in handleResponse()
/arkcompiler/toolchain/tooling/client/utils/
H
A
D
cli_command.cpp
419
SourceManager &
sourceManager
= session->GetSourceManager();
in InfosourceCommand()
local
428
sourceManager
.GetFileSource(std::stoi(GetArgList()[0]));
in InfosourceCommand()
430
sourceManager
.GetFileName();
in InfosourceCommand()
439
SourceManager &
sourceManager
= session->GetSourceManager();
in ListCommand()
local
450
sourceManager
.GetListSource(GetArgList()[0], GetArgList()[1]);
in ListCommand()
457
sourceManager
.GetListSource(GetArgList()[0], "");
in ListCommand()
463
sourceManager
.GetListSource("", "");
in ListCommand()
Completed in 3 milliseconds