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
...
*
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
*
Add some safety checks to Platform::GetRemoteSharedModule so if it
Jason Molenda
2016-07-12
1
-2
/
+18
*
Fix typo in eOpenOptionDontFollowSymlinks
Francis Ricci
2016-06-21
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-42
/
+42
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+8
*
Improve the way LLDB escapes arguments before passing them to the shell
Enrico Granata
2016-04-04
1
-0
/
+4
*
Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...
Aidan Dodds
2016-02-26
1
-0
/
+2
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
1
-0
/
+103
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-02-18
1
-77
/
+36
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-0
/
+47
*
Add a new option to Platform::LoadImage to install the image
Tamas Berghammer
2015-12-08
1
-2
/
+46
*
Fix "process load/unload" on android
Tamas Berghammer
2015-12-02
1
-0
/
+13
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-1
/
+8
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-13
/
+1
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-1
/
+13
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-1
/
+5
[prev]
[next]