aboutsummaryrefslogtreecommitdiff
path: root/lldb/lldb.xcodeproj
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Xcode: remove --test-subdir test reduction from previous check-inTodd Fiala1-1/+1
2015-12-18Xcode build: pass in vt100 to the Python test runner.Todd Fiala1-3/+3
2015-12-18remove xcshareddata exclusion from .gitignore; add desktop and lldb-python-te...Todd Fiala2-0/+160
2015-12-18Xcode build: add a lldb-python-test-suite target.Todd Fiala1-0/+125
2015-12-16Remove the "MacOSX and Linux" and "Linux" targets from Xcode.Todd Fiala1-230/+0
2015-12-16Really fix Xcode build.Todd Fiala1-6/+4
2015-12-16Xcode project changes for r255729.Todd Fiala1-0/+12
2015-12-15Add NetBSDSignals.cpp to the xcode project file.Jason Molenda1-4/+12
2015-11-20Fix Xcode project after recent Windows core file changes.Greg Clayton1-0/+8
2015-11-19Fixed Xcode build by adding the PlatformNetBSD code.Greg Clayton1-0/+16
2015-11-19Revert "prepare_bindings.py: enable static bindings"Todd Fiala1-1/+1
2015-11-18prepare_bindings.py: enable static bindingsTodd Fiala1-1/+1
2015-11-17Remove --swig-executable `which swig` from Xcode prepare_bindings.py call.Todd Fiala1-1/+1
2015-11-17Reinstate Xcode project usage of prepare_bindings.py, with new --find-swig op...Todd Fiala1-5/+5
2015-11-17Revert out Xcode hookup of r253317.Todd Fiala1-5/+5
2015-11-17Add Pythonic language binding wrapper generation script.Todd Fiala1-5/+5
2015-11-13Add `PythonExceptionStateTests.cpp` to lldb-gtest target.Zachary Turner1-0/+4
2015-11-13Add PythonTestSuite.cpp to project file for lldb-gtest.Jason Molenda1-0/+6
2015-11-13Add PythonExceptionState.cppto the xocde project file.Jason Molenda1-0/+8
2015-11-06Add data formatters for NSError and NSExceptionEnrico Granata1-0/+8
2015-11-06Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda1-12/+44
2015-11-05Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata1-0/+12
2015-11-05Add go data formatters.Ryan Brown1-0/+28
2015-11-03Fix build for go parser unittest.Ryan Brown1-0/+12
2015-11-02Create an expression parser for Go.Ryan Brown1-0/+34
2015-10-30Added real editline tests.Todd Fiala2-82/+14
2015-10-29Rename argdumper to lldb-argdumperTodd Fiala1-11/+11
2015-10-29Xcode suggested enabling a "no common blocks" warningJason Molenda8-40/+62
2015-10-28Removed an unecessary code-signing phase on lldb-tool.Sean Callanan1-14/+0
2015-10-28Don't codesign lldbserver if debugserver codesigning is disabled, because itSean Callanan1-1/+1
2015-10-25Xcode: added lldb-gtest target to build and run the gtests in the unittests d...Todd Fiala2-0/+439
2015-10-25Added some top-level unittests files that I missed in the last check-in.Todd Fiala1-0/+19
2015-10-25Add lldb/unittests files to the Xcode lldb project.Todd Fiala1-0/+74
2015-10-22Move the launch-as-root xpc service from lldb to xcode, toJason Molenda1-437/+20
2015-10-21Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov1-0/+8
2015-10-20Add a new task pool class to LLDBTamas Berghammer1-0/+6
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan1-0/+6
2015-10-19Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata1-0/+6
2015-10-15Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov1-3/+15
2015-10-08Testcase and fix for bug 24074Ravitheja Addepally1-0/+6
2015-10-06Create GoLanguageRuntime.Ryan Brown1-0/+14
2015-10-06Introduce a FormattersMatchData class which contains all the information that...Enrico Granata1-5/+7
2015-10-02Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata1-0/+10
2015-09-30Fix xcode build after rL248903Tamas Berghammer1-0/+6
2015-09-25Moved ClangExpressionHelper.h into the Clang expression parser plug-in.Sean Callanan1-2/+2
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-48/+48
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata1-6/+0
2015-09-23Fix xcode build after r248366Tamas Berghammer1-0/+6
2015-09-17Updated the Xcode build to reflect lldb-mi's dependency on LLVM.Sean Callanan1-21/+38
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown1-0/+15