hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
149 stars 50 forks source link

fix `current-stack-frame` command #53

Closed Dylan-Brotherston closed 2 years ago

Dylan-Brotherston commented 2 years ago

current-stack-frame passes a list to gef_print() which only takes a str This PR simply joins the list into a string first.

But current-stack-frame seems to not work with the bottom frame (usually main). It will always return the following error

[*] Cannot determine frame boundary, reason: no reason