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
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf-core: correct "no sections" to "no segments."
Ed Maste
2015-02-23
1
-1
/
+1
*
Implement initial Altivec support
Justin Hibbits
2015-02-05
5
-6
/
+47
*
Put FreeBSD note types in their own namespace
Ed Maste
2015-01-06
1
-10
/
+14
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-12
/
+12
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
5
-0
/
+185
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
3
-6
/
+6
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
2
-17
/
+15
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-1
/
+1
*
Avoid crashing on invalid or unreadable ELF core
Ed Maste
2014-06-17
1
-1
/
+2
*
Refactored RegisterInfoInterface into its own header.
Todd Fiala
2014-05-16
2
-2
/
+2
*
Change ProcessElfCore::CreateInstance() to check if the ELF magic bytes
Jason Molenda
2014-05-07
1
-1
/
+1
*
elf-core: Add FreeBSD signals
Ed Maste
2014-04-17
2
-0
/
+30
*
elf-core: Strip trailing whitespace
Ed Maste
2014-04-17
5
-35
/
+35
*
mips64: clean up register context storage
Ed Maste
2014-04-01
2
-12
/
+14
*
Moved various RegisterContext files from Process/POSIX to Process/Utility for...
Virgile Bello
2014-03-12
4
-7
/
+6
*
Verify we have a correct ELF or Mach core file before we return a valid insta...
Greg Clayton
2014-03-07
1
-2
/
+21
*
Todd points out that my change to ProcessElfCore is probably
Jason Molenda
2014-03-07
1
-7
/
+3
*
Only enable ProcessElfCore if this is an ELF file. Right now this plugin is ...
Jason Molenda
2014-03-07
1
-3
/
+7
*
elf-core: support 32- and 64-bit x86 registers
Ed Maste
2014-02-18
1
-2
/
+10
*
elf-core: Plug latent memory leak
Ed Maste
2014-02-16
1
-10
/
+10
*
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
*
Correct offset calculation for FreeBSD i386 core NT_PRSTATUS
Ed Maste
2014-02-14
1
-6
/
+9
*
Fix elf core file VMA-contiguous region collapsing.
Todd Fiala
2014-02-12
1
-3
/
+8
*
elf: Move elf note parsing to ObjectFileELF.cpp
Ed Maste
2013-12-02
1
-65
/
+0
*
Use existing llvm::RoundUpToAlignment in ELF note parsing
Ed Maste
2013-10-11
1
-9
/
+2
*
Simplify indirect rld_map for mips (rework r192408).
Ed Maste
2013-10-11
1
-15
/
+2
*
Support mips shared object debug info
Ed Maste
2013-10-11
1
-3
/
+16
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
1
-0
/
+58
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
4
-1
/
+113
*
Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...
Michael Sartain
2013-10-10
2
-4
/
+4
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
2
-4
/
+4
*
si_errno and friends are macros on NetBSD, so #undef them first.
Joerg Sonnenberger
2013-09-25
1
-0
/
+4
*
Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.
Michael Sartain
2013-09-14
2
-15
/
+3
*
Cleanup POSIX RegisterContext class hierarchies.
Michael Sartain
2013-09-13
8
-243
/
+168
*
Moving "using namespace" statements out of header files.
Ashok Thirumurthi
2013-08-30
4
-12
/
+12
*
Correct typo in comments
Ed Maste
2013-07-25
1
-2
/
+2
*
elf-core: Document offset constants in FreeBSD prstatus parser
Ed Maste
2013-07-24
1
-6
/
+20
*
elf-core: Remove now-unused compile-time FreeBSD support
Ed Maste
2013-07-23
3
-44
/
+22
*
elf-core: Add helper function for parsing FreeBSD NT_PRSTATUS
Ed Maste
2013-07-23
1
-5
/
+15
*
elf-core: Improve FreeBSD support and move data extraction to parse time
Ed Maste
2013-07-23
4
-44
/
+60
*
elf-core: Parse vendor-specific notes
Ed Maste
2013-07-23
1
-28
/
+88
*
elf-core: Run-time reg context selection
Ed Maste
2013-07-22
1
-5
/
+16
*
elf-core: Remove SetTriple workaround
Ed Maste
2013-07-22
1
-15
/
+0
*
elf-core: handle core with a single NT_PRPSINFO (not one per thread)
Ed Maste
2013-07-19
1
-13
/
+14
*
elf-core: Support FreeBSD at compile-time
Ed Maste
2013-07-17
3
-0
/
+31
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
10
-0
/
+1295
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
10
-1301
/
+0
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
10
-0
/
+1301