summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-3012-55/+189
* Revert r298776 - Expression: add missing linkage to RuntimeDyld ...Michal Gorny2017-03-301-1/+0
* Mask out EXC_SYSCALL exceptions as well.Jason Molenda2017-03-301-1/+1
* Centralize libc++ test skipping logicPavel Labath2017-03-2918-79/+92
* Add NetBSD path for Debugging Information in Separate FilesKamil Rytarowski2017-03-291-0/+5
* Move the definition of SBListener::GetSP() to SBListener.cpp.Sean Callanan2017-03-292-1/+3
* Remove dead include <sys/user.h> from the NetBSD code.Kamil Rytarowski2017-03-291-3/+1
* Print the error if dsymForUUID sometimes produces bad plists.Jim Ingham2017-03-281-1/+5
* Add support for tracing hello-world application on NetBSDKamil Rytarowski2017-03-289-5/+1803
* In FileSpec::Equal, short-cut GetNormalizedPath.Jim Ingham2017-03-272-1/+28
* Fix the Xcode project for OpenBSD additions.Jim Ingham2017-03-271-0/+26
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-2625-9/+990
* PluginUnwindAssemblyX86: add missing linkage to MCDisasmMichal Gorny2017-03-251-0/+1
* Expression: add missing linkage to RuntimeDyld componentMichal Gorny2017-03-251-0/+1
* The expression text in AppleObjCRuntimeV1::CreateObjectCheckerJason Molenda2017-03-241-2/+3
* Fix warnings from clang build on macOS.Bruce Mitchener2017-03-235-2/+5
* Delete some more dead includes.Zachary Turner2017-03-2255-33/+44
* Merge r298536 changes to XcodeTim Hammerquist2017-03-221-4/+4
* Remove dead include from GoASTContext.cpp.Zachary Turner2017-03-222-2/+0
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-22108-115/+115
* [analyze deps] Show incoming and outgoing counts on island members.Zachary Turner2017-03-221-2/+13
* [analyze deps] Also show cycle islands.Zachary Turner2017-03-221-0/+14
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-2219-210/+210
* Reuse appropriate Launch and Attach on NetBSDKamil Rytarowski2017-03-222-1/+5
* Delete TestLLVM.pyZachary Turner2017-03-221-67/+0
* Merge changes from r298466 into Xcode projectTim Hammerquist2017-03-221-4/+4
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-2219-210/+210
* Break the cycle between Host and PluginProcessUtility.Zachary Turner2017-03-226-10/+9
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-2219-210/+210
* [deps script] Sort cycles by the difficulty of breaking.Zachary Turner2017-03-211-7/+30
* Mirror CMake changes from r298412 to Xcode projectTim Hammerquist2017-03-211-4/+4
* Fix build broken by StringList move.Zachary Turner2017-03-212-0/+2
* Move StringList from Core -> Utility.Zachary Turner2017-03-2134-38/+34
* Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski2017-03-211-2/+3
* Add stub for PluginProcessNetBSDKamil Rytarowski2017-03-219-0/+234
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-212-2/+2
* Enable ProcessPOSIXLog on NetBSDKamil Rytarowski2017-03-211-2/+2
* Add NetBSD case in Entry::Type::ThreadIDKamil Rytarowski2017-03-211-1/+2
* Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner2017-03-211-1/+1
* Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner2017-03-211-5/+2
* Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath2017-03-213-14/+22
* Remove ProcFileReaderPavel Labath2017-03-214-167/+25
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-2112-224/+39
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-2112-39/+224
* Fix two places where an arm instruction emulation methodJason Molenda2017-03-211-3/+6
* Delete some dead code in HostInfo.Zachary Turner2017-03-2110-78/+0
* Delete various lldb FileSystem functions.Zachary Turner2017-03-2112-224/+39
* Initialize m_allow_cxx, m_allow_objc. These ivars in the base class are not Jason Molenda2017-03-211-0/+2
* FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham2017-03-214-1/+96
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-0/+1
OpenPOWER on IntegriCloud