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

2025-02-16 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/5] Stop using replicated variable ids --- lldb/tools/lldb-d

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

2025-02-16 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/4] Stop using replicated variable ids --- lldb/tools/lldb-d

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

2025-02-16 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/3] Stop using replicated variable ids --- lldb/tools/lldb-d

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

2025-02-16 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/3] Stop using replicated variable ids --- lldb/tools/lldb-d

[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 via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[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