summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Merging r344605:Tom Stellard2018-11-161-1/+5
* Merging r339076:Hans Wennborg2018-08-141-1/+1
* Merging r338949:Hans Wennborg2018-08-072-22/+6
* Removed failing StreamTest caseRaphael Isemann2018-08-011-6/+0
* Added initial unit test for LLDB's Stream class.Raphael Isemann2018-08-012-0/+481
* Android is an environment and we were comparing the android tripleEric Christopher2018-07-311-3/+3
* Tidy up comment.Eric Christopher2018-07-311-2/+2
* Use UnknownVendor rather than UnknownArch since they're in two different enumsEric Christopher2018-07-311-1/+1
* Remove Stream::UnitTestRaphael Isemann2018-07-312-47/+0
* Remove unnecessary newlines from break command help text.Raphael Isemann2018-07-301-2/+2
* Remove friend class declarations from DWARFUnit and DWARFCompileUnitJan Kratochvil2018-07-292-4/+0
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-272-4/+5
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-276-55/+38
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-273-5/+53
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2763-153/+149
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-279-222/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-279-0/+222
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-276-38/+55
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-2726-130/+225
* Add back lldb-framework-headers targetAlex Langford2018-07-261-0/+3
* Make framework-header-fix process copied headersAlex Langford2018-07-261-9/+5
* Fix duplicate suggestions after an ambiguous commandRaphael Isemann2018-07-262-3/+1
* Don't print two errors for unknown commands.Raphael Isemann2018-07-263-27/+40
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-254-178/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-254-0/+178
* [ProcessGDBRemote] handle result from ConnectToDebugserverJonas Devlieghere2018-07-251-1/+1
* Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz2018-07-255-46/+59
* Fix PythonString::GetString for >=python-3.7Pavel Labath2018-07-251-3/+5
* Add unit tests for VMRangeRaphael Isemann2018-07-242-0/+153
* Add DumpRegisterValue.cpp.Jason Molenda2018-07-241-4/+4
* Remove unused History classRaphael Isemann2018-07-244-163/+0
* Move dumping code out of RegisterValue classPavel Labath2018-07-2411-77/+128
* Reimplement EventDataBytes::Dump to avoid DumpDataExtractorPavel Labath2018-07-243-9/+33
* Added unit test for StreamTeeRaphael Isemann2018-07-243-0/+202
* Change sort-pbxproj.rb to find the project.pbxproj in the Jason Molenda2018-07-231-8/+18
* Fix Xcode project for unit tests.Greg Clayton2018-07-231-4/+0
* [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...Raphael Isemann2018-07-232-2/+0
* [NFC] Minor code refactoring.Raphael Isemann2018-07-231-4/+1
* Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton2018-07-239-3/+96
* Fix windows build after r337689Alexander Polyakov2018-07-231-0/+1
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-236-199/+118
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-202-2/+23
* Added unit tests for FlagsRaphael Isemann2018-07-192-0/+200
* ELF: Replace the header-extension unit test with a lit onePavel Labath2018-07-194-64/+73
* Fix whitespace formatting in DWARFExpression::DumpLocationPavel Labath2018-07-191-14/+14
* Fix variables.test after D49018Stella Stamenova2018-07-181-7/+7
* [windows] Use a well-known path for ComSpec if we fail to retrieve itStella Stamenova2018-07-181-2/+7
* [lit, lldbsuite] Remove tests that are duplicated between lit and lldb-suiteStella Stamenova2018-07-185-80/+0
* Link the lldb driver ("lldb") against the llvm staticJason Molenda2018-07-171-3/+13
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-174-8/+10
OpenPOWER on IntegriCloud