This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Reverse Debugging, 1/5


Doug Evans wrote:
On Wed, Oct 1, 2008 at 12:17 PM, Michael Snyder <msnyder@vmware.com> wrote:

This first patch of the reverse debugging sequence affects only the target_ops interface (adding several target methods and some enums and such).

Adding this patch alone does not affect gdb's behavior, and
I have run testsuites under RHEL with no change in results.

Hi.

Nit: Can all occurrences of "execdir" be replaced with
"exec_direction"?  I look at "execdir" and think "execution
directory".  [I realize often the context provides enough clues that
prevent this misinterpretation, but that's not always true.]

Sure, if no one else objects, I'm fine with it.


Any other nits with this first part of the patch? Anyone?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]