gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 16 Oct 2012 08:46:58 +0000 (08:46 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 16 Oct 2012 08:46:58 +0000 (08:46 +0000)
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.

gdb/ChangeLog
gdb/dwarf2loc.c

index 8e5c37cf716089f833cb2f2800632d55e71ecda7..579defdae622a9ef079644bffbb0e4c3bba1ddc2 100644 (file)
@@ -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.
index 0bdc0427af186058511ff9c58734f73926246643..cadcc17e0bdfcf7621d5327dab744cda4a341d22 100644 (file)
@@ -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);
This page took 0.037321 seconds and 4 git commands to generate.