Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Breakpoints #3

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments
Open

Save Breakpoints #3

GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice if EDB could scroll by whole instructions. This is 
unfortunately difficult because instructions are variable length on x86.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:13

@GoogleCodeExporter
Copy link
Author

would be nice if the breakpoint plugin could save its breakpoints into some 
sort of session file.

Original comment by evan.teran on 3 Oct 2012 at 3:16

  • Changed title: Save Breakpoints

@GoogleCodeExporter
Copy link
Author

(In reply to comment #0)
> would be nice if the breakpoint plugin could save its breakpoints into some
> sort of session file.

I think, all kind of stuff (breakpoints, found functions, bookmarks, program 
arguments and comments! ) have to be saved to ONE project (session) file.

Original comment by evan.teran on 3 Oct 2012 at 3:28

@GoogleCodeExporter
Copy link
Author

I would suggest something similar to ollydbg's session files:

The debugger provides access to session data that will be loaded and saved 
from/to disk.
A plugin can read the whole content (for e.g. compatibility settings with other 
plugins, or reading debugger session data like ignored exceptions) but only 
write to its own section.
On shutdown the debugger saves the whole thing (maybe zipped).

Original comment by evan.teran on 3 Oct 2012 at 3:28

@GoogleCodeExporter
Copy link
Author

Original comment by evan.teran on 3 Oct 2012 at 3:45

@GoogleCodeExporter
Copy link
Author

Original comment by evan.teran on 4 Apr 2014 at 3:43

  • Added labels: Type-Enhancement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant