summaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)Author
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-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-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[PDB] Restore the calling convention from PDBAleksandr Urakov
2018-09-26Fix a memory read bug in lldb-serverPavel Labath
2018-09-25Change the unwinder to not use a hard-coded limit on theJason Molenda
2018-09-25Replace boolean parameter with enum value according r342633Tatyana Krasnukha
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-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-17Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour
2018-09-17[DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour
2018-09-17Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."Davide Italiano
2018-09-17Add descriptions to completed expressionsRaphael Isemann
2018-09-14[IRInterpreter] Minor cleanups, add comments. NFCI.Davide Italiano
2018-09-14[IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano
2018-09-14Make the eSearchDepthFunction searches work, add testsJim Ingham
2018-09-14[PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov
2018-09-13svn add the new files...Jim Ingham
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-09-13Add support for descriptions with command completions.Raphael Isemann
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-09-13[DWARFExpression] Read literars as unsigned values.Jonas Devlieghere
2018-09-13Remove byte counting from SourceManager [NFC]Raphael Isemann
2018-09-12Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky
2018-09-12Add compatibility version to liblldb in framework buildsAlex Langford
2018-09-12Fix two issues in PDBASTParserPavel Labath