summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* llgs-tests: Add support for "exit" stop-reply packetsPavel Labath2017-12-156-62/+149
* Fix 32-bit builds broken by 320813Pavel Labath2017-12-151-2/+2
* ObjectFileELF: Add support for compressed sectionsPavel Labath2017-12-1510-3/+116
* llgs-tests: Make addition of new tests easierPavel Labath2017-12-158-100/+189
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-151-0/+8
* [ExpressionParser] Rollback C++98 as the standard for evaluating.Davide Italiano2017-12-151-8/+0
* [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.Davide Italiano2017-12-141-0/+8
* [ClangASTContext] Remove dead stuff found fixing something else.Davide Italiano2017-12-141-75/+0
* ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursionPavel Labath2017-12-143-22/+1
* Remove stderr message from GDBRemoteCommunicationServerLLGSPavel Labath2017-12-141-7/+2
* [IRExecutionUnit] Initialize uninititialized member variable.Davide Italiano2017-12-131-2/+2
* [DataEncoder] Replace buggy versions of write functions.Davide Italiano2017-12-131-36/+8
* [lldb] Set component when invoking add_llvm_install_targetsPetr Hosek2017-12-131-2/+4
* Add an #include to appease an older clang, NFCVedant Kumar2017-12-121-0/+1
* Avoid module import in a textual header, NFCVedant Kumar2017-12-121-5/+2
* [TestModulesInlineFunctions] This test now passes.Davide Italiano2017-12-121-1/+0
* [TestCppScope] This test now passes on Darwin.Davide Italiano2017-12-121-5/+0
* [testsuite] Remove even more testing vestiges.Davide Italiano2017-12-121-3/+0
* Rollback [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-121-0/+0
* [testsuite] Remove testing failures vestiges.Davide Italiano2017-12-121-60/+0
* [lldb] Switch to add_llvm_install_targetsShoaib Meenai2017-12-121-10/+6
* [test-suite] Un'XFAIL a test that's not failing anymore.Davide Italiano2017-12-111-1/+0
* [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-111-0/+0
* dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath2017-12-111-1/+4
* Add a StringList constructor to Args classPavel Labath2017-12-114-1/+18
* Fix osx build broken in r320346Pavel Labath2017-12-111-1/+0
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-1113-26/+23
* MainLoop: avoid infinite loop when pty slave gets closedPavel Labath2017-12-112-1/+21
* Revert "[DataEncoder] Replace buggy versions of write functions."Davide Italiano2017-12-111-8/+36
* [DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano2017-12-101-54/+0
* [MachException] Garbage collect unused and dead code.Davide Italiano2017-12-101-27/+0
* [DataEncoder] Replace buggy versions of write functions.Davide Italiano2017-12-101-36/+8
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-095-15/+15
* Change the ordering that we search for kexts and kernels on the localJason Molenda2017-12-091-7/+22
* Update PlatformDarwin::GetDeveloperDir to handle the twoJason Molenda2017-12-091-8/+13
* [MachException] Avoid alignment UB, NFCVedant Kumar2017-12-082-4/+11
* Remove extant references to g_message_mutex, NFCVedant Kumar2017-12-082-17/+6
* These tests don't depend on debug info format.Jim Ingham2017-12-071-0/+2
* Disable warnings related to anonymous types in the ObjC pluginVedant Kumar2017-12-073-1/+24
* [SBBreakpointOptionCommon] Give this class an explicit destructor.Davide Italiano2017-12-072-0/+3
* [SBBreakpoint] Outline some functions to prevent to be exported.Davide Italiano2017-12-071-51/+44
* [Target] Remove commented out code. Found by inspection. NFCI.Davide Italiano2017-12-071-129/+0
* Variable: Fix usage of uninitialised valuePavel Labath2017-12-071-7/+1
* [lldb] Use PRIVATE in target_link_librariesShoaib Meenai2017-12-061-1/+1
* Fix the -Wunused-function warning properly (MachProcess.mm)Vedant Kumar2017-12-061-1/+1
* Fix const-correctness in RegisterContext methods, NFCVedant Kumar2017-12-063-10/+30
* Fix an -Wunused-function warning, NFCVedant Kumar2017-12-061-20/+22
* Fix misc -Wcast-qual warnings, NFCVedant Kumar2017-12-067-22/+29
* Remove no-op function pointer null checks, NFCVedant Kumar2017-12-064-50/+29
* Use a static_cast instead of a C cast, NFCVedant Kumar2017-12-061-1/+1
OpenPOWER on IntegriCloud