summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx
Commit message (Expand)AuthorAgeFilesLines
* Now that setting an architecture from a mach-o CPU type and subtype doesn't s...Greg Clayton2014-08-021-0/+2
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-092-9/+9
* Simplify Host::GetOSVersion() on macosx.Jean-Daniel Dupas2014-07-081-46/+7
* Removing Carbon dependency by removing obsolete code.Jean-Daniel Dupas2014-07-021-93/+0
* Fix typos.Bruce Mitchener2014-07-011-5/+5
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-1/+1
* Rework fix in r201744. You really DO need to waitpid twice to get theJim Ingham2014-06-241-1/+6
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-7/+31
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-5/+5
* lldb arm64 import.Jason Molenda2014-03-292-8/+32
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-24/+0
* build: fix libxml2 detection via CMakeSaleem Abdulrasool2014-03-141-1/+1
* <rdar://problem/15996848>Han Ming Ong2014-02-103-4/+49
* Unify OS X/POSIX/Linux Host spawn support.Todd Fiala2014-01-231-218/+1
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-2/+4
* Update the lldb version number in the xcode project files from 310.99.0 to 32...Jason Molenda2014-01-102-2/+2
* Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT on desktop builds of LLDB.Greg Clayton2014-01-081-1/+1
* Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or...Greg Clayton2014-01-081-43/+72
* <rdar://problem/15639995>Han Ming Ong2013-12-191-19/+8
* Remove useless includesJean-Daniel Dupas2013-12-121-3/+0
* Enable POSIX_SPAWN_CLOEXEC_DEFAULT (a darwin specific flag) when available wh...Greg Clayton2013-12-041-4/+4
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-8/+1
* <rdar://problem/14701270>Han Ming Ong2013-09-231-4/+5
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-272-22/+21
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+7
* Fixed a potential crash in the GetOSVersion codeSean Callanan2013-07-231-1/+1
* Bump version number to 310.99.0.Jason Molenda2013-07-152-2/+2
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-0/+33
* <rdar://problem/14083928>Enrico Granata2013-06-061-0/+6
* <rdar://problem/13752848>Han Ming Ong2013-05-311-0/+2
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-11/+7
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-3/+2
* More CMake fixes for OS X.Filipe Cabecinhas2013-04-251-1/+9
* <rdar://problem/13665446>Greg Clayton2013-04-241-0/+26
* <rdar://problem/13521159>Greg Clayton2013-03-271-18/+18
* Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata2013-03-082-0/+40
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-072-2/+2
* <rdar://problem/13119170>Han Ming Ong2013-03-061-0/+30
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+6
* Fixed a crash when we didn't get a plist but triedSean Callanan2013-02-081-1/+1
* <rdar://problem/13092722>Greg Clayton2013-02-011-12/+0
* <rdar://problem/13069948>Greg Clayton2013-01-252-7/+7
* Fixed a bug where we could accept the wrongSean Callanan2012-12-211-1/+1
* Fixed two conditionals that I accidentallySean Callanan2012-12-141-2/+2
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-3/+3
* Removed debugging code.Han Ming Ong2012-12-111-1/+0
* <rdar://problem/12850287>Han Ming Ong2012-12-101-20/+33
* Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look upJason Molenda2012-10-301-3/+19
* Add a parameter to Symbols::DownloadObjectAndSymbolFile() to controlJason Molenda2012-10-091-2/+38
OpenPOWER on IntegriCloud