sakhnik / nvim-gdb

Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
723 stars 39 forks source link

Fix older gdb breakpoints parse bugs #207

Closed jxlpzqc closed 3 months ago

jxlpzqc commented 3 months ago

When encountered breakpoint in gdb output as following, parser will not consider Ena as "y".

Num     Type           Disp Enb Address            What
1       breakpoint     keep y   <MULTIPLE>         
1.1                         y   0xffff800080d90414 in __arch_counter_get_cntvct at ./arch/arm64/include/asm/arch_timer.h:204
1.2                         y   0xffff800081014f10 in __arch_counter_get_cntvct at ./arch/arm64/include/asm/arch_timer.h:204
sakhnik commented 3 months ago

Thanks for your contribution! I've run the tests locally in Linux, and they pass. Could you please merge upstream/devel or rebase on top of it to run the tests in github actions for macos and windows?

jxlpzqc commented 3 months ago

@sakhnik Thank you, I have rebased on top of upstream/devel.