summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
* [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
* Run all threads when extending a next range over a call.Jim Ingham2019-12-167-87/+190
* [lldb] Use file-based synchronization in TestVSCode_attachPavel Labath2019-12-162-14/+26
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-133-14/+14
* [lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere2019-12-131-1/+1
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-1355-202/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-13514-536/+0
* [lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...Raphael Isemann2019-12-131-0/+2
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-134-24/+1
* [lldb][dotest] Add `#include <algorithm>` to libc++ detectionJordan Rupprecht2019-12-111-1/+1
* [lldb][dotest] Improve libc++ detectionJordan Rupprecht2019-12-111-3/+10
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-112-1/+2
* update TestThreadStepOut.py to expect correct source line on arm64.Jason Molenda2019-12-112-3/+3
* Don't run expect based tests remotely.Jason Molenda2019-12-112-2/+2
* Change the mtc Makefile to check $SDKROOT value insteadJason Molenda2019-12-101-3/+8
* Do not cache hardcoded formats in FormatManagerAdrian Prantl2019-12-104-0/+45
* Skip TestGuiBasic.py on ios etc device testing.Jason Molenda2019-12-101-0/+1
* Skip TestMultilineCompletion.py on ios testsuite runs.Jason Molenda2019-12-101-0/+1
* Assert launch success in run_to_breakpoint_do_runVedant Kumar2019-12-101-0/+2
* [lldb] Actually enable wchar support in Editline when it is defined in the ho...Raphael Isemann2019-12-101-0/+27
* The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko2019-12-092-7/+27
OpenPOWER on IntegriCloud