aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Merging r344605:Tom Stellard1-1/+5
2018-08-14Merging r339076:Hans Wennborg1-1/+1
2018-08-07Merging r338949:Hans Wennborg2-22/+6
2018-08-01Removed failing StreamTest caseRaphael Isemann1-6/+0
2018-08-01Added initial unit test for LLDB's Stream class.Raphael Isemann2-0/+481
2018-07-31Android is an environment and we were comparing the android tripleEric Christopher1-3/+3
2018-07-31Tidy up comment.Eric Christopher1-2/+2
2018-07-31Use UnknownVendor rather than UnknownArch since they're in two different enumsEric Christopher1-1/+1
2018-07-31Remove Stream::UnitTestRaphael Isemann2-47/+0
2018-07-30Remove unnecessary newlines from break command help text.Raphael Isemann1-2/+2
2018-07-29Remove friend class declarations from DWARFUnit and DWARFCompileUnitJan Kratochvil2-4/+0
2018-07-27Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2-4/+5
2018-07-27Revert "Stop building liblldb with CMake's framework functionality"Alex Langford6-55/+38
2018-07-27Add missing boundary checks to variable completion.Raphael Isemann3-5/+53
2018-07-27Fix whitespace in the python test suite.Raphael Isemann63-153/+149
2018-07-27Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano9-222/+0
2018-07-27Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano9-0/+222
2018-07-27Stop building liblldb with CMake's framework functionalityAlex Langford6-38/+55
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann26-130/+225
2018-07-26Add back lldb-framework-headers targetAlex Langford1-0/+3
2018-07-26Make framework-header-fix process copied headersAlex Langford1-9/+5
2018-07-26Fix duplicate suggestions after an ambiguous commandRaphael Isemann2-3/+1
2018-07-26Don't print two errors for unknown commands.Raphael Isemann3-27/+40
2018-07-25Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano4-178/+0
2018-07-25[DataFormatters] Add formatter for C++17 std::optional.Davide Italiano4-0/+178
2018-07-25[ProcessGDBRemote] handle result from ConnectToDebugserverJonas Devlieghere1-1/+1
2018-07-25Use LLVM's new ItaniumPartialDemangler in LLDBStefan Granitz5-46/+59
2018-07-25Fix PythonString::GetString for >=python-3.7Pavel Labath1-3/+5
2018-07-24Add unit tests for VMRangeRaphael Isemann2-0/+153
2018-07-24Add DumpRegisterValue.cpp.Jason Molenda1-4/+4
2018-07-24Remove unused History classRaphael Isemann4-163/+0
2018-07-24Move dumping code out of RegisterValue classPavel Labath11-77/+128
2018-07-24Reimplement EventDataBytes::Dump to avoid DumpDataExtractorPavel Labath3-9/+33
2018-07-24Added unit test for StreamTeeRaphael Isemann3-0/+202
2018-07-23Change sort-pbxproj.rb to find the project.pbxproj in the Jason Molenda1-8/+18
2018-07-23Fix Xcode project for unit tests.Greg Clayton1-4/+0
2018-07-23[cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...Raphael Isemann2-2/+0
2018-07-23[NFC] Minor code refactoring.Raphael Isemann1-4/+1
2018-07-23Add support for parsing Breakpad minidump files that can have extra padding i...Greg Clayton9-3/+96
2018-07-23Fix windows build after r337689Alexander Polyakov1-0/+1
2018-07-23[lldb-mi] Re-implement data-info-line command.Alexander Polyakov6-199/+118
2018-07-20Defend LoadImageUsingPaths against a path listJim Ingham2-2/+23
2018-07-19Added unit tests for FlagsRaphael Isemann2-0/+200
2018-07-19ELF: Replace the header-extension unit test with a lit onePavel Labath4-64/+73
2018-07-19Fix whitespace formatting in DWARFExpression::DumpLocationPavel Labath1-14/+14
2018-07-18Fix variables.test after D49018Stella Stamenova1-7/+7
2018-07-18[windows] Use a well-known path for ComSpec if we fail to retrieve itStella Stamenova1-2/+7
2018-07-18[lit, lldbsuite] Remove tests that are duplicated between lit and lldb-suiteStella Stamenova5-80/+0
2018-07-17Link the lldb driver ("lldb") against the llvm staticJason Molenda1-3/+13
2018-07-17Invert dependency between lldb-framework and lldb-suiteAlex Langford4-8/+10