summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
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
2018-09-24Add NativeProcessProtocol unit testsPavel Labath
2018-09-22Change type of m_user_expression_start_pos to size_tRaphael Isemann
2018-09-21Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha
2018-09-21build: add libedit to include pathsTatyana Krasnukha
2018-09-21Add dependency on llc required by find-variable-dwo testTatyana Krasnukha
2018-09-21Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...Tatyana Krasnukha
2018-09-20[lldbtest] Fix self.filecheck check file lookupVedant Kumar
2018-09-20Replace boolean parameter with enum value according r342633Tatyana Krasnukha
2018-09-20Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour
2018-09-20[target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-09-19[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar
2018-09-17Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour