diff options
author | Enrico Granata <egranata@apple.com> | 2013-03-25 17:37:39 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-03-25 17:37:39 +0000 |
commit | ceba071330ec0004d5d44cdb0ba9728df231c223 (patch) | |
tree | e67043d513f9fe2bf568d74840f0c0e8bfbfdcf3 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 51cb2fa1c3e867eef7df91135d56d33dded0fb39 (diff) | |
download | llvm-ceba071330ec0004d5d44cdb0ba9728df231c223.zip llvm-ceba071330ec0004d5d44cdb0ba9728df231c223.tar.gz llvm-ceba071330ec0004d5d44cdb0ba9728df231c223.tar.bz2 |
- Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well.
It is replaced by a Print("str") call which is equivalent to Printf("%s","str")
- Providing file-like behavior for SBStream with appropriate extension write() and flush() calls, plus documenting that these are only meant and only exist for Python
Documenting the file-like behavior on our website
llvm-svn: 177877
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions