summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix buildbot regression by rL339929: NameError: global name 'test_directory' ...Jan Kratochvil2018-10-031-1/+1
* Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour2018-10-031-0/+2
* Skip test with older versions of clangAdrian Prantl2018-10-031-0/+1
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-036-153/+68
* Remove unnecessary fieldAdrian Prantl2018-10-021-1/+1
* DWARFExpression: Resolve file addresses in the linked moduleAdrian Prantl2018-10-026-0/+87
* Remove GetPythonDir declaration from HostInfoBase classTatyana Krasnukha2018-10-021-4/+0
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-012-4/+4
* Fix tests affected by printing change.Jonas Devlieghere2018-10-012-2/+2
* Fix build with GCC < 5.0 (PR39131)Tatyana Krasnukha2018-10-011-1/+1
* [lldb] Start a new line for the next output if there are no symbols in the cu...Aaron Smith2018-10-011-0/+2
* [Interpreter] Escape backticks when dumping format entities.Jonas Devlieghere2018-10-012-1/+19
* Escape newlines in default disassembly format.Jonas Devlieghere2018-10-011-2/+2
* Fix NetBSD build for r343409Pavel Labath2018-09-301-1/+0
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-305-65/+34
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-284-0/+53
* [Driver] Remove unused declarations and "include" directivesTatyana Krasnukha2018-09-282-9/+1
* Clean-up usage of OptionDefinition arraysTatyana Krasnukha2018-09-285-103/+61
* Revert r343318 together with llvm commit r343317Luke Cheeseman2018-09-282-3/+3
* Reapply the changes reverted by r343236Luke Cheeseman2018-09-282-3/+3
* [PDB] Handle `char` as a builtin typeAleksandr Urakov2018-09-285-4/+10
* [lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...Aaron Smith2018-09-282-1/+23
* Fixes for GDB remote packet disassembler:Greg Clayton2018-09-271-59/+131
* Add an interactive mode to BSD archive parser.Greg Clayton2018-09-271-11/+94
* Revert r343193 together with r343192Luke Cheeseman2018-09-272-3/+3
* Update CallFrameString API to account for r343114Luke Cheeseman2018-09-272-3/+3
* Refactor ClangUserExpression::GetLanguageForExprRaphael Isemann2018-09-272-20/+17
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-2718-40/+24
* [target] Fix typo and give bool a default valueJonas Devlieghere2018-09-271-5/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Fix ProcessKDP after r343130Tatyana Krasnukha2018-09-261-2/+2
* Fix OSX build after r343130Tatyana Krasnukha2018-09-261-3/+3
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-2654-781/+782
* [unittest] Fix NativeProcessProtocolTest.cpp (NFC)Jonas Devlieghere2018-09-261-2/+2
* [PDB] Restore the calling convention from PDBAleksandr Urakov2018-09-266-4/+77
* Fix a memory read bug in lldb-serverPavel Labath2018-09-262-7/+85
* [lldb-mi] Fix bugs in target-select-so-path.testAlexander Polyakov2018-09-252-6/+9
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-256-2/+65
* [lldbinline] Set directory attribute on test-specific classesVedant Kumar2018-09-251-1/+1
* XFAIL some tests in TestTargetCreateDeps on linuxPavel Labath2018-09-251-0/+4
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-251-2/+2
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* [lldb-mi] Fix hanging of target-select-so-path.testAlexander Polyakov2018-09-241-13/+21
* Add NativeProcessProtocol unit testsPavel Labath2018-09-242-0/+156
* Change type of m_user_expression_start_pos to size_tRaphael Isemann2018-09-222-2/+2
* Move architecture-specific address adjustment to architecture pluginsTatyana Krasnukha2018-09-218-236/+393
* build: add libedit to include pathsTatyana Krasnukha2018-09-213-0/+12
* Add dependency on llc required by find-variable-dwo testTatyana Krasnukha2018-09-211-0/+1
* Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...Tatyana Krasnukha2018-09-211-0/+4
* [lldbtest] Fix self.filecheck check file lookupVedant Kumar2018-09-201-10/+11
OpenPOWER on IntegriCloud