aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/project.pbxproj
AgeCommit message (Expand)Author
2014-05-19Update Xcode settings for Xcode 5.1 (5B130a) to remove workspace warning.Todd Fiala
2014-05-16Refactored RegisterInfoInterface into its own header.Todd Fiala
2014-04-17Add FreeBSDSignals.cpp to project file.Jason Molenda
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-03-29lldb arm64 import.Jason Molenda
2014-03-29Link against the zlib solib, required to build against TOT llvm.Jason Molenda
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-14Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...Greg Clayton
2014-03-12Fixed Xcode project after files were moved over into trunk/source/Plugins/Pro...Greg Clayton
2014-03-06Get rid of lldb-dll-export.h and place the smarts of this into lldb-defines.h. Greg Clayton
2014-03-06Added lldb-dll-export.h to the public API, fixingSean Callanan
2014-03-06Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the...Greg Clayton
2014-03-05Add the new JITLoader plugin files to the lldb xcode project file.Jason Molenda
2014-02-18Move the libpanel dependency into the Libraries project folder.Jim Ingham
2014-02-18Convert to codesigning by hand to work around bugs in Xcode cert verification.Jim Ingham
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2014-01-10Update the lldb version number in the xcode project files from 310.99.0 to 32...Jason Molenda
2013-12-20FormatNavigator has long stopped navigating anything - the generation of poss...Enrico Granata
2013-12-17Added missing header files to the Xcode project.Greg Clayton
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-12-03Updated the build settings for lldb-platform and lldb-gdbserver to include li...Greg Clayton
2013-12-03Fixed up the framework includes to all be done in the extra linker options. W...Greg Clayton
2013-12-02Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton
2013-11-23Change lldb from building against a Python framework out ofJason Molenda
2013-11-22<rdar://problem/15540233> Greg Clayton
2013-11-21Start the correct host abstraction of process and thread.Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-11-15Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda
2013-11-13<rdar://problem/15172417>Greg Clayton
2013-11-11Change lldb to build without the -fobjc-gc arg.Jason Molenda
2013-11-08Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda
2013-11-05Add a new system runtime plugin type - just the top levelJason Molenda
2013-10-30<rdar://problem/15201312>Greg Clayton
2013-10-24Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton
2013-10-18BreakpointResolverFileRegex.cpp wandered from the lldb-core target to the LLD...Jim Ingham
2013-10-16Added the Windows platform to our .xcodeproj,Sean Callanan
2013-10-10Removed the -t options from linking flags to avoid having the linker print ou...Greg Clayton
2013-09-30<rdar://problem/14393032>Enrico Granata
2013-09-12<rdar://problem/14071463>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-09-05Use <atomic> instead of "llvm/Support/Atomic.h". Removed unused RefCounter cl...Virgile Bello
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-08-24Add Host/common/ProcessRunLock.cpp to the xcode project file so TOT sources b...Jason Molenda
2013-07-15Bump version number to 310.99.0.Jason Molenda
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-07-03Remove lldb's custom copy of the C++ demangler, used only on MacJason Molenda