nakst / gf

A GDB frontend for Linux.
MIT License
1.82k stars 61 forks source link

deduplicate redundant entries in the Breakpoints window. #115

Closed s4my closed 1 year ago

s4my commented 1 year ago

This commit fixes the following bug: Adding the same breakpoint multiple times, adds multiple duplicate entries in the Breakpoints window. Steps to reproduce: 1- gf2 myprogram 2- issue the following command multiple times: b main 3- click on the Breakpoints window on the right you will observe the same entry multiple times shown in the Breakpoints window.