eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

Show which bookmarks have breakpoints #859

Closed Talndir closed 5 months ago

Talndir commented 5 months ago

New features:

It's not all done in the optimal way, but I didn't want to change too many things outside of the Bookmark plugin (the only other change I made is a function in the edb::v1 namespace that returns the current instruction pointer address).

eteran commented 5 months ago

LGTM, thanks for your contribution!