summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-151-1/+2
* [lldb/test] Add test for CMTime data formatterJonas Devlieghere2020-01-143-0/+67
* [lldb][tests] Cleanup '.categories'Tatyana Krasnukha2020-01-101-1/+1
* 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
* tests: XFAIL/UNSUPPORTED tests on WindowsSaleem Abdulrasool2020-01-013-4/+7
* [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] Remove XFAIL from TestDeadStrip.pyPavel Labath2019-12-201-2/+0
* Add prototype for a function we call.Jason Molenda2019-12-181-0/+2
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-1712-145/+0
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-132-8/+8
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-1319-73/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-13232-244/+0
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-131-10/+0
* update TestThreadStepOut.py to expect correct source line on arm64.Jason Molenda2019-12-112-3/+3
* 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
* [lldb] Clean up accidentally passing TestDeadStrip.pyPavel Labath2019-12-092-11/+5
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-094-15/+2
* [lldb] Add a test for how we lazily create Clang AST nodesRaphael Isemann2019-12-093-0/+307
* [lldb] Update hardcoded Makefile.rules inclusions.Jordan Rupprecht2019-12-052-4/+1
* Reland "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-053-16/+60
* Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham2019-12-041-2/+18
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-0/+6
* Revert "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-032-59/+15
* [lldb] Remove all remaining tabs from TestReturnValue.pyRaphael Isemann2019-12-031-5/+5
* Fixup 6d18e53: xfail TestShowLocationDwarf5.py properlyDiana Picus2019-12-031-1/+1
* [lldb] Remove tab from TestReturnValue.pyRaphael Isemann2019-12-031-1/+1
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-032-96/+162
* [LiveDebugValues] Introduce entry values of unmodified paramsDjordje Todorovic2019-12-032-15/+59
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-037-4/+29
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-2610-10/+10
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-255-5/+0
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-259-9/+0
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-2517-20/+0
* [lldb] [test] XFAIL ASAN tests on NetBSDMichał Górny2019-11-252-0/+2
* Remove extraneous log enabling.Jason Molenda2019-11-221-1/+0
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-0/+31
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-224-16/+26
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-221-0/+35
* Handle the case where the 'g' packet doesn't get all regs.Jason Molenda2019-11-202-1/+199
* Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"Djordje Todorovic2019-11-201-1/+2
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-191-0/+9
* [lldb] [test] Mark segv-related tests XFAIL on NetBSDMichał Górny2019-11-182-0/+2
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-9/+9
* Fix TestNoGPacketSupported on linuxPavel Labath2019-11-111-2/+2
* [lldb] [test] Fix typo in TestSendSignalMichał Górny2019-11-111-1/+1
OpenPOWER on IntegriCloud