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.
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 theBreakpoints
window on the right you will observe the same entry multiple times shown in theBreakpoints
window.