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
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
3
-3
/
+9
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
Reordering KextImageInfo::LoadImageUsingMemoryModule
Jason Molenda
2019-11-07
1
-9
/
+15
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
4
-15
/
+13
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-62
/
+52
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
2
-24
/
+76
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-15
/
+11
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-11
/
+25
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-6
/
+6
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-5
/
+5
*
Fix some "control reaches end of non-void function" warnings
Pavel Labath
2019-07-26
1
-0
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
3
-8
/
+33
*
Correctly use GetLoadedModuleList to take advantage of libraries-svr4
Antonio Afonso
2019-07-25
4
-48
/
+109
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
9
-324
/
+300
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
2
-2
/
+4
*
Fixing a couple of wrong logical operator bugs.
Ali Tamur
2019-06-28
2
-2
/
+2
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
5
-264
/
+14
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[DynamicLoader] Make sure we always set the rendezvous breakpoint
Antonio Afonso
2019-06-05
1
-5
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
7
-50
/
+51
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-4
/
+1
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
4
-4
/
+4
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
3
-4
/
+4
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
12
-149
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
5
-9
/
+11
*
Reorder the operations in
Jason Molenda
2019-03-13
1
-21
/
+20
*
Fix compiler warning
Jonas Devlieghere
2019-03-12
1
-13
/
+11
*
Rework how lldb warngs about kexts that failed to load in a
Jason Molenda
2019-03-12
1
-8
/
+33
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
6
-55
/
+55
*
Remove the warning in
Jason Molenda
2019-03-06
1
-9
/
+7
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
3
-5
/
+5
*
Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...
Jason Molenda
2019-03-06
2
-27
/
+41
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-1
/
+1
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
[win] Resolve the module only if there isn't one already
Stella Stamenova
2019-02-15
2
-10
/
+21
*
Implement GetLoadAddress for the Windows process plugin
Aaron Smith
2019-02-15
2
-15
/
+92
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
4
-8
/
+17
*
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
22
-88
/
+66
*
A little cleanup / commenting on locating kernel binaries while I
Jason Molenda
2019-01-10
1
-4
/
+18
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
2
-2
/
+2
*
[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cpp
Jorge Gorbe Moya
2019-01-07
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
6
-39
/
+26
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-6
/
+6
*
Handle detecting exec for DynamicLoaderMacOS with older debugservers
Jim Ingham
2018-12-07
2
-11
/
+34
[next]