summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-2/+3
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+2
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-141-7/+5
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-131-1/+23
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-101-1/+2
* RangeDataVector: Support custom sorting for D63540Jan Kratochvil2020-01-101-23/+12
* [lldb] Surpress "bitfield too small" gcc warningPavel Labath2020-01-101-3/+3
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-096-39/+17
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-9/+0
* [lldb] Remove default llvm::Triple argument from ClangASTContext constructorRaphael Isemann2020-01-081-1/+1
* [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann2020-01-081-3/+7
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-072-4/+4
* [lldb][NFC] Remove forward declaration for non-existent type clang::Action an...Raphael Isemann2020-01-031-1/+0
* [lldb][NFC] Document TypeSystem and related Compiler* classesRaphael Isemann2020-01-034-12/+64
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-0/+16
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-011-6/+5
* [lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann2019-12-301-3/+3
* [lldb][NFC] Make integer types functions in ClangASTContext not staticRaphael Isemann2019-12-291-8/+2
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-291-25/+5
* [lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann2019-12-291-13/+3
* [lldb] Specify unsigned underlying type for an enumeration explicitlyTatyana Krasnukha2019-12-261-1/+3
* [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann2019-12-251-3/+3
* [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann2019-12-241-3/+4
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-243-84/+12
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-231-3/+0
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-232-104/+9
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-231-4/+0
* [lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann2019-12-231-4/+2
* [lldb][NFC] Document CompilerDeclContext constructorsRaphael Isemann2019-12-231-1/+7
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-0/+6
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-1/+1
* [lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere2019-12-221-4/+1
* [lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann2019-12-223-6/+0
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-211-3/+3
* [lldb/Core] Support asking the debugger for a specific script interpreterJonas Devlieghere2019-12-211-2/+5
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-29/+25
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-16/+0
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-201-0/+1
* In 'thread step-out' command, only insert a breakpoint in executable memory.Jim Ingham2019-12-201-0/+1
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-4/+2
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-192-0/+3
* [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code styleRaphael Isemann2019-12-191-6/+3
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-4/+6
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+8
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-172-14/+1
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-171-1/+1
* Run all threads when extending a next range over a call.Jim Ingham2019-12-162-1/+12
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-161-10/+1
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-162-80/+101
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-161-13/+0
OpenPOWER on IntegriCloud