[Lldb-commits] [lldb] Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (PR #69981)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 10:51:45 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;
----------------
adrian-prantl wrote:
Sounds good to me!
https://github.com/llvm/llvm-project/pull/69981
More information about the lldb-commits
mailing list