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:
d3c18e0
)
* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
author
Mark Kettenis
<kettenis@gnu.org>
Sun, 15 Dec 2002 16:05:37 +0000
(16:05 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Sun, 15 Dec 2002 16:05:37 +0000
(16:05 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/ui-out.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 08a60a2761827dd7e181374e145df32c6863fdc1..d1fc6e065608fa967fda3d5717b3416aa255f2ae 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2002-12-15 Mark Kettenis <kettenis@gnu.org>
+
+ * ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.
+
2002-12-14 Richard Earnshaw <rearnsha@arm.com>
* arm-tdep.c (convert_from_extended): New argument to hold the
diff --git
a/gdb/ui-out.c
b/gdb/ui-out.c
index da7740f4ca66eb7229b23f412aecb723fbd39f1d..d98cf167e855f6882a3bbc5ffb19396a927f3bc1 100644
(file)
--- a/
gdb/ui-out.c
+++ b/
gdb/ui-out.c
@@
-45,7
+45,7
@@
struct ui_out_hdr
is always available. Stack/nested level 0 is reserved for the
top-level result. */
-enum { MAX_UI_OUT_LEVELS =
5
};
+enum { MAX_UI_OUT_LEVELS =
6
};
struct ui_out_level
{