aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ObjCLanguageRuntime.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford1-435/+0
2019-07-12[Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford1-0/+35
2019-07-01[Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford1-13/+0
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford1-0/+12
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford1-0/+2
2019-05-02Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl1-0/+20
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-3/+3
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner1-2/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-5/+4
2018-02-23Replace HashStringUsingDJB with llvm::djbHashPavel Labath1-4/+3
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-339/+283
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton1-1/+4
2015-12-18Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham1-1/+1
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener1-3/+3
2015-09-02Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham1-277/+0
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-2/+2
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-6/+6
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton1-2/+2
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath1-2/+2
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath1-2/+2
2015-05-08Fix build on windows.Colin Riley1-1/+5
2015-05-06Add a language objc class-table dump commandEnrico Granata1-0/+8
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham1-0/+33
2015-04-16Add new virtual method for language runtime plug-ins:Greg Clayton1-1/+0
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2015-01-28More work for the dynamic type size featureEnrico Granata1-1/+45
2014-10-31- Use "for_expression" rather than "allow_unknownanytype"Sean Callanan1-4/+4
2014-08-19This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata1-0/+23
2013-07-11Huge change to clean up types.Greg Clayton1-2/+2
2013-04-19Fixed some linux buildbot warnings.Greg Clayton1-5/+5
2013-04-05<rdar://problem/13563628>Enrico Granata1-0/+4
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-02-13<rdar://problem/13210494>Greg Clayton1-12/+62
2013-01-30Remove debug code and commented out code that was left in.Greg Clayton1-92/+0
2013-01-30<rdar://problem/9141269>Greg Clayton1-68/+357
2012-12-19This patch removes the SymbolFileSymtab support Sean Callanan1-5/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-11-08<rdar://problem/12586350>Enrico Granata1-1/+1
2012-11-02Extra safeguards to ensure that we never querySean Callanan1-11/+0
2012-10-25Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton1-1/+1
2012-10-23Objective C cleanup. Removed an cache that was no longer needed and changes t...Greg Clayton1-93/+57
2012-10-11<rdar://problem/12331741>Greg Clayton1-38/+61
2012-10-09Changes to clean up the runtime and how the ISA caches are managed.Greg Clayton1-48/+59
2012-09-15More runtime work. We now successfully traverseSean Callanan1-1/+16