Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
b8012103855f50651bbe2e6d5f2ff3079afccbc9
/
runtime
/
runtime_linux.cc
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
163355e
ART: Let ASAN handle stack traces on host
by Andreas Gampe
· 7 years ago
c6fe427
ART: Refactor HandleUnexpectedSignalCommon
by Andreas Gampe
· 7 years ago
21482ad
Optionally dump ART crash information to logcat when running on Android.
by Roland Levillain
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 8 years ago
ef29536
ART: Use cerr for host unexpected errors
by Andreas Gampe
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
5dd44d0
ART: Factor out native stack dumping
by Andreas Gampe
· 8 years ago
0d0ce27
ART: Enable native stack dumping on timeout
by Andreas Gampe
· 9 years ago
12b8c9d
Newer kernels added SEGV_BNDERR.
by Christopher Ferris
· 9 years ago
6cff48f
ART: Speed up thread stack tracing for ANRs
by Christopher Ferris
· 11 years ago
524e7ea
Remove ArtCode.
by Nicolas Geoffray
· 9 years ago
6bc4374
Add an abstraction over a compiled code.
by Nicolas Geoffray
· 9 years ago
ae0d7de
Log the process memory maps on host SIGSEGV.
by Hiroshi Yamauchi
· 9 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
fcf81d8
ART: Mac build fix for unused constant
by Andreas Gampe
· 10 years ago
cbfded4
ART: Host timeout Mac build fix.
by Andreas Gampe
· 10 years ago
038bb22
ART: Dump all threads on test timeout
by Andreas Gampe
· 10 years ago
628a61a
ART: Pass ucontext to Backtrace in Stack Dump
by Andreas Gampe
· 10 years ago
db97871
Revert "Tidy gAborting."
by Nicolas Geoffray
· 10 years ago
015b137
Tidy gAborting.
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 10 years ago
a2cee18
Modify unwind to comply with stack parser tools.
by Christopher Ferris
· 11 years ago
c2f4d02
Fix SafePrettyTypeOf to never call VerifyObject.
by Mathieu Chartier
· 11 years ago
b48b9eb
Fix clang to compile and run host tests.
by Ian Rogers
· 11 years ago
15d3402
Add custom SIGSEGV handler to help find heap corruption.
by Mathieu Chartier
· 11 years ago
611c2c3
art: 64-bit support in UContext::Dump
by Dmitry Petrochenko
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/runtime_linux.cc]
f08e473
Fix abort regression.
by Ian Rogers
· 12 years ago
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
76b6167
Move mutex.h into base/mutex.h.
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago
af1b892
Prevent hang due to HandleUnexpectedSignal reentry
by Brian Carlstrom
· 12 years ago
81b8871
Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal.
by Brian Carlstrom
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
81d425b
Pass self to lock methods.
by Ian Rogers
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
7484741
Fix a bunch of lint.
by Elliott Hughes
· 12 years ago
4909ba4
Run the verifier single-threaded.
by Elliott Hughes
· 12 years ago
289be85
Include the crashing thread's name in crash dumps.
by Elliott Hughes
· 12 years ago
98eedd8
Don't SEGV in the signal handler in a unit test.
by Elliott Hughes
· 12 years ago
6fc5e48
Help gdb(1) find its way to the right thread.
by Elliott Hughes
· 12 years ago
0d39c12
"InitGoogle"-style argv stashing.
by Elliott Hughes
· 12 years ago
058a6de
Switch completely over to libcorkscrew for Mac OS.
by Elliott Hughes
· 12 years ago
46e251b
Switch to libcorkscrew for native stack traces.
by Elliott Hughes
· 12 years ago
d06a6c7
[DO NOT MERGE] Improve signal catching and native stack dumps.
by Elliott Hughes
· 12 years ago
833770b
Fix a SIGSTKFLT typo.
by Elliott Hughes
· 13 years ago
6c1c69e
Various crash diagnostic improvements.
by Elliott Hughes
· 13 years ago
8593fdb
Clean up host aborts (and simplify the code).
by Elliott Hughes
· 13 years ago
2554cb9
Only wait for gdb to attach if debug_db_uid is in the environment.
by Elliott Hughes
· 13 years ago
d8af159
Use an alternate signal stack for the unexpected signals on the host.
by Elliott Hughes
· 13 years ago
ac8097f
Fix Mac build.
by Elliott Hughes
· 13 years ago
457005c
Add signal handlers for host builds to imitate debuggerd.
by Elliott Hughes
· 13 years ago
1bac54f
Fix all our unused parameter warnings so we let GCC report them.
by Elliott Hughes
· 13 years ago
9ee5f9c
Make all FATAL-related output appear as 'F' log output.
by Elliott Hughes
· 13 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
ad6c9c3
Mac build fixes.
by Elliott Hughes
· 13 years ago
362f9bc
Fix cpplint's whitespace warnings.
by Elliott Hughes
· 13 years ago
a095764
Add back the dalvik-style JNI logging and tracing.
by Elliott Hughes
· 13 years ago
3402380
Remove uses of scoped_ptr_malloc.
by Elliott Hughes
· 13 years ago
8287072
Demangle C++ names in backtraces.
by Elliott Hughes
· 13 years ago
ad107ab
Remove author attributions.
by Carl Shapiro
· 13 years ago
2ed144c
Preliminary implementation of the JNI invocation interface.
by Carl Shapiro
· 13 years ago
578bbdc
Move DexFiles to be allocated on the heap
by Brian Carlstrom
· 13 years ago
ffe6736
Implement Runtime::Abort and switch LOG(FATAL) over to it.
by Elliott Hughes
· 13 years ago