index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
fault_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Remove setjmp.h includes
Andreas Gampe
2018-11-21
1
-1
/
+0
*
Fix mac build (hopefully)
Mathieu Chartier
2018-07-22
1
-1
/
+1
*
ObjPtr<>-ify ArtMethod and mirror::Method.
Vladimir Marko
2018-07-19
1
-1
/
+1
*
Ensure that art_sigsegv_fault is never inlined
Alex Light
2018-04-03
1
-1
/
+3
*
Extend VLOG(signals) to be more useful.
Alex Light
2018-02-02
1
-1
/
+25
*
Fix misc issues with non-generated-code fault handlers
Alex Light
2018-01-17
1
-7
/
+7
*
Create dex subdirectory
David Sehr
2018-01-05
1
-1
/
+1
*
ART: Remove base/logging from heap-inl.h
Andreas Gampe
2017-12-07
1
-0
/
+1
*
ART: Move kDexNoIndex to dex_file_types.h
Andreas Gampe
2017-09-18
1
-1
/
+2
*
Use HeapReference for SafeGetClass
Mathieu Chartier
2017-08-09
1
-2
/
+1
*
Don't use fences to implement volatiles
Hans Boehm
2017-08-09
1
-2
/
+2
*
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-06-02
1
-1
/
+1
*
sigchain: limit use of SetHandlingSignal.
Josh Gao
2017-05-15
1
-1
/
+15
*
Fix fault_handler with heap poisoning.
Nicolas Geoffray
2017-04-20
1
-1
/
+2
*
fault_handler: hopefully fix darwin build.
Josh Gao
2017-04-19
1
-2
/
+3
*
fault_handler: use SafeCopy to verify the validity of ArtMethod.
Josh Gao
2017-04-19
1
-4
/
+79
*
Revert^2: "Make sigchain actually own the signal chain.""
Josh Gao
2017-03-23
1
-108
/
+23
*
Revert "Make sigchain actually own the signal chain."
Jin Qian
2017-03-18
1
-23
/
+108
*
Make sigchain actually own the signal chain.
Josh Gao
2017-03-17
1
-108
/
+23
*
Catch signals that happen inside a fault handler.
Josh Gao
2017-03-08
1
-151
/
+66
*
ART: Use libbase logging
Andreas Gampe
2016-09-26
1
-1
/
+1
*
ART: Convert pointer size to enum
Andreas Gampe
2016-08-01
1
-1
/
+1
*
ART: Fast-fail empty other handlers in fault handling
Andreas Gampe
2016-04-18
1
-0
/
+4
*
Add read barrier option to UpdateEntrypoints
Mathieu Chartier
2016-02-01
1
-1
/
+1
*
Invoke all other registered handlers only for generated code
jgu21
2016-01-20
1
-36
/
+41
*
Remove ArtCode.
Nicolas Geoffray
2015-10-20
1
-4
/
+4
*
Use ATTRIBUTE_UNUSED more.
Roland Levillain
2015-10-15
1
-2
/
+1
*
Add an abstraction over a compiled code.
Nicolas Geoffray
2015-10-13
1
-4
/
+6
*
ART: Rename ArtMethod's size and alignment methods.
Vladimir Marko
2015-08-17
1
-1
/
+1
*
Use (D)CHECK_ALIGNED more.
Roland Levillain
2015-07-16
1
-1
/
+1
*
Revert "Revert "Remove interpreter entrypoint in ArtMethod.""
Nicolas Geoffray
2015-07-08
1
-2
/
+4
*
Revert "Remove interpreter entrypoint in ArtMethod."
Nicolas Geoffray
2015-07-08
1
-4
/
+2
*
Remove interpreter entrypoint in ArtMethod.
Nicolas Geoffray
2015-07-08
1
-2
/
+4
*
Fix lint error.
Narayan Kamath
2015-06-17
1
-5
/
+1
*
Set default visibility on art_sigsegv_fault.
Oleksiy Vyalov
2015-06-17
1
-0
/
+2
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-13
/
+7
*
More of the concurrent copying collector.
Hiroshi Yamauchi
2015-01-23
1
-2
/
+2
*
Merge "Fix fault handler invoked before vm running."
Christopher Ferris
2014-12-02
1
-0
/
+6
|
\
|
*
Fix fault handler invoked before vm running.
Christopher Ferris
2014-11-20
1
-0
/
+6
*
|
Fix oatdump to use OatHeader pointer size
Mathieu Chartier
2014-11-21
1
-1
/
+2
|
/
*
Don't try to handle nested SIGSEGV inside fault handler.
Ian Rogers
2014-11-11
1
-15
/
+34
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-1
/
+1
*
Refactor quick entrypoints
Ian Rogers
2014-10-20
1
-1
/
+1
*
Add way to ensure we are at the front of the sigaction chain
Mathieu Chartier
2014-10-16
1
-7
/
+19
*
ART: Fix things for valgrind
Andreas Gampe
2014-09-10
1
-3
/
+15
*
Fix arm64 build warning (promoted to error).
Dave Allison
2014-09-04
1
-10
/
+10
*
Make nested signal more generic
Dave Allison
2014-09-04
1
-74
/
+78
*
Handle nested signals
Dave Allison
2014-08-27
1
-12
/
+139
*
Fix fault handler to unregister on shutdown
Dave Allison
2014-08-21
1
-1
/
+10
*
Add implicit checks for x86_64 architecture.
Dave Allison
2014-08-07
1
-2
/
+4
[next]