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
/
Host
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that setting an architecture from a mach-o CPU type and subtype doesn't s...
Greg Clayton
2014-08-02
1
-0
/
+2
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
2
-9
/
+9
*
Simplify Host::GetOSVersion() on macosx.
Jean-Daniel Dupas
2014-07-08
1
-46
/
+7
*
Removing Carbon dependency by removing obsolete code.
Jean-Daniel Dupas
2014-07-02
1
-93
/
+0
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-5
/
+5
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-1
/
+1
*
Rework fix in r201744. You really DO need to waitpid twice to get the
Jim Ingham
2014-06-24
1
-1
/
+6
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-7
/
+31
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-5
/
+5
*
lldb arm64 import.
Jason Molenda
2014-03-29
2
-8
/
+32
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-24
/
+0
*
build: fix libxml2 detection via CMake
Saleem Abdulrasool
2014-03-14
1
-1
/
+1
*
<rdar://problem/15996848>
Han Ming Ong
2014-02-10
3
-4
/
+49
*
Unify OS X/POSIX/Linux Host spawn support.
Todd Fiala
2014-01-23
1
-218
/
+1
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-2
/
+4
*
Update the lldb version number in the xcode project files from 310.99.0 to 32...
Jason Molenda
2014-01-10
2
-2
/
+2
*
Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT on desktop builds of LLDB.
Greg Clayton
2014-01-08
1
-1
/
+1
*
Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or...
Greg Clayton
2014-01-08
1
-43
/
+72
*
<rdar://problem/15639995>
Han Ming Ong
2013-12-19
1
-19
/
+8
*
Remove useless includes
Jean-Daniel Dupas
2013-12-12
1
-3
/
+0
*
Enable POSIX_SPAWN_CLOEXEC_DEFAULT (a darwin specific flag) when available wh...
Greg Clayton
2013-12-04
1
-4
/
+4
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-8
/
+1
*
<rdar://problem/14701270>
Han Ming Ong
2013-09-23
1
-4
/
+5
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
2
-22
/
+21
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+7
*
Fixed a potential crash in the GetOSVersion code
Sean Callanan
2013-07-23
1
-1
/
+1
*
Bump version number to 310.99.0.
Jason Molenda
2013-07-15
2
-2
/
+2
*
Add support for listing inferior thread names on Linux.
Matt Kopec
2013-07-10
1
-0
/
+33
*
<rdar://problem/14083928>
Enrico Granata
2013-06-06
1
-0
/
+6
*
<rdar://problem/13752848>
Han Ming Ong
2013-05-31
1
-0
/
+2
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-11
/
+7
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
More CMake fixes for OS X.
Filipe Cabecinhas
2013-04-25
1
-1
/
+9
*
<rdar://problem/13665446>
Greg Clayton
2013-04-24
1
-0
/
+26
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-18
/
+18
*
Initial checkin of a new project: LLDB Performance Testing Infrastructure
Enrico Granata
2013-03-08
2
-0
/
+40
*
Updated Apple LLDB version to lldb-300.99.0. Also
Sean Callanan
2013-03-07
2
-2
/
+2
*
<rdar://problem/13119170>
Han Ming Ong
2013-03-06
1
-0
/
+30
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+6
*
Fixed a crash when we didn't get a plist but tried
Sean Callanan
2013-02-08
1
-1
/
+1
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-12
/
+0
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
2
-7
/
+7
*
Fixed a bug where we could accept the wrong
Sean Callanan
2012-12-21
1
-1
/
+1
*
Fixed two conditionals that I accidentally
Sean Callanan
2012-12-14
1
-2
/
+2
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-3
/
+3
*
Removed debugging code.
Han Ming Ong
2012-12-11
1
-1
/
+0
*
<rdar://problem/12850287>
Han Ming Ong
2012-12-10
1
-20
/
+33
*
Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look up
Jason Molenda
2012-10-30
1
-3
/
+19
*
Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control
Jason Molenda
2012-10-09
1
-2
/
+38
[next]