[Lldb-commits] [PATCH] D44603: [lldb] Introduce StackFrameRecognizer
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 19 10:19:27 PDT 2018
jingham added a comment.
I think ultimately we should make this presentation of variables as symmetrical with locals as we can or it's going to confuse users.
I don't think it is necessary for the first version. The first uses, I would imagine, are to make available some variables in situations where none existed before - mostly digging info out of frames with no debug info - so it's strictly better than what was there before already...
https://reviews.llvm.org/D44603
More information about the lldb-commits
mailing list