Replace printf with result.Printf, so that the plugin shows its output with any confi...
authorEnrico Granata <egranata@apple.com>
Tue, 30 Oct 2012 18:01:15 +0000 (18:01 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 30 Oct 2012 18:01:15 +0000 (18:01 +0000)
commit4fb310e88369385c7840e8de7a648c11897d6b54
treea07760d42d286f37cdc03e3d3d92886e3075a67e
parent10e0e2ec49c952b9b060731b6bedb68db70038a0
Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode)

llvm-svn: 167030
lldb/examples/plugins/commands/fooplugin.cpp