[Lldb-commits] [lldb] [lldb-dap] persistent assembly breakpoints	(PR #148061)
    Ebuka Ezike via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Jul 15 07:01:50 PDT 2025
    
    
  
da-viper wrote:
>From the issue, we can have persistent assembly source breakpoint if it is set from the disassembly view. 
We only create sourceReference and virtual disassembly file if there is no source file for that frame. 
we can store the necessary information in the adapter data to recreate an instruction break-point and handle it like an instruction break-point. 
Relevant Infographic. 
<img width="3113" height="1486" alt="image" src="https://github.com/user-attachments/assets/ce8aec05-7a0e-4bec-bbd8-413d33424515" />
https://github.com/llvm/llvm-project/pull/148061
    
    
More information about the lldb-commits
mailing list