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
/
DynamicLoader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
4
-4
/
+3
*
[NFC] Fixed enum constant in boolean context error
David Bolvansky
2018-09-03
1
-5
/
+6
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
4
-4
/
+4
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
2
-3
/
+3
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
2
-48
/
+9
*
Some NFC changes to how we scan of kexts & kernels in memory in the
Jason Molenda
2018-06-18
2
-32
/
+58
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
2
-13
/
+7
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
4
-6
/
+8
*
Add missing includes to some LLDB headers.
Raphael Isemann
2018-05-26
1
-0
/
+2
*
Enable ProcessMachCore plugin on non-apple platforms
Pavel Labath
2018-05-22
1
-4
/
+1
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
3
-22
/
+25
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
9
-391
/
+333
*
Advanced guessing of rendezvous breakpoint (resubmit)
Eugene Zemtsov
2018-01-11
2
-67
/
+132
*
Revert "Advanced guessing of rendezvous breakpoint"
Eugene Zemtsov
2018-01-10
2
-126
/
+42
*
Advanced guessing of rendezvous breakpoint
Eugene Zemtsov
2018-01-10
2
-42
/
+126
*
Use a static_cast instead of a C cast, NFC
Vedant Kumar
2017-12-06
1
-1
/
+1
*
Fix warning in DynamicLoaderDarwinKernel.cpp, NFC
Vedant Kumar
2017-12-01
1
-1
/
+1
*
We had a situation where a kext was inlined into the kernel,
Jason Molenda
2017-11-30
1
-0
/
+10
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
2
-8
/
+1
*
Implement trampoline step-through for Windows-x86.
Stephane Sezer
2017-09-22
1
-1
/
+43
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-13
/
+1
*
[LLDB][ppc64le] Rename enums in AuxVector
Pavel Labath
2017-07-11
3
-74
/
+75
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
3
-3
/
+3
*
[linux] Change the way we load vdso pseudo-module
Pavel Labath
2017-06-20
2
-10
/
+27
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
17
-46
/
+46
*
Be a little more permissive in DynamicLoaderMacOS::CanLoadImage
Jim Ingham
2017-05-06
1
-8
/
+9
*
Battery of NetBSD support improvements
Kamil Rytarowski
2017-03-30
1
-2
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
6
-11
/
+11
*
Create instance of DynamicLoaderPOSIXDYLD on NetBSD
Kamil Rytarowski
2017-03-21
1
-2
/
+3
*
Add dependency on DynamicLoaderStatic to Utility.
Zachary Turner
2017-03-04
1
-0
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
4
-8
/
+8
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
5
-5
/
+5
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
9
-9
/
+9
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+3
*
Fix a bug in r294611 w.r.t. Darwin Kernel debugging.
Jim Ingham
2017-02-28
1
-0
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-2
/
+2
*
[CMake] [1/4] Update a batch of plugins
Chris Bieneman
2017-01-31
6
-6
/
+55
*
Add a catch-all line for detecting dyld in the inferior process
Jason Molenda
2017-01-21
2
-0
/
+5
*
Fix a problem with the new dyld interface code -- when a new process
Jason Molenda
2017-01-19
1
-0
/
+5
*
Set the address size based on the target's arch instead
Jason Molenda
2016-12-08
1
-3
/
+2
*
Add another address to look for the kernel load addr in
Jason Molenda
2016-11-30
1
-1
/
+3
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
3
-3
/
+3
*
Fix a comparison of integers of different signs warning.
Taras Tsugrii
2016-11-24
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Change the kernel searching code to not go through the
Jason Molenda
2016-11-15
1
-17
/
+37
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
3
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
3
-3
/
+3
*
Remove unused TimeValue include
Pavel Labath
2016-11-09
1
-1
/
+0
[next]