summaryrefslogtreecommitdiffstats
path: root/lldb/lldb.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-2/+8
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-0/+8
* Add the new OCaml support files to the Xcode project file.Jim Ingham2016-08-031-2/+28
* Revert "updated Xcode project r277139"Todd Fiala2016-07-291-12/+0
* updated Xcode project r277139Todd Fiala2016-07-291-0/+12
* Fixed up Xcode build for r276976 and r277011.Todd Fiala2016-07-281-27/+29
* reduce Green Dragon macOS build session filename lengthTodd Fiala2016-07-261-1/+1
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+7
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-171-0/+8
* Fixed the location of the Swift bindings in the Xcode build.Sean Callanan2016-07-161-1/+1
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-0/+2
* Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook ...Greg Clayton2016-06-241-0/+12
* fix Xcode build for r273547Todd Fiala2016-06-231-0/+8
* add code coverage support to Xcode buildTodd Fiala2016-06-211-3/+31
* Change the "debugserver-mini" target (a version of debugserverJason Molenda2016-06-211-1/+14
* Set TERM env var for Xcode gtestsTodd Fiala2016-06-151-1/+1
* Add results.xml for macOS lldb unittestsTim Hammerquist2016-06-151-1/+1
* add cmake files to Xcode projectTodd Fiala2016-05-231-0/+32
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-0/+8
* update Jenkins Xcode buildbot target for r266885Todd Fiala2016-04-201-1/+1
* Add the PDBParser.{cpp,h} files to the Xcode project.Jim Ingham2016-04-151-0/+6
* Fix Xcode project after recent s390x changes.Greg Clayton2016-04-141-0/+44
* Xcode: run gtests when building the lldb-gtest targetTodd Fiala2016-04-041-0/+15
* Xcode: modify lldb-python-test-suite target to build inferiors with $(LLDB_PY...Todd Fiala2016-04-041-1/+5
* Add ClangUtil.cpp to the xcode projectPavel Labath2016-03-291-0/+8
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+2
* Update the INFOPLIST_FILE setting in the xcode project fileJason Molenda2016-03-241-4/+4
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-0/+14
* Changes to the Xcode project file to make LLDB build again after llvm/Support...Enrico Granata2016-03-221-6/+4
* Fix the project file for the removal of lldb-mi's Platform.cpp.Jim Ingham2016-03-191-4/+0
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-0/+6
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-151-28/+28
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-111-1/+1
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-092-2/+2
* Move CommandAlias to its own file; alsoEnrico Granata2016-03-081-0/+6
* Move SBLanguageRuntime.cpp from the lldb-core group to the LLDBJason Molenda2016-03-071-2/+2
* Don't build source/Plugins/Process/Linux in the Xcode project file.Jason Molenda2016-03-031-38/+0
* Add SymbolFilePDB to xcode project file to keep itJason Molenda2016-03-021-6/+22
* Add new java plugin files to the xcode projectTamas Berghammer2016-02-261-0/+50
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-0/+4
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-121-0/+6
* Don't enable -flimit-debug-info by default for the LLDB Xcode builds. This wa...Greg Clayton2016-02-091-24/+0
* fixed Xcode gtest build failureTodd Fiala2016-01-281-4/+4
* modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala2016-01-281-12/+13
* candidate fix for Green Dragon lldb testbotTodd Fiala2016-01-221-1/+1
* Removed a bunch of spurious files from the man page Copy Files build phase.Sean Callanan2016-01-191-18/+0
* change Xcode test run default to ignore xpass on Xunit outputTodd Fiala2016-01-131-2/+2
* Fixed a problem where the Xcode build put lldb's __init__.py in the wrong place.Sean Callanan2016-01-131-1/+1
* Xcode: remove --test-subdir test reduction from previous check-inTodd Fiala2015-12-181-1/+1
* Xcode build: pass in vt100 to the Python test runner.Todd Fiala2015-12-181-3/+3
OpenPOWER on IntegriCloud