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
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
8
-8
/
+8
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
2
-18
/
+11
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-2
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
4
-30
/
+30
*
Fix a copy of a fixed length, possibly non-nul terminated, string
Jason Molenda
2018-02-02
1
-1
/
+1
*
elf-core: Convert remaining register context to use register set maps
Pavel Labath
2017-11-28
22
-188
/
+221
*
elf-core: Split up parsing code into os-specific functions
Pavel Labath
2017-11-23
5
-226
/
+311
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
7
-53
/
+289
*
Improve the posix core file triple detection
Tamas Berghammer
2017-11-04
1
-5
/
+8
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
1
-0
/
+10
*
Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...
Adrian McCarthy
2017-09-18
1
-2
/
+0
*
Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...
Adrian McCarthy
2017-09-13
1
-0
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
2
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
5
-33
/
+33
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
4
-39
/
+107
*
[LLDB][MIPS] Fix Core file Architecture and OS information.
Nitesh Jain
2017-03-31
1
-2
/
+17
*
Battery of NetBSD support improvements
Kamil Rytarowski
2017-03-30
2
-22
/
+61
*
[LLDB] OpenBSD support
Kamil Rytarowski
2017-03-26
2
-0
/
+56
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-1
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
11
-14
/
+14
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
2
-2
/
+2
*
Merge Linux and FreeBSD arm register contexts
Pavel Labath
2017-02-27
1
-4
/
+3
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Open ELF core dumps with more than 64K sections
Pavel Labath
2017-01-31
1
-0
/
+2
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+10
*
Simplify reading of Linux notes to correctly handle endianess.
Howard Hellyer
2017-01-03
1
-100
/
+57
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
12
-13
/
+12
*
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
3
-2
/
+108
*
ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...
Dimitar Vlahovski
2016-11-20
3
-21
/
+51
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-2
/
+2
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
16
-1708
/
+1374
*
elf-core: set powerpc vector byte order correctly
Ed Maste
2016-08-14
1
-1
/
+1
*
Make sure files include what they use (part 2/2)
Pavel Labath
2016-08-11
4
-6
/
+8
*
Make sure files include what they use (part 1/N)
Pavel Labath
2016-08-10
6
-9
/
+12
*
Fix printf warnings.
Greg Clayton
2016-08-08
1
-2
/
+2
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
4
-22
/
+143
*
Fixing layout of elf-core file related structures
Pavel Labath
2016-07-22
2
-39
/
+39
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
1
-1
/
+10
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
2
-5
/
+56
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
5
-0
/
+193
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
2
-0
/
+18
*
Fix thread/process ID reading from linux core files
Pavel Labath
2016-03-16
1
-2
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
2
-6
/
+6
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
[next]