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:crashObj
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H
A
D
dfx_signal_handler.h
64
* @param
crashObj
return of DFX_SetCrashObj
66
void DFX_ResetCrashObj(uintptr_t
crashObj
);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H
A
D
dfx_signal_handler.c
331
g_request.
crashObj
= (uintptr_t)pthread_getspecific(g_crashObjKey);
in FillDumpRequest()
540
uintptr_t
crashObj
= 0;
in DFX_SetCrashObj()
local
542
crashObj
= ((uintptr_t)type << moveBit) | (addr & 0x00ffffffffffffff);
in DFX_SetCrashObj()
543
pthread_setspecific(g_crashObjKey, (void*)(
crashObj
));
in DFX_SetCrashObj()
550
void DFX_ResetCrashObj(uintptr_t
crashObj
)
in DFX_ResetCrashObj()
argument
556
pthread_setspecific(g_crashObjKey, (void*)(
crashObj
));
in DFX_ResetCrashObj()
/base/hiviewdfx/faultloggerd/interfaces/common/
H
A
D
dfx_dump_request.h
151
uintptr_t
crashObj
;
member
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H
A
D
dfx_crasher.cpp
162
extern "C" void DFX_ResetCrashObj(uintptr_t
crashObj
) __attribute__((weak));
553
uintptr_t
crashObj
= 0;
in TestGetCrashObj()
local
557
crashObj
= DFX_SetCrashObj(type, reinterpret_cast<uintptr_t>(msg.c_str()));
in TestGetCrashObj()
562
DFX_ResetCrashObj(
crashObj
);
in TestGetCrashObj()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
process_dumper.cpp
480
if (!isCrash_ || request->
crashObj
== 0) {
in GetCrashObj()
483
uintptr_t type = request->
crashObj
>> 56; // 56 :: Move 56 bit to the right
in GetCrashObj()
484
uintptr_t addr = request->
crashObj
& 0xffffffffffffff;
in GetCrashObj()
Completed in 5 milliseconds