[Lldb-commits] [lldb] WIP: Stop using replicated variable ids (PR #124232)

2025-01-24 Thread Anthony Eid via lldb-commits
https://github.com/Anthony-Eid updated https://github.com/llvm/llvm-project/pull/124232 >From e741fc75ccb6e2a725b3b26dd4c503cdea6c5fbb Mon Sep 17 00:00:00 2001 From: Anthony Eid Date: Fri, 24 Jan 2025 00:43:39 -0500 Subject: [PATCH 1/2] Stop using replicated variable ids --- lldb/tools/lldb-d

[Lldb-commits] [lldb] WIP: Stop using replicated variable ids (PR #124232)

2025-01-23 Thread Anthony Eid via lldb-commits
https://github.com/Anthony-Eid updated https://github.com/llvm/llvm-project/pull/124232 >From e741fc75ccb6e2a725b3b26dd4c503cdea6c5fbb Mon Sep 17 00:00:00 2001 From: Anthony Eid Date: Fri, 24 Jan 2025 00:43:39 -0500 Subject: [PATCH] Stop using replicated variable ids --- lldb/tools/lldb-dap/D

[Lldb-commits] [lldb] WIP: Stop using replicated variable ids (PR #124232)

2025-01-23 Thread Anthony Eid via lldb-commits
https://github.com/Anthony-Eid created https://github.com/llvm/llvm-project/pull/124232 Closes #119784 This is still a work in progress, but I've technically fixed the bug where lldb-dap would reuse variable IDs within the same stopped state. However, I found another bug that is still prohib