<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/test/alias_tests, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2011-06-26T21:24:46+00:00</updated>
<entry>
<title>Move some top level directories to reside under functionalities dir.</title>
<updated>2011-06-26T21:24:46+00:00</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2011-06-26T21:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=436975b26c599614ea0b307beda10d49415cfd97'/>
<id>urn:sha1:436975b26c599614ea0b307beda10d49415cfd97</id>
<content type='text'>
llvm-svn: 133892
</content>
</entry>
<entry>
<title>Introduced support for UnknownAnyTy, the Clang type</title>
<updated>2011-05-12T23:54:16+00:00</updated>
<author>
<name>Sean Callanan</name>
<email>scallanan@apple.com</email>
</author>
<published>2011-05-12T23:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=775022652b91213bf86fe8c93e8cd477e5374c7f'/>
<id>urn:sha1:775022652b91213bf86fe8c93e8cd477e5374c7f</id>
<content type='text'>
representing variables whose type must be inferred
from the way they are used.  Functions without debug
information now return UnknownAnyTy and must be cast.

Variables with no debug information are not yet using
UnknownAnyTy; instead they are assumed to be void*.
Support for variables of unknown type is coming (and,
in fact, some relevant support functions are included
in this commit) but will take a bit of extra effort.

The testsuite has also been updated to reflect the new
requirement that the result of printf be cast, i.e.

expr (int) printf("Hello world!")

llvm-svn: 131263
</content>
</entry>
<entry>
<title>Use '-f c' to print each element of a string as a char.</title>
<updated>2011-05-04T20:38:01+00:00</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2011-05-04T20:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=63cc1de58d0b437887ac640f357cd76cfcca968a'/>
<id>urn:sha1:63cc1de58d0b437887ac640f357cd76cfcca968a</id>
<content type='text'>
llvm-svn: 130865
</content>
</entry>
<entry>
<title>Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py</title>
<updated>2011-04-21T22:50:23+00:00</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2011-04-21T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9ee96e7b40ab4242233e6eb2db8dcf6feaaff69a'/>
<id>urn:sha1:9ee96e7b40ab4242233e6eb2db8dcf6feaaff69a</id>
<content type='text'>
and TestAliases.py.  Pass the keyword argument 'check=False' to:

    self.runCmd("script my.date()", check=False)

since we want to restore sys.stdout no matter what the outcome of the runCmd is.

llvm-svn: 129949
</content>
</entry>
<entry>
<title>Fixed some more 'commands' to 'command' change.</title>
<updated>2011-04-21T00:39:18+00:00</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2011-04-21T00:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b89982d6961b28c23d06cd18c160008b3e7c76cb'/>
<id>urn:sha1:b89982d6961b28c23d06cd18c160008b3e7c76cb</id>
<content type='text'>
llvm-svn: 129897
</content>
</entry>
<entry>
<title>Use self.TraceOn() API.</title>
<updated>2011-04-20T22:59:01+00:00</updated>
<author>
<name>Johnny Chen</name>
<email>johnny.chen@apple.com</email>
</author>
<published>2011-04-20T22:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=951e3b56183262154e6083e88219a27fb1b1d32d'/>
<id>urn:sha1:951e3b56183262154e6083e88219a27fb1b1d32d</id>
<content type='text'>
llvm-svn: 129890
</content>
</entry>
<entry>
<title>- Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting</title>
<updated>2011-02-19T02:53:09+00:00</updated>
<author>
<name>Jim Ingham</name>
<email>jingham@apple.com</email>
</author>
<published>2011-02-19T02:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=85e8b8149243052c721c97ad97ebda82867071a4'/>
<id>urn:sha1:85e8b8149243052c721c97ad97ebda82867071a4</id>
<content type='text'>
a Stream, and then added GetOutputData &amp; GetErrorData to get the accumulated data.
- Added a StreamTee that will tee output to two provided lldb::StreamSP's.
- Made the CommandObjectReturn use this so you can Tee the results immediately to
the debuggers output file, as well as saving up the results to return when the command
is done executing.
- HandleCommands now uses this so that if you have a set of commands that continue the target
you will see the commands come out as they are processed.
- The Driver now uses this to output the command results as you go, which makes the interface
more reactive seeming.

llvm-svn: 126015
</content>
</entry>
<entry>
<title>Change "breakpoint list" command to default to brief output rather than full output.</title>
<updated>2011-02-04T22:59:41+00:00</updated>
<author>
<name>Caroline Tice</name>
<email>ctice@apple.com</email>
</author>
<published>2011-02-04T22:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=79042b3e93c5eabbaccfec4af3c3bbbe3667ea1e'/>
<id>urn:sha1:79042b3e93c5eabbaccfec4af3c3bbbe3667ea1e</id>
<content type='text'>
Modify test cases in test suite to either expect brief output or to pass -f for full
output as appropriate.

llvm-svn: 124905
</content>
</entry>
<entry>
<title>Add test for help on aliased commands.</title>
<updated>2011-01-31T19:34:56+00:00</updated>
<author>
<name>Caroline Tice</name>
<email>ctice@apple.com</email>
</author>
<published>2011-01-31T19:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5126986ffcd94e4364d7cb1bde961f193f0d7f52'/>
<id>urn:sha1:5126986ffcd94e4364d7cb1bde961f193f0d7f52</id>
<content type='text'>
llvm-svn: 124594
</content>
</entry>
<entry>
<title>Add test cases to test various aspect of the 'alias' command.</title>
<updated>2010-12-15T19:04:51+00:00</updated>
<author>
<name>Caroline Tice</name>
<email>ctice@apple.com</email>
</author>
<published>2010-12-15T19:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=739dee910d9779b7301a4416d31043f20dbd0f3c'/>
<id>urn:sha1:739dee910d9779b7301a4416d31043f20dbd0f3c</id>
<content type='text'>
llvm-svn: 121879
</content>
</entry>
</feed>
