History log of /external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
d67dc54a5ca70c26cf33fde8d1ae6b8c172985ce 24-Apr-2012 Enrico Granata <egranata@apple.com> Fixing the test case so that it runs correctly on i386 as well as on x86_64

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155420 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
21b1984e161b0cadee331d32bfd721eccfdf4b1f 06-Apr-2012 Johnny Chen <johnny.chen@apple.com> Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Plus some minor cleanup of test method names.
Third and final batch is coming.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
dba1de8d585f27601162f674d30ab71d9c83ccde 27-Mar-2012 Enrico Granata <egranata@apple.com> 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


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@153495 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
d760907c1d42726fa0c8c48efa28385ed339bb94 17-Feb-2012 Enrico Granata <granata.enrico@gmail.com> Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired.
Adding new API calls to SBValue to be able to retrieve the associated formatters
Some refactoring to FormatNavigator::Get() in order to shrink its size down to more manageable terms (a future, massive, refactoring effort will still be needed)
Test cases added for the above


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150784 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py
046ef69b3190d9839f992981d8b0263715f24f58 15-Feb-2012 Enrico Granata <granata.enrico@gmail.com> adding a new test case for the SB formatters API

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/python_api/formatters/TestFormattersSBAPI.py