summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2873-10354/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2738-38/+38
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-2719-93/+3
* Remove use of octal literals.Zachary Turner2015-10-265-13/+13
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-2/+3
* Convert deprecated unittest method names.Zachary Turner2015-10-2612-42/+42
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-261-1/+1
* [lldb-mi] Fix expansion of anonymous structures and unionsDawn Perchik2015-10-242-0/+69
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-234-10/+10
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2339-30/+108
* [lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2015-10-232-8/+8
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2237-141/+68
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-212-6/+13
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-0/+45
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-073-38/+82
* [lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".Dawn Perchik2015-10-011-0/+20
* Merge dwarf and dsym testsTamas Berghammer2015-09-3013-380/+253
* Fix TestMiSymbol for gcc-4.9 test.Chaoren Lin2015-09-171-1/+1
* [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.Dawn Perchik2015-09-176-3/+121
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-1/+1
* Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala2015-09-141-2/+1
* XFAIL single_step_only_steps_one_instruction related tests on arm/aarch64Tamas Berghammer2015-09-072-0/+3
* Fix -data-evaluate-expression for array.Hafiz Abid Qadeer2015-09-072-0/+37
* Extend the XFAIL for TestMiBreakPavel Labath2015-09-071-1/+1
* [TestMiBreak] Replace expectedFlakeyLinux with an appropriate expectedFailureAllSiva Chandra2015-09-041-1/+1
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-1316-16/+16
* Disable lldb-mi tests on Windows.Zachary Turner2015-08-1316-94/+93
* Add size field to library load event (MI)Ilia K2015-08-111-4/+3
* [lldb-mi] Fix evaluation for children of created variable object.Dawn Perchik2015-07-311-0/+11
* Escape new line and tabs in the result of variable evaluation.Hafiz Abid Qadeer2015-07-311-1/+1
* Mark TestMiBreak as falkey on LinuxTamas Berghammer2015-07-301-0/+1
* Clean up test/tools/lldb-mi/variable/main.cpp after r243619Ilia K2015-07-301-1/+1
* Fix bug in expression display when determining if a pointer should be treated...Ilia K2015-07-302-0/+13
* [lldb-mi] Fix tests added in r243484 for breakpoints using file:func syntax.Dawn Perchik2015-07-291-22/+19
* [lldb-mi] XFAIL new test added in r243484.Dawn Perchik2015-07-291-0/+1
* [lldb-mi] Fix setting of breakpoints using file:func syntax.Dawn Perchik2015-07-281-1/+19
* Support escapes and quotes in string and character values.Ilia K2015-07-282-29/+29
* [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.Dawn Perchik2015-07-271-9/+13
* [lldb-mi tests] Fix typo of sensitive.Bruce Mitchener2015-07-221-4/+4
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-212-0/+24
* Xfail TestGdbRemoteAbort for Android API <= 16.Chaoren Lin2015-07-211-1/+2
* Use /proc/$$/stat instead of $PPID.Chaoren Lin2015-07-061-1/+4
* Expand result with type char* to string in -data-evaluate-expressionIlia K2015-06-252-2/+2
* Fix FIXME comments in MiBreakTestCase.test_lldbmi_break_insert_settings as su...Dawn Perchik2015-06-231-9/+6
* Adding some more flakey tests to the XFAIL listVince Harron2015-06-223-0/+4
* Enhance lldb-mi arguments test (MI)Dawn Perchik2015-06-222-10/+39
* Add negative test for target.move-to-nearest-code=off using source locationDawn Perchik2015-06-171-4/+12
* [LLDB-MI] Properly detect missing mandatory arguments to MI commandsBruce Mitchener2015-06-082-2/+5
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-062-2/+2
* Update TestGdbRemoteAbort and TestGdbRemoteSegFault to use `get_signal_number`.Chaoren Lin2015-06-062-2/+3
OpenPOWER on IntegriCloud