aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/mi/ChangeLog6
-rw-r--r--gdb/tui/ChangeLog5
3 files changed, 13 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ff70e0a..002273b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -30,11 +30,8 @@
thread.c, top.c, tracepoint.c, ui-file.c, ui-out.c,
umax-xdep.c, utils.c, valops.c, valprint.c, values.c,
varobj.c, win32-nat.c, wince.c, xcoffread.c, cli/cli-cmds.c,
- cli/cli-decode.c, cli/cli-script.c, cli/cli-setshow.c,
- mi/mi-cmd-disas.c, mi/mi-cmd-var.c, mi/mi-console.c,
- mi/mi-main.c, mi/mi-parse.c, tui/tui-file.c, tui/tui.c,
- tui/tuiData.c, tui/tuiLayout.c: Replace occurrences of free()
- with xfree().
+ cli/cli-decode.c, cli/cli-script.c, cli/cli-setshow.c:
+ Replace occurrences of free() with xfree().
2000-12-14 J.T. Conklin <jtc@redback.com>
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog
index c3fb691..6894dc4 100644
--- a/gdb/mi/ChangeLog
+++ b/gdb/mi/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-14 Kevin Buettner <kevinb@redhat.com>
+
+ * mi/mi-cmd-disas.c, mi/mi-cmd-var.c, mi/mi-console.c,
+ mi/mi-main.c, mi/mi-parse.c: Replace occurrences of free()
+ with xfree().
+
Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* mi-main.c: Replace asprintf with xasprintf.
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 5372b01..dc1bd0e 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-14 Kevin Buettner <kevinb@redhat.com>
+
+ * tui/tui-file.c, tui/tui.c, tui/tuiData.c, tui/tuiLayout.c:
+ Replace occurrences of free() with xfree().
+
2000-06-22 Kevin Buettner <kevinb@redhat.com>
* tuiSourceWin.h: Eliminate use of PARAMS from this file.