llvm-project/lldb/lldb.xcodeproj/xcshareddata/xcschemes
Todd Fiala 528a30d62c Xcode: added lldb-gtest target to build and run the gtests in the unittests directory.
Also added a placeholder Editline gtest for some code that I'll add as soon
as I make sure this addition doesn't break any of the build bots.

This change also introduces some Xcode user-defined variables that I've used
to attempt to isolate the way Python is integrated into the build.  I don't have
the rest of LLDB using it yet, I'm using the gtests as my guinea pig on that.
Currently these are:
PYTHON_FRAMEWORK_PATH
PYTHON_VERSION_MAJOR
PYTHON_VERSION_MINOR

I will convert the rest over to it after this gets a little time to bake
and any kinks are worked out of it.

llvm-svn: 251261
2015-10-25 21:42:35 +00:00
..
LLDB.xcscheme Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. 2015-07-14 05:48:36 +00:00
Run Testsuite.xcscheme Separate monolithic GDBRemoteCommunicationServer class into 4 part 2015-02-11 10:29:30 +00:00
darwin-debug.xcscheme Separate monolithic GDBRemoteCommunicationServer class into 4 part 2015-02-11 10:29:30 +00:00
launcherRootXPCService.xcscheme Separate monolithic GDBRemoteCommunicationServer class into 4 part 2015-02-11 10:29:30 +00:00
launcherXPCService.xcscheme Separate monolithic GDBRemoteCommunicationServer class into 4 part 2015-02-11 10:29:30 +00:00
lldb-gtest.xcscheme Xcode: added lldb-gtest target to build and run the gtests in the unittests directory. 2015-10-25 21:42:35 +00:00
lldb-tool.xcscheme Introduce a FormattersMatchData class which contains all the information that data formatters need in one place, and also allows for lazy computation of expensive chunks of information if need be 2015-10-06 01:02:47 +00:00