llvm-project/lldb/test/python_api
Enrico Granata c5bc412cf6 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available.
A new setting enable-synthetic-value is provided on the target to disable this behavior.
There also is a new GetNonSyntheticValue() API call on SBValue to go back from synthetic to non-synthetic. There is no call to go from non-synthetic to synthetic.
The test suite has been changed accordingly.
Fallout from changes to type searching: an hack has to be played to make it possible to use maps that contain std::string due to the special name replacement operated by clang
Fixing a test case that was using libstdcpp instead of libc++ - caught as a consequence of said changes to type searching

llvm-svn: 153495
2012-03-27 02:35:13 +00:00
..
debugger rdar://problem/10216227 2011-12-23 00:53:45 +00:00
default-constructor Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
disassemble-raw-data Add test case associated with: 2012-03-15 18:23:59 +00:00
event A more succinct assertTrue. 2011-07-20 00:14:20 +00:00
formatters Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. 2012-03-27 02:35:13 +00:00
frame rdar://problem/10976649 2012-03-05 19:53:24 +00:00
function_symbol Added to the public API to allow symbolication: 2011-09-24 00:52:29 +00:00
hello_world Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. 2012-01-18 21:22:38 +00:00
interpreter Work in progress for: 2011-12-19 21:36:23 +00:00
lldbutil Make the assignment of TestBase.mydir more portable. 2011-09-27 21:49:34 +00:00
module_section Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. 2012-03-16 21:55:42 +00:00
process rdar://problem/10492827 2012-01-12 00:29:46 +00:00
sbdata added a new formatter for CF(Mutable)BitVector 2012-03-03 00:45:57 +00:00
symbol-context Convert all python objects in our API to use overload the __str__ method 2012-02-04 02:27:34 +00:00
target Removed all of the "#ifndef SWIG" from the SB header files since we are using 2012-02-06 01:44:54 +00:00
thread Fix Python docstring for SBThread.GetStopDescription(). 2011-12-19 19:38:09 +00:00
type http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None 2011-12-14 01:43:31 +00:00
value Work in progress for: 2011-12-20 01:52:44 +00:00
watchpoint Fix wrong test method name. 2011-12-21 19:56:51 +00:00