[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

2025-03-09 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper updated https://github.com/llvm/llvm-project/pull/130503 >From bed28f5e22dd3c8c2bb3204aa41a9a71b49b63f9 Mon Sep 17 00:00:00 2001 From: Ezike Ebuka Date: Sun, 9 Mar 2025 12:46:54 + Subject: [PATCH 1/3] [lldb-dap] implement jump to cursor. --- lldb/cmake/modules/

[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

2025-03-09 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper updated https://github.com/llvm/llvm-project/pull/130503 >From bed28f5e22dd3c8c2bb3204aa41a9a71b49b63f9 Mon Sep 17 00:00:00 2001 From: Ezike Ebuka Date: Sun, 9 Mar 2025 12:46:54 + Subject: [PATCH 1/4] [lldb-dap] implement jump to cursor. --- lldb/cmake/modules/

[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

2025-03-09 Thread via lldb-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r c4ed0ad1f52a7bec7377bbaf75f812527ec739bd...6ab9291ef8a378c70ced67dc362aba424ecf56aa lldb/

[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

2025-03-09 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper created https://github.com/llvm/llvm-project/pull/130503 Fixes #109335 Depends on #130435 >From bed28f5e22dd3c8c2bb3204aa41a9a71b49b63f9 Mon Sep 17 00:00:00 2001 From: Ezike Ebuka Date: Sun, 9 Mar 2025 12:46:54 + Subject: [PATCH 1/2] [lldb-dap] implement jump

[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

2025-03-09 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Ebuka Ezike (da-viper) Changes Fixes #109335 Depends on #130435 --- Full diff: https://github.com/llvm/llvm-project/pull/130503.diff 13 Files Affected: - (modified) lldb/cmake/modules/LLDBConfig.cmake (+1-1) - (modified) lldb/packages