]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Renaming of ctf (the trace format) files
authorWeimin Pan <weimin.pan@oracle.com>
Mon, 7 Oct 2019 00:16:06 +0000 (00:16 +0000)
committerWeimin Pan <weimin.pan@oracle.com>
Mon, 7 Oct 2019 01:44:45 +0000 (01:44 +0000)
gdb/ChangeLog
gdb/Makefile.in
gdb/mi/mi-main.c
gdb/tracectf.c [moved from gdb/ctf.c with 99% similarity]
gdb/tracectf.h [moved from gdb/ctf.h with 100% similarity]
gdb/tracefile.c
gdb/tracepoint.c

index 7bfcab593b812acd651f60792fa6e62c07ce96c3..7d378c88fb9ed682712ac434ecadcef840297500 100644 (file)
@@ -1,3 +1,12 @@
+2019-10-07  Weimin Pan  <weimin.pan@oracle.com>
+
+       * tracectf.h: Rename, was ctf.h.
+       * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
+       * tracefile.c: Likewise.
+       * tracepoint.c: Remove unused include ctf.h.
+       * mi/mi-main.c: Likewise.
+       * Makefile.in Replace ctf.c with tracectf.c.
+
 2019-10-06  Joel Brobecker  <brobecker@adacore.com>
 
        * version.in: Change version number to "9.0.50.DATE-git".
index 81bed9085ac32e833256df6921957466ced053fe..d9026719bba8e33cff47f9d344fb9e597a4f3d45 100644 (file)
@@ -988,7 +988,6 @@ COMMON_SFILES = \
        cp-namespace.c \
        cp-support.c \
        cp-valprint.c \
-       ctf.c \
        d-lang.c \
        d-namespace.c \
        d-valprint.c \
@@ -1124,6 +1123,7 @@ COMMON_SFILES = \
        thread-iter.c \
        tid-parse.c \
        top.c \
+       tracectf.c \
        tracefile.c \
        tracefile-tfile.c \
        tracepoint.c \
@@ -1224,7 +1224,6 @@ HFILES_NO_SRCDIR = \
        cp-abi.h \
        cp-support.h \
        csky-tdep.h \
-       ctf.h \
        d-lang.h \
        darwin-nat.h \
        dcache.h \
@@ -1398,6 +1397,7 @@ HFILES_NO_SRCDIR = \
        terminal.h \
        tid-parse.h \
        top.h \
+       tracectf.h \
        tracefile.h \
        tracepoint.h \
        trad-frame.h \
index 2ece360205666dd676b375054722486136d43b31..9a0b7f97b2089546d45f733ceb7e06faeaae9fcd 100644 (file)
@@ -46,7 +46,6 @@
 #include "osdata.h"
 #include "gdbsupport/gdb_splay_tree.h"
 #include "tracepoint.h"
-#include "ctf.h"
 #include "ada-lang.h"
 #include "linespec.h"
 #include "extension.h"
similarity index 99%
rename from gdb/ctf.c
rename to gdb/tracectf.c
index b3c3f0d7b26113dd00cd2ed5f6a837212bc35d97..758dd5681d880dc321e68914efa93dd2b922d57b 100644 (file)
--- a/gdb/ctf.c
@@ -20,7 +20,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "ctf.h"
+#include "tracectf.h"
 #include "tracepoint.h"
 #include "regcache.h"
 #include <sys/stat.h>
similarity index 100%
rename from gdb/ctf.h
rename to gdb/tracectf.h
index a92104bbf346aad128dddc7c6edbcc26acebc52f..79ba5414136a64d97cfb9db1da38bb16f72373b9 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "defs.h"
 #include "tracefile.h"
-#include "ctf.h"
+#include "tracectf.h"
 #include "exec.h"
 #include "regcache.h"
 #include "gdbsupport/byte-vector.h"
index 843341aaae17fb12cd8f0c8631cd596b560a2cb2..4db70607ef229a17f35908c055531c2e13d073f6 100644 (file)
@@ -51,7 +51,6 @@
 #include "memrange.h"
 #include "cli/cli-utils.h"
 #include "probe.h"
-#include "ctf.h"
 #include "gdbsupport/filestuff.h"
 #include "gdbsupport/rsp-low.h"
 #include "tracefile.h"