summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...Raphael Isemann2019-12-161-5/+5
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-151-3/+11
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-1/+2
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-132-9/+28
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-122-2/+15
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-121-0/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-122-3/+3
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-122-3/+3
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-122-4/+4
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-2/+2
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-121-51/+0
* [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann2019-12-121-6/+1
* [lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere2019-12-112-2/+6
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-1113-309/+0
* [lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann2019-12-111-1/+0
* Replace redundant code in LanguageCategory with templates (NFC)Adrian Prantl2019-12-101-20/+7
* Do not cache hardcoded formats in FormatManagerAdrian Prantl2019-12-101-1/+2
* [DataFormatters] Change the Get() method to take a LanguageType.Davide Italiano2019-12-101-4/+4
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-102-47/+101
* [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.Davide Italiano2019-12-101-1/+1
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-102-101/+47
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-102-2/+11
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-102-47/+101
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-103-58/+19
* [lldb] Actually enable wchar support in Editline when it is defined in the ho...Raphael Isemann2019-12-101-0/+2
* [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.Davide Italiano2019-12-091-3/+0
* [lldb/DWARF] Switch to llvm location list parserPavel Labath2019-12-091-13/+4
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-091-19/+24
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-094-1/+12
* [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValueRaphael Isemann2019-12-061-29/+0
* [lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...Raphael Isemann2019-12-061-6/+1
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-5/+2
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-41/+48
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-2/+4
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-041-40/+4
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-12/+0
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-043-18/+16
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-042-2/+2
* [Process] GetLanguageRuntimes() takes an argument that's always constant.Davide Italiano2019-12-031-4/+2
* [TypeCategory] HasLanguage() is now unused.Davide Italiano2019-12-031-2/+0
* [FormatManager] Provide only one variant of EnableCategory.Davide Italiano2019-12-031-11/+2
* [TypeCategory] Nothing passes down a list of languages.Davide Italiano2019-12-031-2/+1
* [EditLine] Fix RecallHistory to make it go in the right direction.Jonas Devlieghere2019-12-031-5/+10
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-031-1/+1
* [lldb] Remove unneeded semicolon in IOHandlerCursesGUIPavel Labath2019-12-031-1/+1
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-032-37/+40
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-6/+5
OpenPOWER on IntegriCloud