aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-24 06:41:12 -0700
committerTom Tromey <tom@tromey.com>2019-03-06 16:04:31 -0700
commit2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9 (patch)
treea5ec7413187147ce8006d6ddaa7e56490c45c088 /gdb/ChangeLog
parentd01c5877664024043f4e5920d072c5f62fc7f89a (diff)
downloadgdb-2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9.zip
gdb-2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9.tar.gz
gdb-2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9.tar.bz2
Remove last cleanups from solib-svr4.c
This removes the last cleanups from solib-svr4.c, replacing them with uses of make_scope_exit. 2019-03-06 Tom Tromey <tom@tromey.com> * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct): Use make_scope_exit.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e7c6a18..0a3698e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-03-06 Tom Tromey <tom@tromey.com>
+ * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
+ Use make_scope_exit.
+
+2019-03-06 Tom Tromey <tom@tromey.com>
+
* solib-svr4.c (disable_probes_interface): Remove parameter.
(svr4_handle_solib_event): Use make_scope_exit.