[Lldb-commits] [lldb] [lldb] Clear cached unwind plans when adding symbols (PR #125839)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 5 13:48:54 PST 2025


================
@@ -3494,6 +3506,7 @@ class CommandObjectTargetModulesShowUnwind : public CommandObjectParsed {
                                      // parsing options
     std::string m_str; // Holds name lookup
     lldb::addr_t m_addr = LLDB_INVALID_ADDRESS; // Holds the address to lookup
+    bool m_cached = false;
----------------
jasonmolenda wrote:

I'm fine with changing the behavior of the existing command if you'd like to.  This command is very much only used by lldb maintainers and tests.

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


More information about the lldb-commits mailing list