Accepting request 47227 from devel:gcc
Copy from devel:gcc/gdb based on submit request 47227 from user rguenther OBS-URL: https://build.opensuse.org/request/show/47227 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdb?expand=0&rev=80
This commit is contained in:
committed by
Git OBS Bridge
parent
b4862b49df
commit
c968dfad28
@@ -1,8 +1,8 @@
|
||||
Index: gdb-7.0.50.20100115/gdb/breakpoint.c
|
||||
Index: gdb-7.1.90.20100711/gdb/breakpoint.c
|
||||
===================================================================
|
||||
--- gdb-7.0.50.20100115.orig/gdb/breakpoint.c 2010-01-15 21:35:16.000000000 +0100
|
||||
+++ gdb-7.0.50.20100115/gdb/breakpoint.c 2010-01-15 21:51:20.000000000 +0100
|
||||
@@ -9167,6 +9167,49 @@ update_breakpoint_locations (struct brea
|
||||
--- gdb-7.1.90.20100711.orig/gdb/breakpoint.c 2010-07-12 23:07:33.000000000 +0200
|
||||
+++ gdb-7.1.90.20100711/gdb/breakpoint.c 2010-07-13 00:38:04.000000000 +0200
|
||||
@@ -10159,6 +10159,50 @@ update_breakpoint_locations (struct brea
|
||||
update_global_location_list (1);
|
||||
}
|
||||
|
||||
@@ -49,26 +49,27 @@ Index: gdb-7.0.50.20100115/gdb/breakpoint.c
|
||||
+ qsort (bp_location, bp_location_count, sizeof (*bp_location),
|
||||
+ bp_location_compare);
|
||||
+}
|
||||
|
||||
+
|
||||
/* Reset a breakpoint given it's struct breakpoint * BINT.
|
||||
The value we return ends up being the return value from catch_errors.
|
||||
Index: gdb-7.0.50.20100115/gdb/breakpoint.h
|
||||
Unused in this case. */
|
||||
Index: gdb-7.1.90.20100711/gdb/breakpoint.h
|
||||
===================================================================
|
||||
--- gdb-7.0.50.20100115.orig/gdb/breakpoint.h 2010-01-15 21:35:13.000000000 +0100
|
||||
+++ gdb-7.0.50.20100115/gdb/breakpoint.h 2010-01-15 21:50:12.000000000 +0100
|
||||
@@ -1015,4 +1015,7 @@ extern struct breakpoint *get_tracepoint
|
||||
is newly allocated; the caller should free when done with it. */
|
||||
extern VEC(breakpoint_p) *all_tracepoints (void);
|
||||
--- gdb-7.1.90.20100711.orig/gdb/breakpoint.h 2010-07-12 23:07:33.000000000 +0200
|
||||
+++ gdb-7.1.90.20100711/gdb/breakpoint.h 2010-07-13 00:37:34.000000000 +0200
|
||||
@@ -1088,4 +1088,7 @@ extern void check_tracepoint_command (ch
|
||||
extern void start_rbreak_breakpoints (void);
|
||||
extern void end_rbreak_breakpoints (void);
|
||||
|
||||
+extern void breakpoints_relocate (struct objfile *objfile,
|
||||
+ struct section_offsets *delta);
|
||||
+
|
||||
#endif /* !defined (BREAKPOINT_H) */
|
||||
Index: gdb-7.0.50.20100115/gdb/objfiles.c
|
||||
Index: gdb-7.1.90.20100711/gdb/objfiles.c
|
||||
===================================================================
|
||||
--- gdb-7.0.50.20100115.orig/gdb/objfiles.c 2010-01-15 21:35:13.000000000 +0100
|
||||
+++ gdb-7.0.50.20100115/gdb/objfiles.c 2010-01-15 21:50:45.000000000 +0100
|
||||
@@ -856,6 +856,11 @@ objfile_relocate1 (struct objfile *objfi
|
||||
--- gdb-7.1.90.20100711.orig/gdb/objfiles.c 2010-05-16 02:46:46.000000000 +0200
|
||||
+++ gdb-7.1.90.20100711/gdb/objfiles.c 2010-07-13 00:37:19.000000000 +0200
|
||||
@@ -834,6 +834,11 @@ objfile_relocate1 (struct objfile *objfi
|
||||
obj_section_addr (s));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user