summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2018-10-05Add support for artificial tail call framesVedant Kumar
2018-10-05Relax a data formatter testVedant Kumar
2018-10-05TestMultilineExpr: validate evaluation for expressions that span multiple linesStefan Granitz
2018-10-05Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz
2018-10-04Fix typos.linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-mainline-defconfig_nolselinaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-mainlineBruce Mitchener
2018-10-04The Python 3 part of the script was missed when adding OpenBSD support.Brad Smith
2018-10-04Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)"Tatyana Krasnukha
2018-10-03Fix buildbot regression by rL339929: NameError: global name 'test_directory' ...Jan Kratochvil
2018-10-03Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour
2018-10-03Skip test with older versions of clangAdrian Prantl
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath
2018-10-02Remove unnecessary fieldAdrian Prantl
2018-10-02DWARFExpression: Resolve file addresses in the linked moduleAdrian Prantl
2018-10-02Remove GetPythonDir declaration from HostInfoBase classTatyana Krasnukha
2018-10-01Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl
2018-10-01Fix tests affected by printing change.Jonas Devlieghere
2018-10-01Fix build with GCC < 5.0 (PR39131)Tatyana Krasnukha
2018-10-01[lldb] Start a new line for the next output if there are no symbols in the cu...Aaron Smith
2018-10-01[Interpreter] Escape backticks when dumping format entities.Jonas Devlieghere
2018-10-01Escape newlines in default disassembly format.Jonas Devlieghere
2018-09-30Fix NetBSD build for r343409Pavel Labath
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath
2018-09-28[SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano
2018-09-28[Driver] Remove unused declarations and "include" directivesTatyana Krasnukha
2018-09-28Clean-up usage of OptionDefinition arraysTatyana Krasnukha
2018-09-28Revert r343318 together with llvm commit r343317Luke Cheeseman
2018-09-28Reapply the changes reverted by r343236Luke Cheeseman
2018-09-28[PDB] Handle `char` as a builtin typeAleksandr Urakov
2018-09-28[lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...Aaron Smith
2018-09-27Fixes for GDB remote packet disassembler:Greg Clayton
2018-09-27Add an interactive mode to BSD archive parser.Greg Clayton
2018-09-27Revert r343193 together with r343192Luke Cheeseman
2018-09-27Update CallFrameString API to account for r343114Luke Cheeseman
2018-09-27Refactor ClangUserExpression::GetLanguageForExprRaphael Isemann
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-27[target] Fix typo and give bool a default valueJonas Devlieghere
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26Fix ProcessKDP after r343130Tatyana Krasnukha
2018-09-26Fix OSX build after r343130Tatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-26[unittest] Fix NativeProcessProtocolTest.cpp (NFC)Jonas Devlieghere
2018-09-26[PDB] Restore the calling convention from PDBAleksandr Urakov
2018-09-26Fix a memory read bug in lldb-serverPavel Labath
2018-09-25[lldb-mi] Fix bugs in target-select-so-path.testAlexander Polyakov
2018-09-25Change the unwinder to not use a hard-coded limit on theJason Molenda
2018-09-25[lldbinline] Set directory attribute on test-specific classesVedant Kumar
2018-09-25XFAIL some tests in TestTargetCreateDeps on linuxPavel Labath
2018-09-25Replace boolean parameter with enum value according r342633Tatyana Krasnukha
2018-09-25[Swig] Merge typemaps with same bodiesTatyana Krasnukha
2018-09-24[lldb-mi] Fix hanging of target-select-so-path.testAlexander Polyakov