[Lldb-commits] [lldb] [lldb] Change Module to have a concrete UnwindTable, update (PR #101130)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 13:04:32 PDT 2024


================
@@ -64,7 +64,7 @@ class UnwindTable {
 private:
   void Dump(Stream &s);
 
-  void Initialize();
+  void Initialize(bool force = false);
----------------
jimingham wrote:

This needs a comment explaining what you are forcing.

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


More information about the lldb-commits mailing list