diff options
author | Tom Tromey <tromey@adacore.com> | 2021-02-12 10:25:59 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2021-02-12 10:26:43 -0700 |
commit | c054dcd552c6ef094376d820b42d0cc6ab717e43 (patch) | |
tree | 76b549183aa4a8696f3b0e92e0c3949c5560f3dc /gdbserver/ChangeLog | |
parent | c46b706620eb9b27fa06e26406ffa4f79d9292e6 (diff) | |
download | gdb-c054dcd552c6ef094376d820b42d0cc6ab717e43.zip gdb-c054dcd552c6ef094376d820b42d0cc6ab717e43.tar.gz gdb-c054dcd552c6ef094376d820b42d0cc6ab717e43.tar.bz2 |
Minor constification in gdbreplay
I noticed a spot in gdbreplay where "const" could be used.
2021-02-12 Tom Tromey <tromey@adacore.com>
* gdbreplay.cc (remote_open): Constify.
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r-- | gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index def4049..e98c439 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2021-02-12 Tom Tromey <tromey@adacore.com> + + * gdbreplay.cc (remote_open): Constify. + 2021-02-05 Paul E. Murphy <murphyp@linux.ibm.com> * Makefile.in (UNDO_GNULIB_CFLAGS): Disable |