diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2006-07-13 09:03:38 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2006-07-13 09:03:38 +0000 |
commit | 9af2a05463af610d6e166ba4e2831f8fbca7cfb0 (patch) | |
tree | b4135c8c56203af3d46e11eaa72cfc76d43223c1 /gdb/ChangeLog | |
parent | 24ca47234f4e886d1dff4607150549c66ead0e87 (diff) | |
download | gdb-9af2a05463af610d6e166ba4e2831f8fbca7cfb0.zip gdb-9af2a05463af610d6e166ba4e2831f8fbca7cfb0.tar.gz gdb-9af2a05463af610d6e166ba4e2831f8fbca7cfb0.tar.bz2 |
2006-07-13 Denis PILAT <denis.pilat@st.com>
* interps.c (interpreter_completer): Allocate one more item to the
'matches' list and set them all to 0 with a xcalloc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c954e95..5424058 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-07-13 Denis PILAT <denis.pilat@st.com> + + * interps.c (interpreter_completer): Allocate one more item to the + 'matches' list and set them all to 0 with a xcalloc. + 2006-07-13 Nick Roberts <nickrob@snap.net.nz> * annotate.c (annotate_frame_begin): Re-instate frame-begin |