summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2020-01-02[lldb/Python] Remove unused imports (NFC)Jonas Devlieghere
2020-01-02[lldb/Python] Remove unused support file (NFC)Jonas Devlieghere
2020-01-03[lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani
2020-01-02[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann
2020-01-01tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool
2019-12-27[lldb] Silent random xpass on aarch64-linux buildbotMuhammad Omair Javaid
2019-12-26[lldb][test] Don't include "test_common.h" in the debug macros testTatyana Krasnukha
2019-12-26[lldb][NFC] Add "lldb-vscode" to all_categoriesTatyana Krasnukha
2019-12-26[lldb][NFC] Simplify if-returnTatyana Krasnukha
2019-12-26[lldb][tests] Platform triple can be NoneTatyana Krasnukha
2019-12-26[lldb][tests] Posix function strdup requires macro _POSIX_C_SOURCETatyana Krasnukha
2019-12-24test: ensure that we dead-strip in the linkerSaleem Abdulrasool
2019-12-23test: correct flags for WindowsSaleem Abdulrasool
2019-12-20[lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.Jonas Devlieghere
2019-12-20[lldb/pexpect] Force-set the TERM environment variablePavel Labath
2019-12-20[lldb] Added test for objc_direct calls with categoriesRaphael Isemann
2019-12-20[lldb] Remove XFAIL from TestDeadStrip.pyPavel Labath
2019-12-19[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...shafik
2019-12-18Add prototype for a function we call.Jason Molenda
2019-12-17[lldb] Remove modern-type-lookupRaphael Isemann
2019-12-17[lldb-vscode] Centrally skip debug info variants for vscode testsPavel Labath
2019-12-17[lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann
2019-12-16Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham
2019-12-16Run all threads when extending a next range over a call.Jim Ingham
2019-12-16[lldb] Use file-based synchronization in TestVSCode_attachPavel Labath
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-13LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani
2019-12-13[lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere
2019-12-13[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann
2019-12-13[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann
2019-12-13[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...Raphael Isemann
2019-12-13[lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid
2019-12-11[lldb][dotest] Add `#include <algorithm>` to libc++ detectionJordan Rupprecht
2019-12-11[lldb][dotest] Improve libc++ detectionJordan Rupprecht
2019-12-11return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda
2019-12-11update TestThreadStepOut.py to expect correct source line on arm64.Jason Molenda
2019-12-11Don't run expect based tests remotely.Jason Molenda
2019-12-10Change the mtc Makefile to check $SDKROOT value insteadJason Molenda
2019-12-10Do not cache hardcoded formats in FormatManagerAdrian Prantl
2019-12-10Skip TestGuiBasic.py on ios etc device testing.Jason Molenda
2019-12-10Skip TestMultilineCompletion.py on ios testsuite runs.Jason Molenda
2019-12-10Assert launch success in run_to_breakpoint_do_runVedant Kumar
2019-12-10[lldb] Actually enable wchar support in Editline when it is defined in the ho...Raphael Isemann
2019-12-09The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko
2019-12-09[lldb] Clean up accidentally passing TestDeadStrip.pyPavel Labath
2019-12-09[lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid
2019-12-09[lldb] Xfail TestCallOverriddenMethod.py for aarch64/linuxMuhammad Omair Javaid
2019-12-09[lldb] Add a test for how we lazily create Clang AST nodesRaphael Isemann
2019-12-06[lldb][test] Handle .categories lookup for inline tests.Jordan Rupprecht
2019-12-06[lldb/IRExecutionUnit] Stop searching based on demangled namesPavel Labath