summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb] [test] Mark TestSendSignal XFAIL on NetBSDMichał Górny2019-11-111-0/+1
* Temporarily change the default for use-g-packet-for-reading to false,Jason Molenda2019-11-082-1/+4
* Test case to verify that lldb falls back to p/P if g is unsupportedJason Molenda2019-11-081-0/+98
* [lldb-server] Add setting to force 'g' packet useGuilherme Andrade2019-11-072-1/+85
* [LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik2019-11-062-13/+49
* Testuite: Support Asan test with remote testingFred Riss2019-11-062-8/+9
* [TestMTCSimple] Disable the test if you don't have libMTCAlex Langford2019-11-051-1/+5
* lldb/minidump: Add support for the alternate ARM64 constantPavel Labath2019-11-051-1/+1
* minidump: Rename some architecture constantsPavel Labath2019-10-302-2/+2
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-1/+1
* Modernize TestThreadStepOut.pyJim Ingham2019-10-281-43/+16
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-253-7/+102
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-182-2/+38
* Update MinidumpYAML to use minidump::Exception for exception streamJoseph Tremoulet2019-10-181-1/+4
* Add REQUIRES: x86 to more tests which need the x86 llvm target builtPavel Labath2019-10-182-0/+2
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+1
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-161-4/+36
* [Windows][NFC] Fix tests after r374528.Aleksandr Urakov2019-10-151-3/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+65
OpenPOWER on IntegriCloud