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: Re: [PATCH] Fix for incorect breakpoint set in case of clang compiled binary


Hi Tom/Mark,
Done. Took care of formatting comments. Any other inputs?

Thanks

------- Original Message -------
Sender : Tom Tromey<tromey@redhat.com>
Date : Nov 28, 2012 00:58 (GMT+09:00)
Title : Re: [PATCH] Fix for incorect breakpoint set in case of clang compiled binary

>>>>> "Karthik" == KARTHIKVENKATESH BHAT writes:

Karthik> Please find the Changes after comments -

There are some formatting issues in the patch.

Karthik> +      /* Clang always emits a line note before the prologue and another
Karthik> + one after.We trust clang to emit usable line notes  */

Two spaces after the ".".
A "." followed by 2 spaces at the end of the second sentence.

Karthik> +        return max(start_pc,post_prologue_pc);

Space before open paren and after the comma.

Tom

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