summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-024-7/+7
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-022-3/+3
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-3/+3
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-3/+3
* [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann2020-01-021-0/+5
* [lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMemberRaphael Isemann2020-01-021-1/+0
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-026-286/+206
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-3/+3
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-012-8/+0
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-013-3/+3
* [lldb][NFC] Make some checks more readable in Variable::PrivateAutoCompleteRaphael Isemann2020-01-011-3/+3
* [lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann2019-12-302-20/+9
* [lldb][NFC] Make integer types functions in ClangASTContext not staticRaphael Isemann2019-12-291-45/+32
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-292-12/+12
* [lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann2019-12-292-25/+18
* [lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann2019-12-283-27/+36
* [lldb][NFC] Remove GetASTContext call in ClangDeclVendorRaphael Isemann2019-12-285-22/+20
* [lldb][NFC] Move lock scope where it should beginTatyana Krasnukha2019-12-261-9/+10
* [lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfacesRaphael Isemann2019-12-265-61/+46
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-263-36/+21
* [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann2019-12-252-46/+40
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann2019-12-241-8/+13
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-246-58/+21
* Revert "[lldb] Don't process symlinks deep inside DWARFUnit"Jonas Devlieghere2019-12-232-12/+20
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-233-24/+6
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-231-0/+2
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-231-5/+0
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-232-78/+18
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-232-23/+6
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-231-16/+0
* [lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann2019-12-231-8/+4
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-232-1/+5
* [lldb] Don't process symlinks deep inside DWARFUnitPavel Labath2019-12-232-20/+12
* [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cppPavel Labath2019-12-231-0/+1
* [lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann2019-12-231-7/+1
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-236-18/+17
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-226-25/+11
* [lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere2019-12-222-7/+8
* [lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann2019-12-222-14/+0
* [lldb/ScriptInterpreter] Fix stale/bogus error messagesJonas Devlieghere2019-12-211-2/+2
* [lldb/Commands] Honor the scripting language passed (2/2)Jonas Devlieghere2019-12-211-14/+26
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-212-14/+11
* [lldb/Commands] Use the default scripting langauge for BP functionsJonas Devlieghere2019-12-211-1/+4
* [lldb/Commands] Honor the scripting language passedJonas Devlieghere2019-12-211-2/+2
* [lldb/Commands] Fix bogus enum entry and add Lua (NFC)Jonas Devlieghere2019-12-211-5/+12
* [lldb/Core] Support asking the debugger for a specific script interpreterJonas Devlieghere2019-12-211-7/+11
* [Lldb/Lua] Persist Lua state across script interpreter calls.Jonas Devlieghere2019-12-214-9/+21
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-2112-623/+576
* [Lldb/Lua] Generate Lua BindingsJonas Devlieghere2019-12-213-0/+26
OpenPOWER on IntegriCloud