aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:58 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:58 +0000
commit6235cdd10c1e90d69ca7faf417e06bd5cc796f2c (patch)
tree7219ae3512006b3c000d260a17809c04615f22b6 /gdb
parent65e911f9f068d3f171c4b5e17bdbfdc3e2a23037 (diff)
downloadgdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.zip
gdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.tar.gz
gdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.tar.bz2
gdb/
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/dwarf2loc.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8e5c37c..579defd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
+
2012-10-15 Doug Evans <dje@google.com>
New option -nh: inhibit loading of ~/.gdbinit.
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c
index 0bdc042..cadcc17 100644
--- a/gdb/dwarf2loc.c
+++ b/gdb/dwarf2loc.c
@@ -989,9 +989,6 @@ dwarf_expr_reg_to_entry_parameter (struct frame_info *frame,
struct call_site_parameter *parameter = NULL;
CORE_ADDR target_addr;
- /* Skip any inlined frames, entry value call sites work between real
- functions. They do not make sense between inline functions as even PC
- does not change there. */
while (get_frame_type (frame) == INLINE_FRAME)
{
frame = get_prev_frame (frame);