summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace boolean parameter with enum value according r342633Tatyana Krasnukha2018-09-201-1/+1
* Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour2018-09-203-20/+52
* [target] Change target create's behavior wrt loading dependent files.Jonas Devlieghere2018-09-206-12/+224
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-2025-64/+88
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-199-0/+458
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-189-70/+137
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-179-475/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-179-0/+475
* Add docs for scripted breakpoint resolversJim Ingham2018-09-171-0/+189
* Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."Davide Italiano2018-09-171-3/+7
* Add descriptions to completed expressionsRaphael Isemann2018-09-172-8/+65
* [lldb-mi] Correct regex in the symbol-list-lines testAlexander Polyakov2018-09-151-2/+2
* [IRInterpreter] Minor cleanups, add comments. NFCI.Davide Italiano2018-09-141-7/+3
OpenPOWER on IntegriCloud