index
:
bionic.git
replicant-6.0
Android's bionic
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