summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * [lldb] GetSharedModule: Collect old modules in SmallVectorJoseph Tremoulet2020-12-1113-101/+154
* | | Merge pull request #2240 from apple/🍒/bastille/406ad187486bfredriss2020-12-1414-23/+61
|\ \ \ | |/ / |/| |
| * | [lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere2020-12-1414-23/+61
|/ /
* | Merge pull request #2211 from Teemperor/cherry/199ec40e7bcc8548282d803b1a43b1...Raphael Isemann2020-12-141-3/+12
|\ \
| * | [lldb][NFC] Refactor _get_bool_config_skip_if_decoratorRaphael Isemann2020-12-091-3/+12
* | | Merge commit '93fffe98d5c2' from llvm.org/release/11.x into apple/stable/2020...git apple-llvm automerger2020-12-114-49/+133
|\ \ \ | | |/ | |/|
| * | [lldb] Minidump: check for .text hash match with directoryJoseph Tremoulet2020-12-114-49/+133
* | | Merge commit '393eac16e497' from llvm.org/release/11.x into apple/stable/2020...git apple-llvm automerger2020-12-116-0/+218
|\ \ \ | |/ /
| * | Add hashing of the .text section to ProcessMinidump.Greg Clayton2020-12-116-0/+218
* | | Merge commit '98fa273339a4' from llvm.org/release/11.x into apple/stable/2020...git apple-llvm automerger2020-12-111-2/+3
|\ \ \ | |/ /
| * | [lldb] Normalize paths in new testJoseph Tremoulet2020-12-111-2/+3
* | | Merge commit '561e1ce1a82e' from llvm.org/release/11.x into apple/stable/2020...git apple-llvm automerger2020-12-112-4/+38
|\ \ \ | |/ /
| * | [lldb] Fix GetRemoteSharedModule fallback logicJoseph Tremoulet2020-12-112-4/+38
* | | Merge pull request #2223 from adrian-prantl/71866936adrian-prantl2020-12-115-11/+99
|\ \ \
| * | | Salvage debug info for function arguments in coro-split funclets.Adrian Prantl2020-12-105-11/+99
* | | | [clang] Don't look into <sysroot> for C++ headers if they are found alongside...Louis Dionne2020-12-114-36/+112
* | | | Merge pull request #2228 from Teemperor/FixUnorderedMapEnumInTypeSystemClangS...fredriss2020-12-112-3/+4
|\ \ \ \
| * | | | [lldb] Avoid enum as unordered_map key in TypeSystemClangRaphael Isemann2020-12-112-3/+4
| |/ / /
* | | | Merge pull request #2221 from Teemperor/revert/7e4e29e89c331b10e39e7a92f180ef...Raphael Isemann2020-12-1116-279/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "[lldb] Remote disk file/directory completion for platform commands"Raphael Isemann2020-12-1016-279/+2
* | | | Merge pull request #2222 from Teemperor/BackportImportStdModulePatchesfredriss2020-12-10109-656/+2528
|\ \ \ \ | |/ / / |/| | |
| * | | [lldb] Enable import-std-module's fallback mode by defaultRaphael Isemann2020-12-101-1/+1
| * | | [lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann2020-12-1010-24/+301
| * | | [lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann2020-12-1025-56/+79
| * | | [lldb] Allow LLDB to automatically retry a failed expression with an imported...Raphael Isemann2020-12-108-70/+235
| * | | [lldb] Fix a crash when the ASTImporter is giving us two Imported callbacks f...Raphael Isemann2020-12-102-2/+33
| * | | [lldb][NFC] Document and encapsulate OriginMap in ASTContextMetadataRaphael Isemann2020-12-102-59/+70
| * | | [lldb] Desugar template specializationsJaroslav Sevcik2020-12-103-0/+42
| * | | [lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClangRaphael Isemann2020-12-102-16/+17
| * | | [lldb] Remove nothreadallow from SWIG's __str__ wrappers to work around a Pyt...Raphael Isemann2020-12-104-4/+38
| * | | [lldb] Add SubstTemplateTypeParm to RemoveWrappingTypesRaphael Isemann2020-12-102-0/+36
| * | | [lldb] Ignore certain Clang type sugar when creating the type nameRaphael Isemann2020-12-101-0/+10
| * | | [lldb] Always include template arguments that have their default value in the...Raphael Isemann2020-12-101-0/+12
| * | | [lldb] Introduce a LLDB printing policy for Clang type names that suppressed ...Raphael Isemann2020-12-102-8/+26
| * | | Suppress printing template arguments that match default templateRichard Smith2020-12-1011-27/+247
| * | | [lldb] Remove assumption from Clang-based data formatters that their types ar...Raphael Isemann2020-12-103-33/+8
| * | | [lldb] Fix that symbols.clang-modules-cache-path is never initializedRaphael Isemann2020-12-104-5/+18
| * | | [lldb][import-std-module] Add a test for typedef'd std typesRaphael Isemann2020-12-102-0/+12
| * | | [ASTImporter] Import the default argument of TemplateTypeParmDeclRaphael Isemann2020-12-1016-28/+49
| * | | [lldb] Remove legacy casts from TestStackFromStdModuleRaphael Isemann2020-12-101-9/+35
| * | | [lldb][NFC] Fix flaky TestForwardDeclFromStdModule testRaphael Isemann2020-12-101-1/+1
| * | | [lldb] Reference STL types in import-std-module testsRaphael Isemann2020-12-1026-177/+533
| * | | [lldb] Enable std::pair in CxxModuleHandlerRaphael Isemann2020-12-104-0/+35
| * | | [lldb] Don't infinite loop in SemaSourceWithPriorities::CompleteType when try...Raphael Isemann2020-12-107-9/+80
| * | | [ASTImporter] Import the default argument of NonTypeTemplateParmDeclRaphael Isemann2020-12-101-8/+15
| * | | [ASTImporter] Make the Import() return value consistent with the map of impor...Raphael Isemann2020-12-102-3/+23
| * | | [ASTImporter] Refactor IsStructurallyEquivalent's Decl overloads to be more c...Raphael Isemann2020-12-102-129/+76
| * | | [ASTImporter] Add basic support for comparing Stmts and compare function bodiesRaphael Isemann2020-12-103-32/+541
| | |/ | |/|
* | | Merge pull request #2220 from apple/🍒/bastille/33e3b07af3ce9595f49c75a8af5...fredriss2020-12-104-15/+144
|\ \ \
| * | | [lldb] Deal gracefully with concurrency in the API instrumentation.Jonas Devlieghere2020-12-103-5/+120