friss added inline comments.
Comment at: lldb/include/lldb/Target/StackFrameRecognizer.h:115
std::function const
- &callback);
+ std::string module, std::vector &symbols,
+ bool regexp)> const &callback);
---
mib created this revision.
mib added reviewers: JDevlieghere, labath.
mib added a project: LLDB.
Herald added a subscriber: lldb-commits.
This patch changes the way the StackFrame Recognizers match a certain
frame.
Until now, recognizers could be registered with a function
name but also an altern
teemperor added a comment.
I think this change is slightly orthogonal to the way we are supposed to
construct types in LLDB. After the quirky bugs we had with Decl * and
DeclContext * pointers in the CompilerDeclContext, I moved all the
`Compiler*(TypeSystem *, opaque_ptr*)` constructors calls