summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Move ClangHighlighter.cpp to hopefully better place in Xcode project.Tim Northover2018-08-021-2/+2
* Unit test for Symtab::InitNameIndexesStefan Granitz2018-08-023-1/+261
* Added missing highlighter files to XCode projectRaphael Isemann2018-08-021-0/+16
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-0231-8/+942
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* [DWARFASTParser] Remove special cases for `llvm-gcc`Davide Italiano2018-08-011-26/+3
* Fix out-of-bounds read in Stream::PutCStringAsRawHex8Raphael Isemann2018-08-012-2/+5
* Fixed documentation for PutHex8 [NFC]Raphael Isemann2018-08-011-7/+3
* Remove outdated documentation for Stream's LEB128 methodsRaphael Isemann2018-08-011-6/+0
* Introduce install-lldb-framework targetAlex Langford2018-08-014-13/+34
* Don't ignore byte_order in Stream::PutMaxHex64Raphael Isemann2018-08-012-3/+29
* [StackFrame] Add doxygen comments to the StackFrameList API (NFC)Vedant Kumar2018-08-012-27/+53
* [StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)Vedant Kumar2018-08-012-117/+109
* [StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)Vedant Kumar2018-08-012-163/+168
* 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
OpenPOWER on IntegriCloud