[Lldb-commits] [lldb] Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (PR #69981)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 18:01:56 PDT 2023
================
@@ -34,7 +34,7 @@ struct CompilerContext {
}
bool operator!=(const CompilerContext &rhs) const { return !(*this == rhs); }
- void Dump() const;
+ void Dump(Stream *s) const;
----------------
bulbazord wrote:
Yes, we basically always want the stream to be a valid pointer, a reference makes more sense here.
https://github.com/llvm/llvm-project/pull/69981
More information about the lldb-commits
mailing list