aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorSanthosh Kumar Ellendula <quic_sellendu@quicinc.com>2024-08-27 00:19:39 +0530
committerGitHub <noreply@github.com>2024-08-27 00:19:39 +0530
commit89c27d6b07dd03a71e5692caa4e20ab14f948921 (patch)
tree17bfe5f75db6f260cf1d6da6efd8b355b54b444e /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parente1d22512906e69846c8f6a2d29b30832b7c12b46 (diff)
downloadllvm-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: ![image](https://github.com/user-attachments/assets/833bfb34-86f4-40e2-8c20-14b638a612a2) After issuing continue: ![image](https://github.com/user-attachments/assets/884572a3-915e-422b-b8dd-d132e5c00de6) --------- 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