From 1b076f2540e51055a7c6a4ee8fdfc604b54fb70a Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 20 Feb 2017 08:01:04 -0500 Subject: Fix thinko on last commit On fork-child.c:trace_start_error, va_end should refer to 'ap', not 'args. This fixes it. Sorry about the breakage. gdb/ChangeLog: 2017-02-20 Sergio Durigan Junior PR gdb/16188 * fork-child.c (trace_start_error): Fix thinko. va_end should refer to 'ap', not 'args'. --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf68c7e..610755c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,10 @@ 2017-02-20 Sergio Durigan Junior + + PR gdb/16188 + * fork-child.c (trace_start_error): Fix thinko. va_end should + refer to 'ap', not 'args'. + +2017-02-20 Sergio Durigan Junior Pedro Alves PR gdb/16188 -- cgit v1.1