nakst / gf

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

Fix crashing on expanding empty arrays #101

Closed rexim closed 1 year ago

rexim commented 1 year ago

This Pull Request fixes two problems. First one is the application crashing when trying to expand empty arrays or strictures. Second one is the app not working properly with older GDBs. All the details are in the commit messages.

Please, let me know if there are any problems with the Pull Request.

Thank you very much for making such a useful GDB frontend! :heart:

Nabushika commented 1 year ago

Closes #90