summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Docs] Describe optional dependencies on build page.Jonas Devlieghere2020-01-061-5/+31
* [lldb/Docs] Fix capitalization typo.Jonas Devlieghere2020-01-061-1/+1
* [lldb/CMake] Only set PYTHON_HOME on WindowsJonas Devlieghere2020-01-061-1/+1
* [CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...Fangrui Song2020-01-061-0/+8
* [lldb/Test] Move @skipIfAsan from test class to test methods.Jonas Devlieghere2020-01-061-1/+2
* [lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.Jonas Devlieghere2020-01-061-0/+1
* [lldb/CMake] Autodetect Python dependencyJonas Devlieghere2020-01-063-48/+107
* [lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny2020-01-061-5/+0
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-043-39/+94
* [UserExpression] Clean up `return` after `else`.Davide Italiano2020-01-031-4/+3
* [lldb/Utility] YAML validation should be orthogonal to packet semantics.Jonas Devlieghere2020-01-031-3/+0
* [lldb/Docs] Include the man page on the websiteJonas Devlieghere2020-01-031-4/+5
* [lldb/Docs] Include how to generate the man pageJonas Devlieghere2020-01-031-0/+1
* [lldb][NFC] Remove forward declaration for non-existent type clang::Action an...Raphael Isemann2020-01-033-7/+2
* [lldb][NFC] Document TypeSystem and related Compiler* classesRaphael Isemann2020-01-034-12/+64
* Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani2020-01-033-119/+19
* [lldb/Python] Remove unused imports (NFC)Jonas Devlieghere2020-01-021-9/+0
* [lldb/Python] Remove unused support file (NFC)Jonas Devlieghere2020-01-021-58/+0
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-033-19/+119
* [lldb/CMake] Print whether an optional dependency was enabled.Jonas Devlieghere2020-01-021-5/+7
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-026-26/+28
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-023-5/+5
* 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-025-4/+58
* [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-027-286/+222
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-3/+3
* tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool2020-01-015-4/+12
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-013-14/+5
* [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-303-23/+12
* [lldb][NFC] Make integer types functions in ClangASTContext not staticRaphael Isemann2019-12-292-53/+34
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-293-37/+17
* [lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann2019-12-293-38/+21
* [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] Silent random xpass on aarch64-linux buildbotMuhammad Omair Javaid2019-12-271-1/+1
* [lldb][test] Don't include "test_common.h" in the debug macros testTatyana Krasnukha2019-12-261-0/+3
* [lldb] Specify unsigned underlying type for an enumeration explicitlyTatyana Krasnukha2019-12-261-1/+3
* [lldb][NFC] Move lock scope where it should beginTatyana Krasnukha2019-12-261-9/+10
* [lldb][NFC] Add "lldb-vscode" to all_categoriesTatyana Krasnukha2019-12-261-0/+1
* [lldb][NFC] Simplify if-returnTatyana Krasnukha2019-12-261-3/+1
* [lldb][tests] Platform triple can be NoneTatyana Krasnukha2019-12-261-1/+6
* [lldb][tests] Posix function strdup requires macro _POSIX_C_SOURCETatyana Krasnukha2019-12-261-0/+2
* [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-253-49/+43
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
OpenPOWER on IntegriCloud