summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix nondeterminism in TestCppBitfieldsPavel Labath2020-01-282-2/+2
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-273-0/+189
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-153-5/+45
* [lldb/test] Add test for CMTime data formatterJonas Devlieghere2020-01-143-0/+67
* dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl2020-01-143-9/+28
* [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...Stella Stamenova2020-01-141-1/+0
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-141-2/+3
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-141-4/+4
* [lldb][NFC] Rewrite python_api/rdar-12481949 testRaphael Isemann2020-01-145-82/+24
* [lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann2020-01-141-8/+14
* [lldb] Revert ddf044290ede for TestProcessAPI.pyRaphael Isemann2020-01-131-1/+0
* [lldb][NFC] Remove debug print statement from TestExprDiagnostics.pyRaphael Isemann2020-01-131-1/+0
* [lldb] Mark several tests as not dependent on debug infoRaphael Isemann2020-01-1340-39/+42
* lldbutil: Forward ASan launch info to test inferiorsVedant Kumar2020-01-101-1/+8
* [lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha2020-01-104-4/+24
* [lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha2020-01-105-45/+45
* [lldb][tests] Cleanup '.categories'Tatyana Krasnukha2020-01-106-5/+1
* [lldb][test] NFC, re-use _getTestPath() functionTatyana Krasnukha2020-01-101-21/+14
* [lldb][tests] Take into account all parent's categories when traverse folders...Tatyana Krasnukha2020-01-102-12/+13
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-103-0/+25
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-0/+160
* [lldb] Fix that TestNoSuchArch.py was passing for the wrong reasonRaphael Isemann2020-01-091-2/+2
* Change the patterns to include the prefix '= ' so we don't pass errantly.Jason Molenda2020-01-061-5/+5
* [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/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-041-20/+25
* Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani2020-01-031-50/+0
* [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-031-0/+50
* [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann2020-01-023-4/+4
* tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool2020-01-015-4/+12
* [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][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
* test: ensure that we dead-strip in the linkerSaleem Abdulrasool2019-12-241-0/+1
* test: correct flags for WindowsSaleem Abdulrasool2019-12-231-0/+2
* [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.Jonas Devlieghere2019-12-205-0/+8
* [lldb/pexpect] Force-set the TERM environment variablePavel Labath2019-12-201-1/+7
* [lldb] Added test for objc_direct calls with categoriesRaphael Isemann2019-12-201-0/+13
* [lldb] Remove XFAIL from TestDeadStrip.pyPavel Labath2019-12-201-2/+0
* [ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...shafik2019-12-193-1/+44
* Add prototype for a function we call.Jason Molenda2019-12-181-0/+2
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-1712-145/+0
* [lldb-vscode] Centrally skip debug info variants for vscode testsPavel Labath2019-12-1710-25/+2
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-173-0/+88
* Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham2019-12-164-0/+6
OpenPOWER on IntegriCloud