[Lldb-commits] [PATCH] D48295: [WIP] Implement new ReturnMIStatus method of CMICmdBase class.
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 18 13:24:01 PDT 2018
apolyakov added a comment.
This approach is quite simple and can be used in `-exec-...`, `-target-...` and future commands.
Also, I've been thinking about another approach with having a method in CMICmdBase that takes two parameters: pointers to a functions in which user could specify needed actions. But the main problem is that we don't have a knowledge about these functions, they may have any possible signatures. I don't yet know is it possible to have a pointer to a function with variable number of arguments of unknown types.
https://reviews.llvm.org/D48295
More information about the lldb-commits
mailing list