[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 14:40:27 PDT 2018


apolyakov added a comment.

I got an idea how to deal with different number of parameters: what if we suggest to user to create own lambda functions(where he can specify needed actions) without parameters, but with capturing required variables by reference or by value? `auto f = [&x1, &x2...]{do some stuff}`. Looks weird, but...


https://reviews.llvm.org/D48295





More information about the lldb-commits mailing list