aboutsummaryrefslogtreecommitdiff
path: root/lldb.xcodeproj/project.pbxproj
AgeCommit message (Expand)Author
2014-10-16Xcode recommended these changes to the project file. It recommendedJason Molenda
2014-10-15Add synthetic children support for NSIndexPathEnrico Granata
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka
2014-10-09Fix MacOSX Xcode build for Pipe changes.Todd Fiala
2014-10-06Update xcode project file to match zach's move of connetionfiledescriptor in ...Jason Molenda
2014-10-02Add SBExecutionContext.h to the list of headers to copy into the LLDB framework.Jason Molenda
2014-10-01Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...Enrico Granata
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-09-25Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala
2014-09-16Change the ClangASTMap implementation to use a thread-safe wrapper over llvm:...Enrico Granata
2014-09-11Add a ProcessStructReader utility class to LLDBEnrico Granata
2014-09-11Update HostProcess to use the same facade pattern as HostThread.Zachary Turner
2014-09-10Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-09-06Expose ThreadCollection in SB APIKuba Brecka
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata
2014-09-05[lldb] Abstract a superclass for a generic thread container.Kuba Brecka
2014-09-04ASan malloc/free history threadsKuba Brecka
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala
2014-08-27Update LLDB to use LLVM's DynamicLibrary.Zachary Turner
2014-08-23Fixed a problem where IOObject was wronglySean Callanan
2014-08-21Bump the verison number in the xcode project files.Jason Molenda
2014-08-19This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata
2014-08-19Move some Host logic into HostInfo class.Zachary Turner
2014-08-17Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner
2014-08-15Fix dependency ordering for the xpc file installs.Jason Molenda
2014-08-14Refactor FileAction out of ProcessLaunchInfo.Zachary Turner
2014-08-13<rdar://problem/18001677>Han Ming Ong
2014-08-07Add a StringLexer utility class that can be used when you have string data th...Enrico Granata
2014-08-06Creates a socket host object.Zachary Turner
2014-07-22Dramatically improves C++ demangling performance by introducing a new impleme...Kate Stone
2014-07-16Add kalimba as a platform.Todd Fiala
2014-07-15The following files:Jim Ingham
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-08Fix broken MacOSX Xcode build for CommandOptionValidators.cpp.Todd Fiala
2014-07-02Add host layer support for pipes.Greg Clayton
2014-07-02Make LLDB.framework link again on Yosemite.Greg Clayton
2014-07-02Removing Carbon dependency by removing obsolete code.Jean-Daniel Dupas
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-30Factored out Linux proc file reading into separate class.Todd Fiala
2014-06-30Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala
2014-06-23Add API control of the signal disposition.Todd Fiala
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-06-04Move MemoryRegionInfo out of Target/Process.h into its own header.Todd Fiala
2014-06-02Small cleanups for the new enum fixes:Greg Clayton
2014-06-02Add support for inspecting enum members.Todd Fiala
2014-05-19Revert r209142.Todd Fiala