summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* [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
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+1
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-063-19/+223
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-281-1/+1
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-61/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+61
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2770-344/+1
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-263-143/+0
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-232-35/+29
* Fix TestUbsanBasicFrederic Riss2018-02-231-1/+1
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-222-2/+14
* Fix TestMoveNearest on WindowsAdrian McCarthy2018-02-221-3/+2
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-211-1/+2
OpenPOWER on IntegriCloud