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
/
Platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-1
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
5
-5
/
+5
*
Android is an environment and we were comparing the android triple
Eric Christopher
2018-07-31
1
-3
/
+3
*
Tidy up comment.
Eric Christopher
2018-07-31
1
-2
/
+2
*
Use UnknownVendor rather than UnknownArch since they're in two different enums
Eric Christopher
2018-07-31
1
-1
/
+1
*
[cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...
Raphael Isemann
2018-07-23
1
-1
/
+0
*
Defend LoadImageUsingPaths against a path list
Jim Ingham
2018-07-20
1
-0
/
+4
*
Address a few post facto review comments from Adrian.
Jim Ingham
2018-07-05
1
-5
/
+5
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
2
-11
/
+131
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
2
-5
/
+5
*
Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUID
Jason Molenda
2018-06-19
2
-4
/
+4
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-3
/
+4
*
Fix netbsd build broken by r334950
Pavel Labath
2018-06-18
1
-10
/
+2
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
8
-129
/
+66
*
Fix includes in PlatformAppleSimulator.h
Pavel Labath
2018-06-14
1
-2
/
+2
*
fix cmake include path.
Jason Molenda
2018-06-14
1
-1
/
+1
*
Move the header file to be in the same new place as the .mm file.
Jason Molenda
2018-06-13
1
-0
/
+0
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
9
-18
/
+21
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
2
-5
/
+5
*
Add modules support for lldb headers in include/
Raphael Isemann
2018-06-13
3
-1
/
+21
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-5
/
+4
*
[Platform] Accept arbitrary kext variants
Jonas Devlieghere
2018-06-07
2
-22
/
+43
*
Remove infinite recursion due to FileSpec change.
Jonas Devlieghere
2018-05-31
1
-5
/
+3
*
NFC: Fix some comment typos.
Bob Wilson
2018-05-28
3
-3
/
+3
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-1
/
+1
*
Enable ProcessMachCore plugin on non-apple platforms
Pavel Labath
2018-05-22
1
-0
/
+1
*
Reapply "Remove Process references from the Host module"
Pavel Labath
2018-05-15
1
-5
/
+6
*
Revert "Remove Process references from the Host module"
Pavel Labath
2018-05-14
1
-6
/
+5
*
Remove Process references from the Host module
Pavel Labath
2018-05-14
1
-5
/
+6
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-3
/
+2
*
Add a lock to PlatformPOSIX::DoLoadImage
Frederic Riss
2018-05-11
2
-22
/
+16
*
Fix the code that gets the Xcode path. After path normalization this could wa...
Greg Clayton
2018-05-10
1
-1
/
+1
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
6
-23
/
+21
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
21
-354
/
+302
*
Change PlatformPosix::DoLoadImage to use a UtilityFunction.
Jim Ingham
2018-04-17
2
-50
/
+258
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Sync PlatformNetBSD.cpp with Linux
Kamil Rytarowski
2018-02-05
1
-88
/
+26
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
7
-68
/
+30
*
Make sure DataBufferLLVM contents are writable
Pavel Labath
2017-12-21
1
-1
/
+1
*
Fix osx build broken in r320346
Pavel Labath
2017-12-11
1
-1
/
+0
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
3
-3
/
+3
*
Change the ordering that we search for kexts and kernels on the local
Jason Molenda
2017-12-09
1
-7
/
+22
*
Update PlatformDarwin::GetDeveloperDir to handle the two
Jason Molenda
2017-12-09
1
-8
/
+13
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
4
-4
/
+4
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
4
-4
/
+3
*
Increase AdbClient read timeout
Pavel Labath
2017-10-31
1
-1
/
+1
*
convert hard tabs to spaces in PlatformOpenBSD.cpp
Ed Maste
2017-08-16
1
-1
/
+1
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
8
-20
/
+46
*
[LLDB][MIPS] Fix process load/unload on android.
Nitesh Jain
2017-08-14
4
-8
/
+25
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
[next]