summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Update unittests/Host/SocketTest.cpp to also use the newJason Molenda2017-04-061-7/+4
* Some old mach-o core files have an LC_IDENT load command Jason Molenda2017-04-064-3/+84
* getAsInteger is not a equivalent replacement for strtolJim Ingham2017-04-061-2/+10
* Change how UDP sockets are set up -- use the same one socket forJason Molenda2017-04-065-42/+37
* Annotate some more libc++ tests with the new categoryPavel Labath2017-04-053-29/+20
* The darwin_log tests are very fragile and currently do not properly assess th...Sean Callanan2017-04-053-2/+4
* Fix a typo introduce in r299200.Nitesh Jain2017-04-051-1/+1
* Reverting r299374 & r299402 due to testsuite failure.Jim Ingham2017-04-057-982/+129
* Tone down the "lldb types" log a bit.Jim Ingham2017-04-041-4/+13
* Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...Ilia K2017-04-045-3/+111
* Skip three test cases that are asserting on macosx as of r299199. A quickJason Molenda2017-04-043-0/+10
* Add CPlusPlusNameParser to the xcodeprojSean Callanan2017-04-031-0/+6
* The LIBLLDB_LOG_TEMPORARY channel got lost at some point whereJason Molenda2017-04-032-0/+2
* New C++ function name parsing logicEugene Zemtsov2017-04-036-129/+976
* Back out temporary masking of EXC_SYSCALL mach exceptions.Jason Molenda2017-04-031-1/+1
* DisassembleRange can return an empty DisassemblerSPJim Ingham2017-03-311-1/+1
* add more RegisterContext files to xcode projectTim Hammerquist2017-03-311-0/+16
* Stop calling ValueObject::SetName from synthetic child providersTamas Berghammer2017-03-316-20/+28
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-315-3/+39
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-313-12/+52
* Verify memory address range validity in GDBRemoteCommunicationClientStephane Sezer2017-03-312-7/+51
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-3115-245/+443
* [LLDB][MIPS] Fix Core file Architecture and OS information.Nitesh Jain2017-03-319-6/+63
* [LLDB][MIPS] Check if memory_info.GetName() is empty before finding correspon...Nitesh Jain2017-03-311-1/+2
* Don't add a newline if the object description already has one.Jim Ingham2017-03-311-1/+6
* add NetBSD files to Xcode project to resolve failure from r299109Tim Hammerquist2017-03-301-0/+6
* 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
OpenPOWER on IntegriCloud