https://github.com/vogelsgesang edited
https://github.com/llvm/llvm-project/pull/113787
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/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
e146c1867e8decfd423034f63a3a863733e03f04...af45bc2e24623d7225d24a4680a28630d67d636e
lldb/
Martin =?utf-8?q?Storsjö?= ,Thomas Fransham
,davidtrevelyan
,
Andrzej =?utf-8?q?Warzyński?= ,Louis Dionne
,Alex =?utf-8?q?Rønne?= Petersen ,lntue
,Shih-Po Hung ,Peng Liu
,Peng Liu
Message-ID:
In-Reply-To:
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found iss
Martin =?utf-8?q?Storsjö?= ,Thomas Fransham
,davidtrevelyan
,
Andrzej =?utf-8?q?Warzyński?= ,Louis Dionne
,Alex =?utf-8?q?Rønne?= Petersen ,lntue
,Shih-Po Hung ,Peng Liu
,Peng Liu
Message-ID:
In-Reply-To:
https://github.com/winner245 closed
https://github.com/llvm/llvm-project/pull/113727
https://github.com/vogelsgesang created
https://github.com/llvm/llvm-project/pull/113787
This commit adds support for column breakpoints to lldb-dap.
To do so, support for `breakpointLocations` was added. To find all available
breakpoint positions, we iterate over the line table.
The `setBrea
llvmbot wrote:
@llvm/pr-subscribers-lldb
@llvm/pr-subscribers-debuginfo
Author: Adrian Vogelsgesang (vogelsgesang)
Changes
This commit adds support for column breakpoints to lldb-dap.
To do so, support for `breakpointLocations` was added. To find all available
breakpoint positions, we it
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff e146c1867e8decfd423034f63a3a863733e03f04
af45bc2e24623d7225d24a4680a28630d67d636e --e
vogelsgesang wrote:
Screen recording showing the behavior:
https://github.com/user-attachments/assets/ee5129e1-b9af-44e3-acd3-c6e9bbe65a06
https://github.com/llvm/llvm-project/pull/113787
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
htt
https://github.com/vogelsgesang updated
https://github.com/llvm/llvm-project/pull/113787
>From af45bc2e24623d7225d24a4680a28630d67d636e Mon Sep 17 00:00:00 2001
From: Adrian Vogelsgesang
Date: Sat, 26 Oct 2024 14:34:31 +
Subject: [PATCH 1/2] [lldb-dap] Support column breakpoints
This commi