diff options
author | Zequan Wu <zequanwu@google.com> | 2024-02-13 16:38:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 16:38:56 -0500 |
commit | 8c56e78ec531f0e2460213c20fff869b6b7add99 (patch) | |
tree | 00b2d9f07bc58fa97153403ec5761069d69165f3 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 99c5a66c62ae6b818fcc62a4d9c936ba9d82bdce (diff) | |
download | llvm-8c56e78ec531f0e2460213c20fff869b6b7add99.zip llvm-8c56e78ec531f0e2460213c20fff869b6b7add99.tar.gz llvm-8c56e78ec531f0e2460213c20fff869b6b7add99.tar.bz2 |
[lldb-dap] Add support for data breakpoint. (#81541)
This implements functionality to handle `DataBreakpointInfo` request and
`SetDataBreakpoints` request.
If variablesReference is 0 or not provided, interpret name as ${number
of bytes}@${expression} to set data breakpoint at the given expression
because the spec
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_DataBreakpointInfo
doesn't say how the client could specify the number of bytes to watch.
This is based on top of https://github.com/llvm/llvm-project/pull/80753.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions