From: Karthik Bhat Date: Wed, 21 Nov 2012 08:02:13 +0000 (+0000) Subject: Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1d27f1c6ca63516bcf98912a3b3cbc3fe0718cd;p=binutils-gdb.git Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case of clang compiled binary commit --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f0d3e2c949..138e0df2aca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-11-21 Karthik Bhat + + * i386-tdep.c (i386_skip_prologue): See if we + can determine the end of the prologue via the symbol table. + If so use the same instead of going through prologue instructions. + 2012-11-21 Yao Qi PR tdep/7438