Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case...
authorKarthik Bhat <kvbhat@sourceware.org>
Wed, 21 Nov 2012 08:02:13 +0000 (08:02 +0000)
committerKarthik Bhat <kvbhat@sourceware.org>
Wed, 21 Nov 2012 08:02:13 +0000 (08:02 +0000)
gdb/ChangeLog

index 7f0d3e2..138e0df 100644 (file)
@@ -1,3 +1,9 @@
+2012-11-21  Karthik Bhat  <kv.bhat@samsung.com>
+
+       * 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  <yao@codesourcery.com>
 
        PR tdep/7438