[Lldb-commits] [PATCH] D79120: [lldb/API] Add RunCommandInterpreter overload that returns SBCommandInterpreterRunResults (NFC)

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 29 17:50:19 PDT 2020


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Yeah, anytime you see API calls that have many arguments it is a good idea to switch to this kind of API as adding accessors doesn't require us to change the API. We did this with SBTarget::Attach() and SBTarget::Launch() after having many variants of these functions...


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79120/new/

https://reviews.llvm.org/D79120





More information about the lldb-commits mailing list