diff options
author | Karthik Bhat <kvbhat@sourceware.org> | 2012-11-21 08:02:13 +0000 |
---|---|---|
committer | Karthik Bhat <kvbhat@sourceware.org> | 2012-11-21 08:02:13 +0000 |
commit | f1d27f1c6ca63516bcf98912a3b3cbc3fe0718cd (patch) | |
tree | df7e4184773b5bdbe8ca745edbacca2e81d94813 | |
parent | 4e879fc2fd0322fb016aa80af907c052b326430a (diff) | |
download | gdb-f1d27f1c6ca63516bcf98912a3b3cbc3fe0718cd.zip gdb-f1d27f1c6ca63516bcf98912a3b3cbc3fe0718cd.tar.gz gdb-f1d27f1c6ca63516bcf98912a3b3cbc3fe0718cd.tar.bz2 |
Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case of clang compiled binary commit
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7f0d3e2..138e0df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 |