summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/options
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-107/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-1/+1
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-52/+21
* Fix comment in TestExprOptions to match change of language from ObjC to ObjC++.Dawn Perchik2015-07-281-1/+1
* Fix test suite. For now we can't disable C++ for expressions since the return...Greg Clayton2015-07-271-1/+1
* Only test ObjC expression options on Darwin.Chaoren Lin2015-07-271-44/+52
* XFAIL TestExprOptions on FreeBSD.Ed Maste2015-07-271-0/+1
* XFAIL TestExprOptions on Linux.Chaoren Lin2015-07-251-0/+1
* Specify a language to use when parsing expressions.Dawn Perchik2015-07-254-0/+131
OpenPOWER on IntegriCloud