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
/
Target
/
Platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect platform sysroot when loading core files
Pavel Labath
2018-08-28
1
-10
/
+29
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-5
/
+24
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-4
/
+4
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-39
/
+22
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-59
/
+53
*
One more windows build fix
Pavel Labath
2018-04-05
1
-0
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-4
/
+1
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Remove last Host usage from ArchSpec
Pavel Labath
2017-11-13
1
-0
/
+3
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-0
/
+31
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
1
-0
/
+6
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-3
/
+7
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-97
/
+99
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Replace std::ofstream with llvm::raw_fd_ostream
Pavel Labath
2017-03-21
1
-2
/
+3
*
Resubmit r298334 after fixing OSX build errors.
Zachary Turner
2017-03-21
1
-6
/
+3
*
Revert r298334 until Zachary has a chance to fix the buildbot failure
Jason Molenda
2017-03-21
1
-3
/
+6
*
Delete various lldb FileSystem functions.
Zachary Turner
2017-03-21
1
-6
/
+3
*
Delete LLDB's MD5 code. Use LLVM instead.
Zachary Turner
2017-03-20
1
-3
/
+6
*
Remove FileSystem::Get/SetFilePermissions
Zachary Turner
2017-03-19
1
-6
/
+10
*
Remove FileSystem::MakeDirectory.
Zachary Turner
2017-03-19
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-21
/
+22
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-22
/
+21
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-21
/
+22
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
Replace chdir() usage with the llvm equivalent.
Pavel Labath
2017-01-25
1
-7
/
+5
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
1
-4
/
+4
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-3
/
+2
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-2
/
+2
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-3
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
Change Platform::GetRemoteSharedModule so if it's given a ModuleSpec
Jason Molenda
2016-10-05
1
-0
/
+19
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-3
/
+3
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-3
/
+3
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-17
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1828
/
+1502
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+28
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-28
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-1
/
+28
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-12
/
+14
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
[next]