SOURCES: gdb-6.6-buildid-locate.patch, gdb-6.6-buildid-locate-rpm.patch, gd...

tommat tommat at pld-linux.org
Wed Mar 25 12:08:50 CET 2009


Author: tommat                       Date: Wed Mar 25 11:08:50 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to fedora upstream

---- Files affected:
SOURCES:
   gdb-6.6-buildid-locate.patch (1.1 -> 1.2) , gdb-6.6-buildid-locate-rpm.patch (1.1 -> 1.2) , gdb-6.8-inlining.patch (1.1 -> 1.2) , gdb-archer.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gdb-6.6-buildid-locate.patch
diff -u SOURCES/gdb-6.6-buildid-locate.patch:1.1 SOURCES/gdb-6.6-buildid-locate.patch:1.2
--- SOURCES/gdb-6.6-buildid-locate.patch:1.1	Mon Mar 23 00:28:16 2009
+++ SOURCES/gdb-6.6-buildid-locate.patch	Wed Mar 25 12:08:40 2009
@@ -985,3 +985,22 @@
      return 0;
  }
  
+--- ./gdb/testsuite/lib/mi-support.exp	2009-03-21 21:09:09.000000000 +0100
++++ ./gdb/testsuite/lib/mi-support.exp	2009-03-22 16:37:58.000000000 +0100
+@@ -221,6 +221,16 @@ proc default_mi_gdb_start { args } {
+ 	    }
+     	}
+     }
++    # Turn off the missing warnings as the testsuite does not expect it.
++    send_gdb "190-gdb-set build-id-verbose 0\n"
++    gdb_expect 10 {
++	-re ".*190-gdb-set build-id-verbose 0\r\n190\\\^done\r\n$mi_gdb_prompt$" {
++	    verbose "Disabled the missing debug infos warnings." 2
++	}
++	timeout {
++	    warning "Could not disable the missing debug infos warnings.."
++	}
++    }
+ 
+     detect_async
+ 

