stoyan-shopov / turbo

A minimalistic frontend to the gdb debugger
MIT License
4 stars 0 forks source link

Improve handling of multiple symbols with the same name #3

Open stoyan-shopov opened 3 years ago

stoyan-shopov commented 3 years ago

In some cases (e.g., requesting disassembling), it is possible that if there are multiple symbols with the same name, the behavior of the frontend is incorrect. As an absolute minimum, the user should be warned about such cases.