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
/
ProcessElfCore.cpp
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
1
-13
/
+14
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-1
/
+1
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+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
1
-0
/
+26
*
[lldb] [Process] Add proper support for NetBSD core files with threads
Michal Gorny
2019-03-08
1
-28
/
+156
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-2
/
+1
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
1
-21
/
+18
*
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
1
-3
/
+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
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-25
/
+25
*
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
1
-46
/
+17
*
elf-core: Split up parsing code into os-specific functions
Pavel Labath
2017-11-23
1
-210
/
+276
*
Implement core dump debugging for PPC64le
Pavel Labath
2017-11-16
1
-50
/
+32
*
Improve the posix core file triple detection
Tamas Berghammer
2017-11-04
1
-5
/
+8
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-13
/
+13
*
[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
1
-16
/
+46
*
[LLDB] OpenBSD support
Kamil Rytarowski
2017-03-26
1
-0
/
+34
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-1
/
+3
*
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
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Open ELF core dumps with more than 64K sections
Pavel Labath
2017-01-31
1
-0
/
+2
*
Patch for lldb bug 26322 “core load hangs”
Howard Hellyer
2016-11-24
1
-1
/
+32
*
ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64...
Dimitar Vlahovski
2016-11-20
1
-2
/
+12
*
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
*
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
1
-563
/
+479
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
1
-5
/
+15
*
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
1
-5
/
+49
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
1
-0
/
+15
*
Fix thread/process ID reading from linux core files
Pavel Labath
2016-03-16
1
-2
/
+2
[next]