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:regs_
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
unwinder.cpp
144
regs_
= regs;
in SetRegs()
145
firstFrameSp_ =
regs_
->GetSp();
in SetRegs()
150
return
regs_
;
in GetRegs()
264
std::shared_ptr<DfxRegs>
regs_
= nullptr;
member in OHOS::HiviewDFX::Unwinder::Impl
540
if (
regs_
== nullptr) {
in UnwindLocalWithTid()
541
regs_
= DfxRegs::CreateFromUcontext(*(threadContext->ctx));
in UnwindLocalWithTid()
543
regs_
->SetFromUcontext(*(threadContext->ctx));
in UnwindLocalWithTid()
563
context.regs =
regs_
;
in UnwindLocalWithTid()
576
if (
regs_
== nullptr) {
in UnwindLocalWithContext()
577
regs_
in UnwindLocalWithContext()
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_thread.cpp
43
DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) :
regs_
(nullptr)
in DfxThread()
64
return
regs_
;
in GetThreadRegs()
69
regs_
= regs;
in SetThreadRegs()
H
A
D
dfx_process.h
59
std::shared_ptr<DfxRegs>
regs_
;
member in OHOS::HiviewDFX::DfxProcess
H
A
D
dfx_thread.h
70
std::shared_ptr<DfxRegs>
regs_
;
member in OHOS::HiviewDFX::DfxThread::ThreadStatus
H
A
D
dfx_unwind_remote.cpp
171
process->
regs_
= DfxRegs::CreateFromUcontext(request->context);
in UnwindKeyThread()
172
Printer::PrintRegsByConfig(process->
regs_
);
in UnwindKeyThread()
H
A
D
printer.cpp
288
if (process->
regs_
== nullptr) {
in PrintThreadFaultStackByConfig()
292
faultStack->CollectRegistersBlock(process->
regs_
, unwinder->GetMaps());
in PrintThreadFaultStackByConfig()
H
A
D
cppcrash_reporter.cpp
73
registers_ = GetRegsString(process_->
regs_
);
in Format()
Completed in 5 milliseconds