================================================================
Index: SOURCES/gdb-6.6-buildid-locate-rpm.patch
diff -u SOURCES/gdb-6.6-buildid-locate-rpm.patch:1.1 SOURCES/gdb-6.6-buildid-locate-rpm.patch:1.2
--- SOURCES/gdb-6.6-buildid-locate-rpm.patch:1.1	Mon Mar 23 00:28:16 2009
+++ SOURCES/gdb-6.6-buildid-locate-rpm.patch	Wed Mar 25 12:08:40 2009
@@ -486,6 +486,17 @@
      send_gdb "set build-id-verbose 0\n"
      gdb_expect 10 {
  	-re "$gdb_prompt $" {
+--- ./gdb/testsuite/lib/mi-support.exp	2009-03-22 16:37:58.000000000 +0100
++++ ./gdb/testsuite/lib/mi-support.exp	2009-03-22 16:37:12.000000000 +0100
+@@ -221,7 +221,7 @@ proc default_mi_gdb_start { args } {
+ 	    }
+     	}
+     }
+-    # Turn off the missing warnings as the testsuite does not expect it.
++    # Turn off the missing RPMs warnings as the testsuite does not expect it.
+     send_gdb "190-gdb-set build-id-verbose 0\n"
+     gdb_expect 10 {
+ 	-re ".*190-gdb-set build-id-verbose 0\r\n190\\\^done\r\n$mi_gdb_prompt$" {
 Index: gdb-6.8.50.20090302/gdb/tui/tui-interp.c
 ===================================================================
 --- gdb-6.8.50.20090302.orig/gdb/tui/tui-interp.c	2009-03-07 17:13:33.000000000 +0100

================================================================
Index: SOURCES/gdb-6.8-inlining.patch
diff -u SOURCES/gdb-6.8-inlining.patch:1.1 SOURCES/gdb-6.8-inlining.patch:1.2
--- SOURCES/gdb-6.8-inlining.patch:1.1	Mon Mar 23 00:28:31 2009
+++ SOURCES/gdb-6.8-inlining.patch	Wed Mar 25 12:08:43 2009
@@ -5,10 +5,10 @@
 
 Removed dwarf_expr_frame_base NULL check duplicity with *-vla.patch.
 
-Index: gdb-6.8.50.20090228/gdb/NEWS
+Index: gdb-6.8.50.20090302/gdb/NEWS
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/NEWS	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/NEWS	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/NEWS	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/NEWS	2009-03-21 21:06:16.000000000 +0100
 @@ -1,6 +1,11 @@
  		What has changed in GDB?
  	     (Organized release by release)
@@ -21,10 +21,10 @@
  *** Changes since GDB 6.8
  
  * GDB now has support for multi-byte and wide character sets on the
-Index: gdb-6.8.50.20090228/gdb/block.c
+Index: gdb-6.8.50.20090302/gdb/block.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/block.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/block.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/block.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/block.c	2009-03-21 21:06:16.000000000 +0100
 @@ -47,8 +47,16 @@ contained_in (const struct block *a, con
  {
    if (!a || !b)
@@ -67,10 +67,10 @@
  /* Return the blockvector immediately containing the innermost lexical
     block containing the specified pc value and section, or 0 if there
     is none.  PBLOCK is a pointer to the block.  If PBLOCK is NULL, we
-Index: gdb-6.8.50.20090228/gdb/block.h
+Index: gdb-6.8.50.20090302/gdb/block.h
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/block.h	2009-01-03 06:57:50.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/block.h	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/block.h	2009-01-03 06:57:50.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/block.h	2009-03-21 21:06:16.000000000 +0100
 @@ -65,7 +65,7 @@ struct block
    CORE_ADDR endaddr;
  
@@ -89,10 +89,10 @@
  extern int contained_in (const struct block *, const struct block *);
  
  extern struct blockvector *blockvector_for_pc (CORE_ADDR, struct block **);
-Index: gdb-6.8.50.20090228/gdb/blockframe.c
+Index: gdb-6.8.50.20090302/gdb/blockframe.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/blockframe.c	2009-01-03 06:57:50.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/blockframe.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/blockframe.c	2009-01-03 06:57:50.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/blockframe.c	2009-03-21 21:06:16.000000000 +0100
 @@ -36,6 +36,7 @@
  #include "command.h"
  #include "gdbcmd.h"
@@ -161,10 +161,10 @@
  	return frame;
  
        frame = get_prev_frame (frame);
-Index: gdb-6.8.50.20090228/gdb/breakpoint.c
+Index: gdb-6.8.50.20090302/gdb/breakpoint.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/breakpoint.c	2009-03-02 01:04:33.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/breakpoint.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/breakpoint.c	2009-03-21 21:06:05.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/breakpoint.c	2009-03-21 21:06:16.000000000 +0100
 @@ -2641,19 +2641,21 @@ watchpoint_check (void *p)
      within_current_scope = 1;
    else
@@ -232,7 +232,7 @@
  	  select_frame (get_current_frame ());
  	  value_is_zero
  	    = catch_errors (breakpoint_cond_eval, (bl->cond),
-@@ -5162,6 +5167,11 @@ set_momentary_breakpoint (struct symtab_
+@@ -5163,6 +5168,11 @@ set_momentary_breakpoint (struct symtab_
  			  enum bptype type)
  {
    struct breakpoint *b;
@@ -244,7 +244,7 @@
    b = set_raw_breakpoint (sal, type);
    b->enable_state = bp_enabled;
    b->disposition = disp_donttouch;
-@@ -6175,7 +6185,6 @@ watch_command_1 (char *arg, int accessfl
+@@ -6203,7 +6213,6 @@ watch_command_1 (char *arg, int accessfl
    struct block *exp_valid_block;
    struct value *val, *mark, *val_chain;
    struct frame_info *frame;
@@ -252,7 +252,7 @@
    char *exp_start = NULL;
    char *exp_end = NULL;
    char *tok, *id_tok_start, *end_tok;
-@@ -6336,34 +6345,34 @@ watch_command_1 (char *arg, int accessfl
+@@ -6364,34 +6373,34 @@ watch_command_1 (char *arg, int accessfl
      bp_type = bp_watchpoint;
  
    frame = block_innermost_frame (exp_valid_block);
@@ -305,7 +305,7 @@
      }
  
    /* Now set up the breakpoint.  */
-@@ -6544,7 +6553,6 @@ until_break_command (char *arg, int from
+@@ -6572,7 +6581,6 @@ until_break_command (char *arg, int from
    struct symtabs_and_lines sals;
    struct symtab_and_line sal;
    struct frame_info *frame = get_selected_frame (NULL);
@@ -313,7 +313,7 @@
    struct breakpoint *breakpoint;
    struct breakpoint *breakpoint2 = NULL;
    struct cleanup *old_chain;
-@@ -6577,20 +6585,22 @@ until_break_command (char *arg, int from
+@@ -6605,20 +6613,22 @@ until_break_command (char *arg, int from
         we don't specify a frame at which we need to stop.  */
      breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_until);
    else
@@ -342,10 +342,10 @@
  					      bp_until);
        make_cleanup_delete_breakpoint (breakpoint2);
      }
-Index: gdb-6.8.50.20090228/gdb/buildsym.c
+Index: gdb-6.8.50.20090302/gdb/buildsym.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/buildsym.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/buildsym.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/buildsym.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/buildsym.c	2009-03-21 21:06:16.000000000 +0100
 @@ -1155,6 +1155,12 @@ end_symtab (CORE_ADDR end_addr, struct o
  	  struct symbol *sym;
  	  struct dict_iterator iter;
@@ -359,10 +359,10 @@
  	  for (sym = dict_iterator_first (BLOCK_DICT (block), &iter);
  	       sym != NULL;
  	       sym = dict_iterator_next (&iter))
-Index: gdb-6.8.50.20090228/gdb/doc/gdb.texinfo
+Index: gdb-6.8.50.20090302/gdb/doc/gdb.texinfo
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/doc/gdb.texinfo	2009-03-02 01:04:33.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/doc/gdb.texinfo	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/doc/gdb.texinfo	2009-03-21 21:06:05.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/doc/gdb.texinfo	2009-03-21 21:06:16.000000000 +0100
 @@ -137,6 +137,7 @@ software in general.  We will miss him.
  * Stack::                       Examining the stack
  * Source::                      Examining source files
@@ -404,7 +404,7 @@
  
  Older versions of the @sc{gnu} C compiler permitted a variant option
  @w{@samp{-gg}} for debugging information.  @value{GDBN} no longer supports this
-@@ -8393,6 +8379,107 @@ $1 = 1
+@@ -8406,6 +8392,107 @@ $1 = 1
  $2 = (void *) 0x8049560
  @end smallexample
  
@@ -512,10 +512,10 @@
  @node Macros
  @chapter C Preprocessor Macros
  
-Index: gdb-6.8.50.20090228/gdb/dwarf2loc.c
+Index: gdb-6.8.50.20090302/gdb/dwarf2loc.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/dwarf2loc.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/dwarf2loc.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/dwarf2loc.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/dwarf2loc.c	2009-03-21 21:06:16.000000000 +0100
 @@ -31,6 +31,7 @@
  #include "regcache.h"
  #include "objfiles.h"
@@ -536,10 +536,10 @@
  
    /* If we found a frame-relative symbol then it was certainly within
       some function associated with a frame. If we can't find the frame,
-Index: gdb-6.8.50.20090228/gdb/dwarf2read.c
+Index: gdb-6.8.50.20090302/gdb/dwarf2read.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/dwarf2read.c	2009-03-02 01:04:32.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/dwarf2read.c	2009-03-02 01:07:36.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/dwarf2read.c	2009-03-21 21:06:04.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/dwarf2read.c	2009-03-21 21:06:16.000000000 +0100
 @@ -50,6 +50,7 @@
  #include "c-lang.h"
  #include "typeprint.h"
@@ -585,7 +585,7 @@
  
    baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
  
-@@ -7526,6 +7539,9 @@ die_specification (struct die_info *die,
+@@ -7524,6 +7537,9 @@ die_specification (struct die_info *die,
  					     *spec_cu);
  
    if (spec_attr == NULL)
@@ -595,7 +595,7 @@
      return NULL;
    else
      return follow_die_ref (die, spec_attr, spec_cu);
-@@ -8209,6 +8225,7 @@ new_symbol (struct die_info *die, struct
+@@ -8207,6 +8223,7 @@ new_symbol (struct die_info *die, struct
    struct attribute *attr = NULL;
    struct attribute *attr2 = NULL;
    CORE_ADDR baseaddr;
@@ -603,7 +603,7 @@
  
    baseaddr = ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile));
  
-@@ -8259,13 +8276,17 @@ new_symbol (struct die_info *die, struct
+@@ -8257,13 +8274,17 @@ new_symbol (struct die_info *die, struct
  	SYMBOL_TYPE (sym) = type;
        else
  	SYMBOL_TYPE (sym) = die_type (die, cu);
@@ -623,7 +623,7 @@
        if (attr)
  	{
  	  int file_index = DW_UNSND (attr);
-@@ -8312,6 +8333,14 @@ new_symbol (struct die_info *die, struct
+@@ -8310,6 +8331,14 @@ new_symbol (struct die_info *die, struct
  	      add_symbol_to_list (sym, cu->list_in_scope);
  	    }
  	  break;
@@ -638,7 +638,7 @@
  	case DW_TAG_variable:
  	  /* Compilation with minimal debug info may result in variables
  	     with missing type entries. Change the misleading `void' type
-@@ -8367,7 +8396,14 @@ new_symbol (struct die_info *die, struct
+@@ -8365,7 +8394,14 @@ new_symbol (struct die_info *die, struct
  	    }
  	  break;
  	case DW_TAG_formal_parameter:
@@ -654,10 +654,10 @@
  	  attr = dwarf2_attr (die, DW_AT_location, cu);
  	  if (attr)
  	    {
-Index: gdb-6.8.50.20090228/gdb/frame-unwind.c
+Index: gdb-6.8.50.20090302/gdb/frame-unwind.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/frame-unwind.c	2009-01-03 06:57:51.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/frame-unwind.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/frame-unwind.c	2009-01-03 06:57:51.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/frame-unwind.c	2009-03-21 21:06:16.000000000 +0100
 @@ -21,6 +21,7 @@
  #include "frame.h"
  #include "frame-unwind.h"
@@ -678,10 +678,10 @@
    return table;
  }
  
-Index: gdb-6.8.50.20090228/gdb/frame.c
+Index: gdb-6.8.50.20090302/gdb/frame.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/frame.c	2009-03-02 01:01:44.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/frame.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/frame.c	2009-03-21 21:06:03.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/frame.c	2009-03-21 21:06:16.000000000 +0100
 @@ -41,8 +41,14 @@
  #include "objfiles.h"
  #include "exceptions.h"
@@ -1038,10 +1038,10 @@
  }
  
  /* Per "frame.h", return the ``address'' of the frame.  Code should
-Index: gdb-6.8.50.20090228/gdb/frame.h
+Index: gdb-6.8.50.20090302/gdb/frame.h
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/frame.h	2009-02-05 18:28:20.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/frame.h	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/frame.h	2009-02-05 18:28:20.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/frame.h	2009-03-21 21:06:16.000000000 +0100
 @@ -34,6 +34,9 @@
     frame_unwind_WHAT...(): Unwind THIS frame's WHAT from the NEXT
     frame.
@@ -1103,10 +1103,10 @@
  extern struct frame_id frame_unwind_id (struct frame_info *next_frame);
  
  /* Assuming that a frame is `normal', return its base-address, or 0 if
-Index: gdb-6.8.50.20090228/gdb/gdbthread.h
+Index: gdb-6.8.50.20090302/gdb/gdbthread.h
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/gdbthread.h	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/gdbthread.h	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/gdbthread.h	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/gdbthread.h	2009-03-21 21:06:16.000000000 +0100
 @@ -83,6 +83,13 @@ struct thread_info
       This is how we know when we step into a subroutine call, and how
       to set the frame for the breakpoint used to step out.  */
@@ -1121,10 +1121,10 @@
    int current_line;
    struct symtab *current_symtab;
  
-Index: gdb-6.8.50.20090228/gdb/infcall.c
+Index: gdb-6.8.50.20090302/gdb/infcall.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/infcall.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/infcall.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/infcall.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/infcall.c	2009-03-21 21:06:16.000000000 +0100
 @@ -898,15 +898,8 @@ The program being debugged exited while 
  
  	  if (unwind_on_signal_p)
@@ -1143,10 +1143,10 @@
  
  	      /* FIXME: Insert a bunch of wrap_here; name can be very
  		 long if it's a C++ name with arguments and stuff.  */
-Index: gdb-6.8.50.20090228/gdb/infcmd.c
+Index: gdb-6.8.50.20090302/gdb/infcmd.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/infcmd.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/infcmd.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/infcmd.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/infcmd.c	2009-03-21 21:06:16.000000000 +0100
 @@ -52,6 +52,7 @@
  #include "cli/cli-decode.h"
  #include "gdbthread.h"
@@ -1248,10 +1248,10 @@
    /* Find the function we will return from.  */
  
    function = find_pc_function (get_frame_pc (get_selected_frame (NULL)));
-Index: gdb-6.8.50.20090228/gdb/inferior.h
+Index: gdb-6.8.50.20090302/gdb/inferior.h
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/inferior.h	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/inferior.h	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/inferior.h	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/inferior.h	2009-03-21 21:06:16.000000000 +0100
 @@ -259,6 +259,9 @@ extern void error_is_running (void);
  /* Calls error_is_running if the current thread is running.  */
  extern void ensure_not_running (void);
@@ -1262,10 +1262,10 @@
  /* From infcmd.c */
  
  extern void tty_command (char *, int);
-Index: gdb-6.8.50.20090228/gdb/infrun.c
+Index: gdb-6.8.50.20090302/gdb/infrun.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/infrun.c	2009-03-02 01:04:32.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/infrun.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/infrun.c	2009-03-21 21:06:04.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/infrun.c	2009-03-21 21:06:16.000000000 +0100
 @@ -48,6 +48,7 @@
  #include "gdb_assert.h"
  #include "mi/mi-common.h"
@@ -1319,7 +1319,7 @@
  
  void handle_inferior_event (struct execution_control_state *ecs);
  
-@@ -1949,10 +1956,21 @@ fetch_inferior_event (void *client_data)
+@@ -1975,10 +1982,21 @@ fetch_inferior_event (void *client_data)
      display_gdb_prompt (0);
  }
  
@@ -1342,7 +1342,7 @@
  init_execution_control_state (struct execution_control_state *ecs)
  {
    ecs->random_signal = 0;
-@@ -1963,16 +1981,10 @@ init_execution_control_state (struct exe
+@@ -1989,16 +2007,10 @@ init_execution_control_state (struct exe
  void
  init_thread_stepping_state (struct thread_info *tss)
  {
@@ -1359,7 +1359,7 @@
  }
  
  /* Return the cached copy of the last pid/waitstatus returned by
-@@ -2186,6 +2198,22 @@ deal_with_syscall_event (struct executio
+@@ -2212,6 +2224,22 @@ deal_with_syscall_event (struct executio
      }
  }
  
@@ -1382,7 +1382,7 @@
  /* Given an execution control state that has been freshly filled in
     by an event from the inferior, figure out what it means and take
     appropriate action.  */
-@@ -2880,6 +2908,12 @@ targets should add new threads to the th
+@@ -2906,6 +2934,12 @@ targets should add new threads to the th
    ecs->random_signal = 0;
    stopped_by_random_signal = 0;
  
@@ -1395,7 +1395,7 @@
    if (ecs->event_thread->stop_signal == TARGET_SIGNAL_TRAP
        && ecs->event_thread->trap_expected
        && gdbarch_single_step_through_delay_p (current_gdbarch)
-@@ -3112,8 +3146,8 @@ process_event_stop_test:
+@@ -3138,8 +3172,8 @@ process_event_stop_test:
  	  && ecs->event_thread->stop_signal != TARGET_SIGNAL_0
  	  && (ecs->event_thread->step_range_start <= stop_pc
  	      && stop_pc < ecs->event_thread->step_range_end)
@@ -1406,7 +1406,7 @@
  	  && ecs->event_thread->step_resume_breakpoint == NULL)
  	{
  	  /* The inferior is about to take a signal that will take it
-@@ -3499,10 +3533,10 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
+@@ -3525,10 +3559,10 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
       NOTE: frame_id_eq will never report two invalid frame IDs as
       being equal, so to get into this block, both the current and
       previous frame must have valid frame IDs.  */
@@ -1420,7 +1420,7 @@
  	  || execution_direction == EXEC_REVERSE))
      {
        CORE_ADDR real_stop_pc;
-@@ -3745,6 +3779,82 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
+@@ -3771,6 +3805,82 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
        return;
      }
  
@@ -1503,7 +1503,7 @@
    if ((stop_pc == stop_pc_sal.pc)
        && (ecs->event_thread->current_line != stop_pc_sal.line
   	  || ecs->event_thread->current_symtab != stop_pc_sal.symtab))
-@@ -3770,9 +3880,7 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
+@@ -3796,9 +3906,7 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (
  
    ecs->event_thread->step_range_start = stop_pc_sal.pc;
    ecs->event_thread->step_range_end = stop_pc_sal.end;
@@ -1514,7 +1514,7 @@
  
    if (debug_infrun)
       fprintf_unfiltered (gdb_stdlog, "infrun: keep going\n");
-@@ -5024,6 +5132,7 @@ struct inferior_status
+@@ -5050,6 +5158,7 @@ struct inferior_status
    CORE_ADDR step_range_start;
    CORE_ADDR step_range_end;
    struct frame_id step_frame_id;
@@ -1522,7 +1522,7 @@
    enum step_over_calls_kind step_over_calls;
    CORE_ADDR step_resume_break_address;
    int stop_after_trap;
-@@ -5053,6 +5162,7 @@ save_inferior_status (void)
+@@ -5079,6 +5188,7 @@ save_inferior_status (void)
    inf_status->step_range_start = tp->step_range_start;
    inf_status->step_range_end = tp->step_range_end;
    inf_status->step_frame_id = tp->step_frame_id;
@@ -1530,7 +1530,7 @@
    inf_status->step_over_calls = tp->step_over_calls;
    inf_status->stop_after_trap = stop_after_trap;
    inf_status->stop_soon = inf->stop_soon;
-@@ -5106,6 +5216,7 @@ restore_inferior_status (struct inferior
+@@ -5132,6 +5242,7 @@ restore_inferior_status (struct inferior
    tp->step_range_start = inf_status->step_range_start;
    tp->step_range_end = inf_status->step_range_end;
    tp->step_frame_id = inf_status->step_frame_id;
@@ -1538,10 +1538,10 @@
    tp->step_over_calls = inf_status->step_over_calls;
    stop_after_trap = inf_status->stop_after_trap;
    inf->stop_soon = inf_status->stop_soon;
-Index: gdb-6.8.50.20090228/gdb/inline-frame.c
+Index: gdb-6.8.50.20090302/gdb/inline-frame.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdb-6.8.50.20090228/gdb/inline-frame.c	2009-03-02 01:04:45.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/inline-frame.c	2009-03-21 21:06:16.000000000 +0100
 @@ -0,0 +1,382 @@
 +/* Inline frame unwinder for GDB.
 +
@@ -1925,10 +1925,10 @@
 +
 +  return inline_count;
 +}
-Index: gdb-6.8.50.20090228/gdb/inline-frame.h
+Index: gdb-6.8.50.20090302/gdb/inline-frame.h
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdb-6.8.50.20090228/gdb/inline-frame.h	2009-03-02 01:04:45.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/inline-frame.h	2009-03-21 21:06:16.000000000 +0100
 @@ -0,0 +1,62 @@
 +/* Definitions for inline frame support.
 +
@@ -1992,10 +1992,10 @@
 +int frame_inlined_callees (struct frame_info *this_frame);
 +
 +#endif /* !defined (INLINE_FRAME_H) */
-Index: gdb-6.8.50.20090228/gdb/minsyms.c
+Index: gdb-6.8.50.20090302/gdb/minsyms.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/minsyms.c	2009-03-02 01:04:32.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/minsyms.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/minsyms.c	2009-03-21 21:06:03.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/minsyms.c	2009-03-21 21:06:16.000000000 +0100
 @@ -795,7 +795,7 @@ prim_record_minimal_symbol_and_info (con
  
    if (msym_bunch_index == BUNCH_SIZE)
@@ -2005,10 +2005,10 @@
        msym_bunch_index = 0;
        new->next = msym_bunch;
        msym_bunch = new;
-Index: gdb-6.8.50.20090228/gdb/s390-tdep.c
+Index: gdb-6.8.50.20090302/gdb/s390-tdep.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/s390-tdep.c	2009-02-22 02:02:19.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/s390-tdep.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/s390-tdep.c	2009-02-22 02:02:19.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/s390-tdep.c	2009-03-21 21:06:16.000000000 +0100
 @@ -1182,6 +1182,7 @@ s390_prologue_frame_unwind_cache (struct
    CORE_ADDR prev_sp;
    int frame_pointer;
@@ -2042,10 +2042,10 @@
  	  || get_frame_type (get_next_frame (this_frame)) != NORMAL_FRAME))
      {
        /* See the comment in s390_in_function_epilogue_p on why this is
-Index: gdb-6.8.50.20090228/gdb/stack.c
+Index: gdb-6.8.50.20090302/gdb/stack.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/stack.c	2009-03-02 01:01:15.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/stack.c	2009-03-02 01:04:45.000000000 +0100
+--- gdb-6.8.50.20090302.orig/gdb/stack.c	2009-03-21 21:06:02.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/stack.c	2009-03-21 21:06:16.000000000 +0100
 @@ -45,6 +45,7 @@
  #include "valprint.h"
  #include "gdbthread.h"
@@ -2182,7 +2182,7 @@
        if (BLOCK_FUNCTION (block))
  	break;
        block = BLOCK_SUPERBLOCK (block);
-@@ -1874,6 +1918,9 @@ return_command (char *retval_exp, int fr
+@@ -1806,6 +1850,9 @@ return_command (char *retval_exp, int fr
    thisframe = get_selected_frame ("No selected frame.");
    thisfun = get_frame_function (thisframe);
  
@@ -2192,19 +2192,19 @@
    /* Compute the return value.  If the computation triggers an error,
       let it bail.  If the return type can't be handled, set
       RETURN_VALUE to NULL, and QUERY_PREFIX to an informational
-Index: gdb-6.8.50.20090228/gdb/symtab.c
+Index: gdb-6.8.50.20090302/gdb/symtab.c
 ===================================================================
---- gdb-6.8.50.20090228.orig/gdb/symtab.c	2009-03-02 01:04:32.000000000 +0100
-+++ gdb-6.8.50.20090228/gdb/symtab.c	2009-03-02 01:06:36.000000000 +0100
-@@ -1414,11 +1414,14 @@ lookup_symbol_aux_local (const char *nam
-       sym = lookup_symbol_aux_block (name, linkage_name, block, domain);
+--- gdb-6.8.50.20090302.orig/gdb/symtab.c	2009-03-21 21:06:03.000000000 +0100
++++ gdb-6.8.50.20090302/gdb/symtab.c	2009-03-21 21:06:49.000000000 +0100
+@@ -1417,11 +1417,14 @@ lookup_symbol_aux_local (const char *nam
+       sym = lookup_symbol_aux_block (name, linkage_name, block_iterator, domain);
        if (sym != NULL)
  	return sym;
 +
 +      if (BLOCK_FUNCTION (block) != NULL && block_inlined_p (block))
 +	break;
      
-       block = BLOCK_SUPERBLOCK (block);
+       block_iterator = BLOCK_SUPERBLOCK (block_iterator);
      }
  
 -  /* We've reached the global block without finding a result.  */
@@ -2212,7 +2212,7 @@
  
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-6.6-buildid-locate.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-6.6-buildid-locate-rpm.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-6.8-inlining.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-archer.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list