commit | 96898eb6a935533aaebbfbd085150fbf705c0ffc | [log] [tgz] |
---|---|---|
author | Lawrence D'Anna <lawrence_danna@apple.com> | Thu Oct 03 04:04:48 2019 +0000 |
committer | Lawrence D'Anna <lawrence_danna@apple.com> | Thu Oct 03 04:04:48 2019 +0000 |
tree | 810c11bdcc946df6b525a243f65b19d9c59ce9d0 | |
parent | 5750453020926ce270aee38bd5eb7f0ff3467237 [diff] |
SBDebugger::SetInputFile, SetOutputFile, etc. Summary: Add new methods to SBDebugger to set IO files as SBFiles instead of as FILE* streams. In future commits, the FILE* methods will be deprecated and these will become the primary way to set the debugger I/O streams. Reviewers: JDevlieghere, jasonmolenda, labath Reviewed By: labath Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D68181 llvm-svn: 373563