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.
Differential D68181
SBDebugger::SetInputFile, SetOutputFile, etc. lawrence_danna on Sep 28 2019, 12:13 AM. Authored by
Details Add new methods to SBDebugger to set IO files as SBFiles instead of In future commits, the FILE* methods will be deprecated and these
Diff Detail
Event TimelineComment Actions Looks mostly fine to me. Just a couple of questions inline...
Comment Actions LGTM. thanks.
|