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

Stop relying on deprecated add_setting #46

Closed Freakness109 closed 2 years ago

Freakness109 commented 2 years ago

GEF deprecated the add_setting function, so migrate to using self["setting"] = (value, description). This gets rid of warnings when starting GDB.

hugsy commented 2 years ago

Closing this PR which was fixed by 236def24240bac2e18e90be7b0e076f271d72800