index
:
android_bionic
cm-10.1
cm-10.2
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
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
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-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
/
debugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression in crash reporting
John Reck
2015-05-15
1
-9
/
+0
*
Fix long lines and replace macros with functions.
Dmitriy Ivanov
2015-03-31
1
-1
/
+1
*
Only one crashing thread should contact debuggerd.
Christopher Ferris
2015-01-28
1
-1
/
+20
*
Enable -Wold-style-cast warnings for linker
Dmitriy Ivanov
2015-01-22
1
-1
/
+1
*
Contact proper debuggerd when crashing.
Christopher Ferris
2015-01-20
1
-10
/
+7
*
Fix a couple more cases of missing CLOEXEC.
Elliott Hughes
2014-09-22
1
-1
/
+1
*
Replace NULL with nullptr
Dmitriy Ivanov
2014-08-29
1
-13
/
+13
*
Replace snprintf calls in linker.
Christopher Ferris
2014-08-27
1
-2
/
+2
*
debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping
Nick Kralevich
2014-07-23
1
-0
/
+9
*
Rethrow SIGTRAP too.
Elliott Hughes
2014-05-16
1
-0
/
+1
*
debugger.cpp should know the names of the signals it catches.
Elliott Hughes
2014-05-16
1
-6
/
+9
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-1
/
+1
*
Pass si_code through to debuggerd.
Elliott Hughes
2014-04-25
1
-36
/
+42
*
Make libc signal handler output more like debuggerd.
Elliott Hughes
2014-04-18
1
-162
/
+185
*
Clean up debugger.cpp slightly.
Elliott Hughes
2014-01-31
1
-29
/
+24
*
LP64 binaries should talk to debuggerd64.
Elliott Hughes
2014-01-31
1
-0
/
+4
*
AArch64: Linker64 support for AArch64
Marcus Oakland
2013-12-17
1
-1
/
+1
*
Clean up linker architecture macros.
Elliott Hughes
2013-10-28
1
-1
/
+1
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
1
-9
/
+0
*
x86_64 linker.
Elliott Hughes
2013-10-08
1
-0
/
+9
*
Remove 32-bit assumptions from the ELF code.
Elliott Hughes
2013-09-30
1
-3
/
+3
*
Improve stack overflow diagnostics (take 2).
Elliott Hughes
2013-07-17
1
-29
/
+34
*
Revert "Improve stack overflow diagnostics."
Guang Zhu
2013-07-17
1
-34
/
+29
*
Improve stack overflow diagnostics.
Elliott Hughes
2013-07-16
1
-29
/
+34
*
Make abort messages available to debuggerd.
Elliott Hughes
2013-04-05
1
-14
/
+16
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-9
/
+6
*
Minor linker cleanup, primarily to use Elf32_Dyn
Brian Carlstrom
2013-03-05
1
-3
/
+3
*
Clean up debuggerd-related logging.
Elliott Hughes
2013-01-22
1
-32
/
+25
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-5
/
+5
*
Make dynamic linker debugging always available.
Elliott Hughes
2012-11-02
1
-2
/
+3
*
Keep the dynamic linker's soinfo pools mostly read-only.
Elliott Hughes
2012-11-01
1
-1
/
+0
*
More dynamic linker cleanup.
Elliott Hughes
2012-10-30
1
-0
/
+271