diff options
Diffstat (limited to 'gdb/gdbserver/tracepoint.h')
-rw-r--r-- | gdb/gdbserver/tracepoint.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/tracepoint.h b/gdb/gdbserver/tracepoint.h index 7ed67dc..9560cdf 100644 --- a/gdb/gdbserver/tracepoint.h +++ b/gdb/gdbserver/tracepoint.h @@ -16,8 +16,8 @@ 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 TRACEPOINT_H -#define TRACEPOINT_H +#ifndef GDBSERVER_TRACEPOINT_H +#define GDBSERVER_TRACEPOINT_H /* Size for a small buffer to report problems from the in-process agent back to GDBserver. */ @@ -192,4 +192,4 @@ CORE_ADDR get_get_tsv_func_addr (void); function in the IPA. */ CORE_ADDR get_set_tsv_func_addr (void); -#endif /* TRACEPOINT_H */ +#endif /* GDBSERVER_TRACEPOINT_H */ |