]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-bz539590-gnu-ifunc-fix-cond.patch
- rel 6
[packages/gdb.git] / gdb-bz539590-gnu-ifunc-fix-cond.patch
CommitLineData
51a5ef0f
PS
1--- ./gdb/breakpoint.c 2010-04-26 02:35:53.000000000 +0200
2+++ ./gdb/breakpoint.c 2010-04-26 02:33:26.000000000 +0200
3@@ -8499,6 +8499,11 @@ update_breakpoint_locations (struct brea
4 {
5 struct gdb_exception e;
6
7+ /* Temporary workaround before the non-intrusive ifunc patch gets in.
8+ exp parsing can now call inferior function invalidating
9+ EXISTING_LOCATIONS. */
10+ existing_locations = NULL;
11+
12 s = b->cond_string;
13 TRY_CATCH (e, RETURN_MASK_ERROR)
14 {
This page took 0.281429 seconds and 4 git commands to generate.