summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [MappedHash] Fix alignment violationsVedant Kumar2017-12-061-6/+9
* Do not use default arguments of DataLayout::getPointer*. NFCFangrui Song2017-12-061-5/+0
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-053-2/+3
* [Darwin] Delete dead code. NFCI.Davide Italiano2017-12-051-28/+0
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-054-13/+56
* Clean up stop hook output in case a hook restarts.Jim Ingham2017-12-051-3/+10
* Switch from C++1z to C++17; corresponds to r319688 in Clang.Aaron Ballman2017-12-041-1/+1
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-0423-132/+2
* Add a symbols subcommand to lldb-test.Zachary Turner2017-12-022-1/+36
* Don't use llvm::EnablePrettyStackTrace on macOS.Jim Ingham2017-12-021-0/+2
* Fix warning in DynamicLoaderDarwinKernel.cpp, NFCVedant Kumar2017-12-011-1/+1
* Fix warnings in JSON.cpp, NFCVedant Kumar2017-12-011-3/+0
* Fix warnings in DNBDataRef.cpp, NFCVedant Kumar2017-12-011-6/+6
* Prevent vain lldb::user_id_t 0xffffffff lookupsJan Kratochvil2017-12-011-1/+1
* Kill struct IOVECPavel Labath2017-12-019-24/+10
* ClangASTContext::ParseClassTemplateDecl doesn't always succeed.Jim Ingham2017-12-011-1/+11
* Add lldb-test.Zachary Turner2017-12-017-0/+650
* We had a situation where a kext was inlined into the kernel,Jason Molenda2017-11-301-0/+10
* [lldb] A few minor fixes in TaskPoolAlexander Shaposhnikov2017-11-303-6/+25
* Fix this test so that the breakpoints you set areJim Ingham2017-11-302-2/+6
* Remove a long out-of-date comment.Jim Ingham2017-11-301-1/+0
OpenPOWER on IntegriCloud