hanchenye-llvm-project/lldb/source
Keno Fischer 5777edf05c Resurect preprocessor definitions that got lost moving to HostInfo
When building without XCode on sytems where these constants are
not in the system header (or I presume with older versions of XCode),
these are needed to make this file compile, since unlike most other
uses of MachO specific constants, these use the system headers
rather than the LLVM-defined ones.

llvm-svn: 216332
2014-08-23 21:40:29 +00:00
..
API Move the rest of the HostInfo functions over. 2014-08-21 21:49:24 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands Fixed a typo. 2014-08-21 16:47:01 +00:00
Core When adding a dSYM to an existing ObjectFile, we can have a situation 2014-08-22 02:46:46 +00:00
DataFormatters Refactor the hardcoded formatters facility to use sequences of lambdas - still no feature change as none are present now, but this feels cleaner. Also, hardcoded formatters do not need to be per-type, so disable caching thereof 2014-08-19 18:47:58 +00:00
Expression Initialize LLVM when LLDB is initialized, and 2014-08-23 00:47:22 +00:00
Host Resurect preprocessor definitions that got lost moving to HostInfo 2014-08-23 21:40:29 +00:00
Interpreter Move the rest of the HostInfo functions over. 2014-08-21 21:49:24 +00:00
Plugins Extend the encoding parser to support the @typeName syntax for Objective-C object types 2014-08-23 00:20:33 +00:00
Symbol When adding a dSYM to an existing ObjectFile, we can have a situation 2014-08-22 02:46:46 +00:00
Target Move GetUsername and GetGroupname to HostInfoPosix 2014-08-21 20:02:17 +00:00
Utility I forgot to include the header file for std::find, and that's breaking the Linux build. Push a fix out. Patch suggested by Paul Osmialowski and Randy Smith 2014-08-23 18:22:09 +00:00
CMakeLists.txt Fix a CMake error when using CMake 3.0.1 2014-08-22 20:44:55 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fix typos. 2014-07-01 21:22:11 +00:00
lldb.cpp Initialize LLVM when LLDB is initialized, and 2014-08-23 00:47:22 +00:00