-
Notifications
You must be signed in to change notification settings - Fork 566
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
Comments
From [email protected] on September 22, 2011 13:04:02 xref issue #559 |
From [email protected] on August 07, 2014 07:36:12 Issue 1496 has been merged into this issue. |
From [email protected] on August 07, 2014 09:00:47 The following are the steps to fix issue #532 :
Status: Started |
From [email protected] on August 07, 2014 09:16:08 Issue 1497 has been merged into this issue. |
From [email protected] on August 07, 2014 09:16:55 Issue 1498 has been merged into this issue. |
From [email protected] on August 07, 2014 09:17:32 Issue 1499 has been merged into this issue. |
From [email protected] on August 07, 2014 09:17:47 Issue 1500 has been merged into this issue. |
From [email protected] on August 07, 2014 09:18:04 Issue 1501 has been merged into this issue. |
From [email protected] on August 07, 2014 09:18:22 Issue 1502 has been merged into this issue. |
A design doc for some of the features here: |
Initial work on this is in the project-drdbg branch: https://github.com/DynamoRIO/dynamorio/tree/project-drdbg See also some information in this thread: https://groups.google.com/forum/#!searchin/dynamorio-devs/drdbg%7Csort:date/dynamorio-devs/1wbW_S0Zbas/EkoCOgQEEwAJ |
From [email protected] 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
The text was updated successfully, but these errors were encountered: