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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-18
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
RangeMap.h: merge RangeDataArray and RangeDataVector
Pavel Labath
2019-01-04
1
-1
/
+1
*
ELF: Simplify program header iteration
Pavel Labath
2018-12-12
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
elf-core: Convert remaining register context to use register set maps
Pavel Labath
2017-11-28
1
-1
/
+1
*
elf-core: Split up parsing code into os-specific functions
Pavel Labath
2017-11-23
1
-4
/
+10
*
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
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-118
/
+111
*
Add/fix support for i386 elf core files
Dimitar Vlahovski
2016-07-29
1
-3
/
+3
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
1
-0
/
+7
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
1
-0
/
+3
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-2
/
+2
*
Make core files not crash when you load a core file into LLDB with just "lldb...
Greg Clayton
2015-10-28
1
-0
/
+11
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-4
/
+5
*
Have the Process hold a weak_ptr to the Target.
Zachary Turner
2015-09-01
1
-5
/
+5
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
Remove redundant virtual for member functions marked 'override'.
David Blaikie
2015-04-08
1
-26
/
+13
*
Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.
Eric Christopher
2014-11-04
1
-12
/
+12
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-13
/
+0
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-1
/
+1
*
elf-core: Add FreeBSD signals
Ed Maste
2014-04-17
1
-0
/
+15
*
elf-core: Strip trailing whitespace
Ed Maste
2014-04-17
1
-22
/
+22
*
elf-core: Improve FreeBSD support and move data extraction to parse time
Ed Maste
2013-07-23
1
-9
/
+2
*
Re-introduces ELF core file support for Linux x86-64
Ashok Thirumurthi
2013-07-17
1
-0
/
+178
*
Revert the ELF core file support until a few things can be worked out:
Greg Clayton
2013-07-12
1
-180
/
+0
*
Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.
Ashok Thirumurthi
2013-07-12
1
-0
/
+180