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
/
MacOSX-DYLD
/
DynamicLoaderDarwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-9
/
+5
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-0
/
+44
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-42
/
+40
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-14
/
+15
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-22
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-2
/
+5
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddress
Jason Molenda
2019-01-25
1
-9
/
+1
*
Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwin
Jim Ingham
2019-01-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-11
/
+9
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-5
/
+13
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove some instances of manual UUID pretty-printing
Pavel Labath
2018-06-20
1
-26
/
+5
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-11
/
+6
*
[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
-66
/
+56
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Add a catch-all line for detecting dyld in the inferior process
Jason Molenda
2017-01-21
1
-0
/
+4
*
Fix typo which broke debugging on older OSX systems after r285172.
Dawn Perchik
2016-11-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+1
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-3
/
+4
*
Enable the use of the new dyld SPI on the current
Jason Molenda
2016-10-26
1
-5
/
+0
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1052
/
+959
*
Remove some tab characters that snuck in to my mnost recent edits.
Jason Molenda
2016-07-22
1
-1
/
+1
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-56
/
+180
*
Refactor (with some rewriting) the DynamicLoaderMacOSX plugin into
Jason Molenda
2016-07-17
1
-0
/
+1143