summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-69/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+69
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-60/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+60
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-56/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-2/+56
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-122-65/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+65
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-112-61/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-112-2/+61
* TestMTCSimple: Make Makefile portable.Frederic Riss2019-10-101-1/+6
* Remove merge marker :-)Adrian Prantl2019-10-101-4/+0
* Die, TABS, die, die, die, die...Jim Ingham2019-10-101-3/+7
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-103-1/+106
* Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl2019-10-101-1/+1
* TestMTCSimple.py: allow the test to run on Darwin embedded platformsFrederic Riss2019-10-092-13/+16
* Fix a crasher due to an assert when two files have the same UUID but differen...Greg Clayton2019-10-092-11/+50
* [test] Skip entry value test when clang < 10.0.0Vedant Kumar2019-10-091-0/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-082-64/+2
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-0810-79/+30
* test fix: TestLoadUsingPaths should use realpathLawrence D'Anna2019-10-081-1/+1
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-071-2/+6
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-072-2/+60
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-042-0/+11
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-032-6/+37
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-032-0/+21
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-013-10/+74
* [test] Make TestBasicEntryValuesX86_64 run on Linux as well as DarwinVedant Kumar2019-09-301-1/+5
* [lldb][NFC] Updating test to reflect made by D67966Shafik Yaghmour2019-09-301-1/+1
* [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...Raphael Isemann2019-09-303-0/+29
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-1/+22
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-273-0/+4
OpenPOWER on IntegriCloud