projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e879fc
)
Added forgotton ChangeLog for previous fix i.e. breakpoint not set properly in case...
author
Karthik Bhat
<kvbhat@sourceware.org>
Wed, 21 Nov 2012 08:02:13 +0000
(08:02 +0000)
committer
Karthik Bhat
<kvbhat@sourceware.org>
Wed, 21 Nov 2012 08:02:13 +0000
(08:02 +0000)
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7f0d3e2c9497b689b181d5002380ec11783a0b9f..138e0df2aca37a551fa813aca5b6678fbb7ed7f8 100644
(file)
--- 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