diff --git a/.gitignore b/.gitignore index 3449aec..7ade25b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.d *.lo *.la +*.log +*.trs riscv-fesvr riscv-isa-sim-32 riscv-isa-sim-64 @@ -20,6 +22,7 @@ trdb benchmarks +.Tpo Makefile.in /ar-lib /mdate-sh diff --git a/benchmark/benchmarks.c b/benchmark/benchmarks.c index 26ea643..38e6095 100644 --- a/benchmark/benchmarks.c +++ b/benchmark/benchmarks.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dpi/trdb_sv.c b/dpi/trdb_sv.c index 925c5c8..095a3c8 100644 --- a/dpi/trdb_sv.c +++ b/dpi/trdb_sv.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file trdb_sv.c * @author Robert Balas (balasr@student.ethz.ch) - * @date 4 Sep 2018 * @brief Interface for the system verilog testbench */ diff --git a/dpi/trdb_sv.h b/dpi/trdb_sv.h index d1c4f2e..3d49d94 100644 --- a/dpi/trdb_sv.h +++ b/dpi/trdb_sv.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,6 @@ /** * @file trdb_sv.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 15 Sep 2018 * @brief Functions of the golden model which are called from the simulator */ diff --git a/include/disassembly.h b/include/disassembly.h index f87fcf3..e4e329f 100644 --- a/include/disassembly.h +++ b/include/disassembly.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file disassembly.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 25 Aug 2018 * @brief Collection of disassembly routines using libopcdes and libbfd */ diff --git a/include/serialize.h b/include/serialize.h index cd2bbfa..2bad1ce 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file serialize.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 25 Sep 2018 * @brief Read binary data into packets */ diff --git a/include/trace_debugger.h b/include/trace_debugger.h index a78a2ed..d7db32e 100644 --- a/include/trace_debugger.h +++ b/include/trace_debugger.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file trace_debugger.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 24 Aug 2018 * @brief Software model for the hardware trace debugger. */ diff --git a/internal/disassembly_private.h b/internal/disassembly_private.h index 127b1ec..51845ae 100644 --- a/internal/disassembly_private.h +++ b/internal/disassembly_private.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file disassembly_private.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 10 Nov 2018 * @brief Disassembly helper function used internally */ #include diff --git a/internal/trdb_private.h b/internal/trdb_private.h index dd759bb..9fa7db5 100644 --- a/internal/trdb_private.h +++ b/internal/trdb_private.h @@ -1,7 +1,7 @@ /* * trdb - Debugger Software for the PULP platform * - * Copyright (C) 2019 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file trdb_private.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 16 Jan 2019 * @brief Software model for the hardware trace debugger. */ diff --git a/internal/utils.h b/internal/utils.h index d7093fb..5a602d0 100644 --- a/internal/utils.h +++ b/internal/utils.h @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ /** * @file utils.h * @author Robert Balas (balasr@student.ethz.ch) - * @date 25 Aug 2018 * @brief Utility and logging functions/macros */ diff --git a/src/disassembly.c b/src/disassembly.c index d78f8e9..77530ee 100644 --- a/src/disassembly.c +++ b/src/disassembly.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * Copyright (C) 1990-2017 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify diff --git a/src/error.c b/src/error.c index 26b430e..f305b4f 100644 --- a/src/error.c +++ b/src/error.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/serialize.c b/src/serialize.c index 180f5b5..ce38900 100644 --- a/src/serialize.c +++ b/src/serialize.c @@ -1,7 +1,7 @@ /* * trdb - Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/trace_debugger.c b/src/trace_debugger.c index e23fb3a..0cd80f9 100644 --- a/src/trace_debugger.c +++ b/src/trace_debugger.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/trdb.c b/src/trdb.c index 318af06..f2195bb 100644 --- a/src/trdb.c +++ b/src/trdb.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils.c b/src/utils.c index 0df9e37..9ee77c4 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/tests.c b/test/tests.c index bd78664..b9f1f5e 100644 --- a/test/tests.c +++ b/test/tests.c @@ -1,7 +1,7 @@ /* * trdb - Trace Debugger Software for the PULP platform * - * Copyright (C) 2018 Robert Balas + * Copyright (C) 2024 Robert Balas * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by