[Lldb-commits] [PATCH] D117712: [lldb] Disconnect instrumentation from the reproducers
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 19 12:29:37 PST 2022
labath added a comment.
It seems the set of macros could be reduced. If you don't need to generate "unique identifiers" for each method, then you can stop worrying about const methods, constructors, etc. I think this could boil down to one or two macros...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117712/new/
https://reviews.llvm.org/D117712
More information about the lldb-commits
mailing list