summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix the 'tb' alias commandFrederic Riss2018-06-181-0/+25
* Fix TestExec after r334783Frederic Riss2018-06-151-8/+1
* Change TestExec.py from creating an i386+x86_64 fat binaryJason Molenda2018-06-155-90/+87
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-11/+28
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-132-1/+13
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-0/+18
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-112-0/+16
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-078-0/+21
* XFAIL TestMachCore for windows hostsPavel Labath2018-05-291-0/+1
* Typo fixes.Bruce Mitchener2018-05-295-7/+7
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-222-2/+0
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-181-2/+4
* [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489Stella Stamenova2018-05-171-0/+1
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-142-6/+16
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-091-10/+10
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-0/+3
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-022-9/+68
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-6/+6
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-182-0/+33
* Report more precise error message when attach failsPavel Labath2018-04-182-0/+36
* [Statistics] Relax the test output a little bit.Davide Italiano2018-04-161-4/+4
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-163-0/+34
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-162-0/+23
* [Command] Implement `statistics` command.Davide Italiano2018-04-133-0/+26
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-1/+25
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-132-0/+95
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-122-95/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-122-0/+95
* Fix TestDisassembleBreakpoint broken by r328488Pavel Labath2018-03-262-33/+22
* Add and fix some tests for PPC64Pavel Labath2018-03-264-35/+30
* Add a test for setting the load address of a module with differing physical/v...Pavel Labath2018-03-261-0/+19
* Last batch of test-tree cleaning changesPavel Labath2018-03-212-47/+38
* [LLDB] Fix TestTargetXMLArch's expected archPavel Labath2018-03-201-1/+1
* Fix some tests for PPC64le architecturePavel Labath2018-03-201-2/+4
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-202-2/+63
* [test] Skip flaky TestThreadStates tests on DarwinVedant Kumar2018-03-191-3/+3
* Skip TestThreadSpecificBpPlusCondition on Darwin due to timeoutsVedant Kumar2018-03-161-0/+1
* [dotest] Clean up test folder clean-upPavel Labath2018-03-163-5/+1
* Fix TestProcessLaunch breakage on MacOSPavel Labath2018-03-151-1/+1
* Next batch of test-tree-cleaning changesPavel Labath2018-03-152-68/+25
* @skipUnlessDarwin TestTargetSourceMapPavel Labath2018-03-151-0/+1
* Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2018-03-152-0/+437
* [test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere2018-03-141-0/+1
* Update selected thread after loading mach coreJonas Devlieghere2018-03-143-0/+966
* Skip TestWatchedVarHitWhenInScope.py everywherePavel Labath2018-03-141-3/+1
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-132-3/+3
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-0/+8
* Make TestCompletion work on windowsPavel Labath2018-03-091-58/+0
* Move option parsing out of the Args classPavel Labath2018-03-091-26/+21
OpenPOWER on IntegriCloud