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
*
Fix ELF core file memory reading for PT_LOAD program headers with no p_filesz
Greg Clayton
2019-09-09
1
-9
/
+13
*
ProcessElfCore: Remove linux and freebsd NT_*** constants
Pavel Labath
2019-08-07
2
-46
/
+21
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
2
-4
/
+3
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
2
-3
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
4
-40
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-1
/
+2
*
[lldb] [Process/elf-core] Support aarch64 NetBSD core dumps
Michal Gorny
2019-04-01
3
-0
/
+34
*
[lldb] [Process] Add proper support for NetBSD core files with threads
Michal Gorny
2019-03-08
2
-30
/
+191
*
Fix core files for 32 bit architectures that are supported in ProcessELFCore.cpp
Greg Clayton
2019-03-06
1
-5
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
2
-4
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
8
-44
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
20
-80
/
+60
*
RangeMap.h: merge RangeDataArray and RangeDataVector
Pavel Labath
2019-01-04
1
-1
/
+1
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+1
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
2
-23
/
+20
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-3
/
+2
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-2
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-7
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-3
/
+2
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+1
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+1
*
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
[next]