[Lldb-commits] [lldb] Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (PR #69981)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 17:38:26 PDT 2023


================
@@ -64,49 +64,51 @@ bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain,
   return true;
 }
 
-void CompilerContext::Dump() const {
+void CompilerContext::Dump(Stream *s) const {
----------------
clayborg wrote:

"Stream &s"

https://github.com/llvm/llvm-project/pull/69981


More information about the lldb-commits mailing list