projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861152b
)
2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
author
Pedro Alves
<palves@redhat.com>
Wed, 7 Sep 2011 10:34:15 +0000
(10:34 +0000)
committer
Pedro Alves
<palves@redhat.com>
Wed, 7 Sep 2011 10:34:15 +0000
(10:34 +0000)
* remote.c (remote_console_output): Reindent.
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 29543294de9a19228988cbe573e9adf9a120cbf9..77c6c56f2a6ec834f374fb7deec7af762f8e8d88 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
+
+ * remote.c (remote_console_output): Reindent.
+
2011-09-06 Luis Machado <lgustavo@codesourcery.com>
* frame.c (has_stack_frames): Check for currently selected
diff --git
a/gdb/remote.c
b/gdb/remote.c
index 7acbc71d79dfe1381b8971430c4b155a47f30116..1535fb61624b49f32cdef214ff32b5bcad078c47 100644
(file)
--- a/
gdb/remote.c
+++ b/
gdb/remote.c
@@
-4879,8
+4879,8
@@
remote_console_output (char *msg)
tb[1] = 0;
fputs_unfiltered (tb, gdb_stdtarg);
}
-
gdb_flush (gdb_stdtarg);
-
}
+ gdb_flush (gdb_stdtarg);
+}
typedef struct cached_reg
{