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: [patch]remove whitespace in frame.c


On 2013-2-16 12:57, Yao Qi wrote:
On 02/15/2013 11:05 PM, asmwarrior wrote:
diff --git a/gdb/frame.c b/gdb/frame.c
index 0821b6e..4b8ab60 100644
--- a/gdb/frame.c
+++ b/gdb/frame.c
@@ -42,7 +42,7 @@
    #include "gdbthread.h"
    #include "block.h"
    #include "inline-frame.h"
-#include  "tracepoint.h"
+#include "tracepoint.h"

    static struct frame_info *get_prev_frame_1 (struct frame_info *this_frame);
    static struct frame_info *get_prev_frame_raw (struct frame_info *this_frame);

Yuanhui, Thanks for doing this.

Change like this is qualified as obvious and can be committed directly.
   However, we still need a changelog entry.


I think a simple GDB ARI rule is need to automatically detect such issue. But I don't have the ability to implement such rule.



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