[Lldb-commits] [lldb] [lldb] Fix variable access in old SBFrames after inferior function calls (PR #178823)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 2 18:04:43 PST 2026
================
@@ -89,6 +89,7 @@
#define LLDB_INVALID_PROCESS_ID 0
#define LLDB_INVALID_THREAD_ID 0
#define LLDB_INVALID_FRAME_ID UINT32_MAX
+#define LLDB_INVALID_FRAME_LIST_ID 0
----------------
medismailben wrote:
This is a typo, should be LLDB_UNWINDER_FRAME_LIST_ID, good catch!
https://github.com/llvm/llvm-project/pull/178823
More information about the lldb-commits
mailing list