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

improve app debugging under gdb #532

Open
derekbruening opened this issue Nov 28, 2014 · 12 comments
Open

improve app debugging under gdb #532

derekbruening opened this issue Nov 28, 2014 · 12 comments

Comments

@derekbruening
Copy link
Contributor

From bruen...@google.com on August 06, 2011 21:53:22

xref issue #531 we've long talked about using gdb's remote stub API to make
it easier to use gdb to debug apps running under DR or a DR tool.
the goal is to hide the code cache and make debugging operate as it would
without DR.

using DR to extend the debugger with new capabilities is a separate topic.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=532

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on September 22, 2011 13:04:02

xref issue #559

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on August 07, 2014 07:36:12

Issue 1496 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:00:47

The following are the steps to fix issue #532 :

  • basic framework
  • safe memory read/write
  • provide machine state
  • port to windows
  • breakpoints
  • single step
  • detach
  • multi-threading
  • non-stop mode
  • xml target feature

Status: Started
Owner: mingwayz...@gmail.com
Cc: bruen...@google.com zhao...@google.com

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:16:08

Issue 1497 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:16:55

Issue 1498 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:17:32

Issue 1499 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:17:47

Issue 1500 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:18:04

Issue 1501 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From mingwayz...@gmail.com on August 07, 2014 09:18:22

Issue 1502 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

@derekbruening
Copy link
Contributor Author

@derekbruening
Copy link
Contributor Author

derekbruening commented Jan 17, 2019

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