summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix lldb-vscode README.mdAlex Langford2018-09-141-8/+8
* [IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano2018-09-144-0/+27
* Make the eSearchDepthFunction searches work, add tests Jim Ingham2018-09-144-10/+80
* [PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov2018-09-141-13/+39
* svn add the new files...Jim Ingham2018-09-137-0/+532
* Remember to sort the Xcode project file. NFC.Jim Ingham2018-09-131-2612/+2612
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-1327-2633/+3257
* Add support for descriptions with command completions.Raphael Isemann2018-09-1318-106/+424
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-136-26/+11
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-1318-81/+393
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-134-1/+82
* Remove byte counting from SourceManager [NFC]Raphael Isemann2018-09-131-10/+10
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
* Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky2018-09-121-0/+3
* If we fail to get an armv7em-- disassembler from llvm, skip theJason Molenda2018-09-121-1/+4
* Add compatibility version to liblldb in framework buildsAlex Langford2018-09-121-0/+1
* Fix two issues in PDBASTParserPavel Labath2018-09-121-17/+16
* Move SafeMachO from Utility to HostPavel Labath2018-09-1216-17/+10
* Remove another unused mislayered include.Benjamin Kramer2018-09-121-1/+0
* Remove unused include that's also a layering violation.Benjamin Kramer2018-09-121-1/+0
* Remove manual byte counting from internal Stream methods.Raphael Isemann2018-09-122-36/+61
* Add a basic test for 'memory region'Raphael Isemann2018-09-123-0/+73
* Reduce alignment on struct XSAVE, fixing a gcc warningPavel Labath2018-09-121-1/+1
* [MIPS] Fix signed overflow in DADDIU emulationVedant Kumar2018-09-111-1/+12
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-113-197/+269
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-113-3/+34
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-114-6/+54
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* [NFC] Fix compiler warning in TestArmv7Disassembly.cppRaphael Isemann2018-09-111-1/+1
OpenPOWER on IntegriCloud