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:CrashHandler
(Results
1 - 6
of
6
) sorted by relevance
/ide/tools/previewer/util/
H
A
D
CrashHandler.h
26
class
CrashHandler
{
class
28
CrashHandler
() = default;
29
virtual ~
CrashHandler
() = default;
30
CrashHandler
& operator=(const
CrashHandler
&) = delete;
31
CrashHandler
(const
CrashHandler
&) = delete;
/ide/tools/previewer/util/unix/
H
A
D
CrashHandler.cpp
16
#include "
CrashHandler
.h"
27
void
CrashHandler
::InitExceptionHandler()
in InitExceptionHandler()
35
void
CrashHandler
::ApplicationCrashHandler(int signal)
in ApplicationCrashHandler()
/ide/tools/previewer/test/unittest/util/
H
A
D
CrashHandlerTest.cpp
17
#include "
CrashHandler
.h"
44
auto richCrashHandler = std::make_unique<
CrashHandler
>();
in TEST_F()
/ide/tools/previewer/util/windows/
H
A
D
CrashHandler.cpp
16
#include "
CrashHandler
.h"
36
void
CrashHandler
::RecordCallStack(const CONTEXT *context)
in RecordCallStack()
76
LONG
CrashHandler
::ApplicationCrashHandler(EXCEPTION_POINTERS *exception)
in ApplicationCrashHandler()
101
void
CrashHandler
::InitExceptionHandler()
in InitExceptionHandler()
/ide/tools/previewer/
H
A
D
RichPreviewer.cpp
24
#include "
CrashHandler
.h"
105
auto richCrashHandler = std::make_unique<
CrashHandler
>();
in main()
H
A
D
ThinPreviewer.cpp
26
#include "
CrashHandler
.h"
105
auto thinCrashHandler = std::make_unique<
CrashHandler
>();
in main()
Completed in 2 milliseconds