index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
elf-core
/
ThreadElfCore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-3
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
[lldb] [Process/elf-core] Support aarch64 NetBSD core dumps
Michal Gorny
2019-04-01
1
-0
/
+3
*
Fix core files for 32 bit architectures that are supported in ProcessELFCore.cpp
Greg Clayton
2019-03-06
1
-5
/
+5
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-16
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-16
/
+11
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
elf-core: Convert remaining register context to use register set maps
Pavel Labath
2017-11-28
1
-12
/
+9
*
elf-core: Split up parsing code into os-specific functions
Pavel Labath
2017-11-23
1
-5
/
+7
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
1
-3
/
+14
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
1
-0
/
+83
*
Battery of NetBSD support improvements
Kamil Rytarowski
2017-03-30
1
-6
/
+15
*
[LLDB] OpenBSD support
Kamil Rytarowski
2017-03-26
1
-0
/
+22
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Merge Linux and FreeBSD arm register contexts
Pavel Labath
2017-02-27
1
-4
/
+3
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
1
-100
/
+57
*
Merge Linux and FreeBSD arm64 register contexts
Pavel Labath
2016-11-25
1
-4
/
+3
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
1
-0
/
+42
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-286
/
+256
*
Fix printf warnings.
Greg Clayton
2016-08-08
1
-2
/
+2
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
1
-10
/
+101
*
Fixing layout of elf-core file related structures
Pavel Labath
2016-07-22
1
-4
/
+4
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+10
*
Report original thread ID for FreeBSD core files
Ed Maste
2015-07-31
1
-3
/
+2
*
This patch adds support aarch64-linux-gnu (SysV) abi in lldb.
Omair Javaid
2015-04-29
1
-0
/
+4
*
FreeBSD/arm core file support
Ed Maste
2015-04-20
1
-0
/
+4
*
Adds Register Context Linux/POSIX for ARM Architecture
Omair Javaid
2015-04-14
1
-0
/
+8
*
Handle FreeBSD/arm64 core files
Ed Maste
2015-03-26
1
-0
/
+8
*
Implement initial Altivec support
Justin Hibbits
2015-02-05
1
-2
/
+3
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+12
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-4
/
+4
*
elf-core: Strip trailing whitespace
Ed Maste
2014-04-17
1
-1
/
+1
*
Moved various RegisterContext files from Process/POSIX to Process/Utility for...
Virgile Bello
2014-03-12
1
-2
/
+2
*
Simplify core file register context handling
Ed Maste
2014-02-15
1
-37
/
+42
*
Allow FreeBSD/i386 core files to be loaded
Ed Maste
2014-02-14
1
-0
/
+17
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
1
-0
/
+16
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
1
-2
/
+2
*
Cleanup POSIX RegisterContext class hierarchies.
Michael Sartain
2013-09-13
1
-4
/
+5
*
elf-core: Remove now-unused compile-time FreeBSD support
Ed Maste
2013-07-23
1
-10
/
+10
*
elf-core: Improve FreeBSD support and move data extraction to parse time
Ed Maste
2013-07-23
1
-21
/
+11
*
elf-core: Run-time reg context selection
Ed Maste
2013-07-22
1
-5
/
+16
*
elf-core: Support FreeBSD at compile-time
Ed Maste
2013-07-17
1
-0
/
+5
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-0
/
+170
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-170
/
+0
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-0
/
+170