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] Submit process record and replay third time, 5/9


Hi Pedro,

According to your mail.   I fix some format errors of this patch.
1.  Change all
  if (foo)
    {
      bar ();
    }
to
  if (foo)
    bar ();
2. Make all files don't have any line exceeding 80 columns.

Do you think this patch is OK?


Thanks,
Hui

Attachment: 5-linux-record.txt
Description: Text document


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