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
/
MacOSX
/
PlatformDarwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-17
/
+9
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-9
/
+17
*
Remove FileSpec::ReadFileContents.
Zachary Turner
2017-03-06
1
-7
/
+11
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-4
/
+5
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
1
-28
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
1
-114
/
+0
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-4
/
+4
*
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
-13
/
+9
*
Convert 3 more functions to use a StringRef.
Zachary Turner
2016-09-19
1
-2
/
+3
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-1
/
+1
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-9
/
+23
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1534
/
+1692
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
1
-0
/
+25
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-3
/
+3
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
1
-16
/
+6
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+2
*
Add code to PlatformDarwin and HostInfoMacOSX so they return the
Jason Molenda
2015-11-21
1
-155
/
+168
*
Fix pessimizing moves. Found by clang.
Davide Italiano
2015-11-07
1
-1
/
+1
*
Let the process help figure out the Host OS if nobody else
Jim Ingham
2015-11-05
1
-0
/
+61
*
Better validation when we think a directory might be Xcode.app.
Sean Callanan
2015-11-05
1
-1
/
+10
*
OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...
Todd Fiala
2015-11-04
1
-2
/
+12
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-15
/
+0
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-0
/
+15
*
Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....
Greg Clayton
2015-10-20
1
-48
/
+55
*
[PlatformDarwin.cpp] Include <mutex> for std::once_flag.
Siva Chandra
2015-10-19
1
-0
/
+2
*
Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...
Greg Clayton
2015-10-19
1
-33
/
+91
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
1
-0
/
+12
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+1
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-2
/
+2
*
Make sure versions are valid before we try to use them. Also check for invali...
Greg Clayton
2015-04-27
1
-4
/
+8
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
1
-6
/
+12
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-3
/
+1
*
Don't #include clang headers from BreakpointLocation.h
Zachary Turner
2015-03-04
1
-0
/
+1
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
If we are trying to load the scripting resource for a module whose name happe...
Enrico Granata
2015-02-26
1
-3
/
+15
*
Lock the Platform mutex in PlatformDarwin::GetDeveloperDirectory().
Greg Clayton
2015-02-02
1
-0
/
+1
*
Make one mutex for the lldb_private::Platform class that can be used to prote...
Greg Clayton
2015-02-02
1
-1
/
+6
*
Fix the -*-version-min option to not try and use the current OS version for i...
Greg Clayton
2015-01-22
1
-20
/
+59
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-1
/
+1
*
Fix a few default label in switch which covers all
Eric Christopher
2014-12-05
1
-6
/
+0
*
Added support to Platform to indicate (1) whether the
Sean Callanan
2014-12-05
1
-1
/
+290
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-34
/
+27
[prev]
[next]