]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-bz539590-gnu-ifunc-fix-cond.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-bz539590-gnu-ifunc-fix-cond.patch
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.085567 seconds and 3 git commands to generate.