summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* os.path.join does not always work for paths on remote platforms.Chaoren Lin2015-05-111-1/+1
* [TestEvents] Add a 'connected' state to include remote debugging.Siva Chandra2015-05-081-10/+20
* Enable TestChangeValueAPI on LinuxPavel Labath2015-05-051-2/+1
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-2/+0
* Enabling two watchpoint tests on linuxPavel Labath2015-04-302-2/+0
* XFAILing TestPrintStackTraces on linux to stabilize the build botPavel Labath2015-04-171-6/+4
* Exception registers aren't supported outside of DarwinVince Harron2015-04-151-9/+16
* Remove gcc xfail for TestTargetWatchAddress.Chaoren Lin2015-04-141-1/+0
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-1/+1
* TestPrintStackTraces - made XFAIL more preciseVince Harron2015-03-311-1/+7
* Enabled a bunch of tests on LinuxVince Harron2015-03-312-2/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-3032-66/+64
* Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...Ilia K2015-03-261-0/+6
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-251-0/+1
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-245-5/+5
* Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron2015-03-151-1/+1
* Make TestSBFrameFindValue compatible with remote targetsTamas Berghammer2015-03-131-1/+1
* Avoid a failing test case by fixing things so the compiler generates a line t...Greg Clayton2015-03-121-2/+1
* Fix ProcessIO test failuresPavel Labath2015-03-121-4/+0
* Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_at...Oleksiy Vyalov2015-03-101-1/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-3/+1
* Improve ValueObject::GetValueDidChange test; Add a comment for itIlia K2015-03-062-1/+16
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-055-0/+8
* Applying D7950 to four near copies of the file.Chaoren Lin2015-03-022-42/+48
* Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron2015-02-281-0/+7
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-15/+22
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-6/+19
* Check-in generated test makefilesPavel Labath2015-02-051-0/+4
* Fix TestTargetAPI.py when run against remote host.Vince Harron2015-02-041-1/+9
* Fix the test to disassemble as if at address zero, not at an invalid address....Greg Clayton2015-01-271-1/+1
* Fix a number of tests on Windows.Zachary Turner2015-01-141-1/+1
* [TestEvents] Replace expectedFailureLinux with skipIfLinuxSiva Chandra2014-12-191-2/+5
* Now that AddressOf() does sane things with const results, this check is wrong...Enrico Granata2014-12-151-4/+0
* Add a test case to validate that AddressOf() and GetLoadAddress() work on a V...Enrico Granata2014-12-122-0/+43
* Disable the remaining ProcessIO test on Windows.Zachary Turner2014-12-101-1/+1
* Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.Oleksiy Vyalov2014-12-101-1/+2
* Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...Enrico Granata2014-12-092-0/+23
* Add the ability for an SBValue to create a persisted version of itself.Enrico Granata2014-12-083-0/+116
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-5/+10
* Mark 9 lldb unit tests for ubuntu as XFAIL.Siva Chandra2014-11-222-0/+3
* Add decorator for FreeBSD failureEd Maste2014-11-201-0/+1
* Add decorator for intermittently failing test on FreeBSDEd Maste2014-11-171-0/+1
* Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chan...Shawn Best2014-11-111-0/+1
* Fix a problem where ValueObjectVariable was not correctly setting its 'has va...Enrico Granata2014-11-043-0/+84
* Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton2014-11-041-4/+8
* Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton2014-11-031-1/+10
* Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton2014-11-031-1/+9
* Temporarily disable test on FreeBSD that is assertingEd Maste2014-10-291-0/+1
* Added the ability to add attributes to inlineSean Callanan2014-10-281-1/+2
* Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown.Todd Fiala2014-10-261-0/+20
OpenPOWER on IntegriCloud