[Lldb-commits] [PATCH] D68890: remove FILE* bindings from SBInstruction.

2019-10-14 Thread Lawrence D'Anna via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe7a9115680e2: remove FILE* bindings from SBInstruction. (authored by lawrence_danna). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68890/new/ https://revie

[Lldb-commits] [PATCH] D68890: remove FILE* bindings from SBInstruction.

2019-10-11 Thread Lawrence D'Anna via Phabricator via lldb-commits
lawrence_danna created this revision. lawrence_danna added reviewers: JDevlieghere, jasonmolenda, labath. Herald added a project: LLDB. This patch replaces the FILE* python bindings for SBInstruction and SBInstructionList and replaces them with the new, safe SBFile and FileSP bindings. I also re-