summaryrefslogtreecommitdiffstats
path: root/lldb/lldb.xcworkspace
Commit message (Collapse)AuthorAgeFilesLines
* [LLDB] Remove the Xcode projectJonas Devlieghere2019-07-221-10/+0
| | | | | | | | | | | | | Finally, after a lot of hard work from a bunch of people, we're in a state where we can unify LLDB's build system. This patch removes the hand-maintained Xcode project in favor of using CMake in combination with the Xcode generator. Going forward, we want to focus our efforts on improving the generated Xcode project. Differential revision: https://reviews.llvm.org/D65109 llvm-svn: 366739
* Remove lldb-perfJonas Devlieghere2019-07-081-3/+0
| | | | | | | | | As discussed offline, this tool is no longer used or maintained, and doesn't provide the right abstraction for performance tracking in lldb. Differential revision: https://reviews.llvm.org/D64362 llvm-svn: 365391
* Remove accidentally commited file in xcshareddataJonas Devlieghere2019-02-051-8/+0
| | | | llvm-svn: 353239
* Add FileCollector + test to Xcode project.Jonas Devlieghere2019-01-291-0/+8
| | | | llvm-svn: 352570
* Fix a typo in the gtest build target for Debug configuration.Jim Ingham2018-04-101-3/+0
| | | | | | I usually run DebugClang... llvm-svn: 329727
* Fix the Xcode build for the addition of OptionArgsParser.Jim Ingham2018-04-101-0/+3
| | | | llvm-svn: 329722
* Revert r275223, which committed the wrong thing.Sean Callanan2016-07-121-3/+0
| | | | llvm-svn: 275237
* Mark TagDecls as having external visible storage, like ContainerDecls.Sean Callanan2016-07-121-0/+3
| | | | | | | | | The lookup tables can get out of date during the lifetime of the object so we need to preserve LLDB's ability to answer questions about TagDecls' contents. <rdar://problem/20751935> llvm-svn: 275223
* Working on getting the OSX build greenVince Harron2015-05-121-3/+0
| | | | | | | | | | | | | | Added missing SBLanguageRuntime.h to lldb.xcodeproj, set to Public (fixed compile error in TestPublicAPIHeaders) Removed reference to (temporarily) missing gtest.xcodeproj Fixed TestDeadStrip compile error XFAIL TestPublicAPIHeaders - test passes but teardown command 'settings remove target.env-vars DYLD_LIBRARY_PATH' fails XFAIL TestCModules - use of undeclared identifier 'MIN' XFAIL TestModulesAutoImport - clang: error: unknown argument: '-gmodules' XFAIL TestObjCNewSyntax - expr -- @((char*)"Hello world" + 6) cannot box a string value because NSString has not been declared http://reviews.llvm.org/D9643 llvm-svn: 237085
* Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala2014-09-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This change does the following: * Remove test/c++/... * Add gtest. * Add gtest/unittest directory for unittesting individual classes. * Add an initial Plugins/Process?linux/ThreadStateCoordinatorTest.cpp. - currently failing a test (intentional). - added a bare-bones ThreadStateCoordinator.cpp to Plugins/Process/Linux, more soon. Just enough to prove out running gtest on Ubuntu and MacOSX. * Added recursive make machinery so that doing a 'make' in gtest/ is sufficient to kick off the existing test several directories down. - Caveat - I currently short circuit from gtest/unittest/Makefile directly to the one and only gtest/unittest/Plugins/Process/Linux directory. We'll need to add the intervening layers. I haven't done this yet since to fix the Xcode test failure correspondence, I may need to add a python layer which might just handle the directory crawling. * Added an Xcode project to the lldb workspace for gtest. - Runs the recursive make system in gtest/Makefile. - Default target is 'test'. test and clean are supported. - Currently does not support test failure file/line correspondence. Requires a bit of text transformation to hook that up. llvm-svn: 218460
* Move the performance test cases into their own project.Jim Ingham2013-03-181-0/+3
| | | | llvm-svn: 177341
* I accidentally committed some changes to theSean Callanan2011-12-211-3/+0
| | | | | | | Xcode workspace that aren't actually desirable. Reverted. llvm-svn: 147097
* Tightened Clang against a bug in which RecordDeclsSean Callanan2011-12-211-0/+3
| | | | | | | | with incomplete definition data were being converted. Now Clang attempts to complete RecordDecls before converting them, avoiding a nasty crash. llvm-svn: 147029
* Adding a Xcode workspace for lldb.Jim Ingham2011-01-271-0/+10
| | | | llvm-svn: 124416
* Removed Xcode project files that aren't needed right now.Greg Clayton2010-07-131-18/+0
| | | | llvm-svn: 108271
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+18
llvm-svn: 105619
OpenPOWER on IntegriCloud