================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
