diff options
author | Santhosh Kumar Ellendula <quic_sellendu@quicinc.com> | 2024-08-27 00:19:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 00:19:39 +0530 |
commit | 89c27d6b07dd03a71e5692caa4e20ab14f948921 (patch) | |
tree | 17bfe5f75db6f260cf1d6da6efd8b355b54b444e /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | e1d22512906e69846c8f6a2d29b30832b7c12b46 (diff) | |
download | llvm-89c27d6b07dd03a71e5692caa4e20ab14f948921.zip llvm-89c27d6b07dd03a71e5692caa4e20ab14f948921.tar.gz llvm-89c27d6b07dd03a71e5692caa4e20ab14f948921.tar.bz2 |
[lldb-dap] Enabling instruction breakpoint support to lldb-dap. (#105278)
Added support for "supportsInstructionBreakpoints" capability and now it
this command is triggered when we set instruction breakpoint.
We need this support as part of enabling disassembly view debugging.
Following features should work as part of this feature enablement:
1. Settings breakpoints in disassembly view: Unsetting the breakpoint is
not happening from the disassembly view. Currently we need to unset
breakpoint manually from the breakpoint List. Multiple breakpoints are
getting set for the same $
2. Step over, step into, continue in the disassembly view
The format for DisassembleRequest and DisassembleResponse at
https://raw.githubusercontent.com/microsoft/vscode/master/src/vs/workbench/contrib/debug/common/debugProtocol.d.ts
.
Ref Images:
Set instruction breakpoint in disassembly view:

After issuing continue:

---------
Co-authored-by: Santhosh Kumar Ellendula <sellendu@hu-sellendu-hyd.qualcomm.com>
Co-authored-by: Santhosh Kumar Ellendula <sellendu@hu-sellendu-lv.qualcomm.com>
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions