diff options
Diffstat (limited to 'gdb/tracefile.h')
-rw-r--r-- | gdb/tracefile.h | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/gdb/tracefile.h b/gdb/tracefile.h index 9c7fdea..de7f8ea 100644 --- a/gdb/tracefile.h +++ b/gdb/tracefile.h @@ -1,5 +1,23 @@ -#ifndef TRACEFILE_H -#define TRACEFILE_H 1 +/* Tracefile declarations + Copyright (C) 2014-2025 Free Software Foundation, Inc. + + This file is part of GDB. + + 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 + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +#ifndef GDB_TRACEFILE_H +#define GDB_TRACEFILE_H #include "tracepoint.h" #include "target.h" @@ -133,4 +151,4 @@ public: extern void tracefile_fetch_registers (struct regcache *regcache, int regno); -#endif /* TRACEFILE_H */ +#endif /* GDB_TRACEFILE_H */ |