summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/HostInfoMacOSX.mm
Commit message (Expand)AuthorAgeFilesLines
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Find clang resource directory via *nix-style lookupChris Bieneman2016-11-021-5/+7
* Fixed the build by changing a couple of const char *s to StringRefs.Sean Callanan2016-09-191-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-281/+238
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Make HostThread SetName work on OS X. GetName doesn't currently work, the co...Jim Ingham2016-02-041-0/+6
* Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda2015-11-211-0/+13
* Fix tests on cmake-based OS X after rL248338Todd Fiala2015-09-241-0/+37
* Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-131-1/+0
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-1/+3
* Re-add #include "lldb-python.h" back in two places.Zachary Turner2015-05-291-0/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-32/+34
* Add support for embedding Clang compiler headersSean Callanan2014-12-051-0/+20
* Add back a return that got lost in rebaseKeno Fischer2014-09-091-0/+1
* Fix configure & make build with python disabledKeno Fischer2014-09-091-1/+4
* Change back all paths returns for lldb::PathType enumerations from HostInfo::...Greg Clayton2014-08-251-5/+6
* Resurect preprocessor definitions that got lost moving to HostInfoKeno Fischer2014-08-231-0/+10
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+27
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-1/+107
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-0/+66
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-0/+85
OpenPOWER on IntegriCloud