HomeSort by: relevance | last modified time | path
    Searched defs:longjmp_b (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 1484 breakpoint *longjmp_b = set_longjmp_breakpoint_for_call_dummy (); local
1485 if (longjmp_b)
1487 /* Link BPT into the chain of LONGJMP_B. */
1488 bpt->related_breakpoint = longjmp_b;
1489 while (longjmp_b->related_breakpoint != bpt->related_breakpoint)
1490 longjmp_b = longjmp_b->related_breakpoint;
1491 longjmp_b->related_breakpoint = bpt;
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 1484 breakpoint *longjmp_b = set_longjmp_breakpoint_for_call_dummy (); local
1485 if (longjmp_b)
1487 /* Link BPT into the chain of LONGJMP_B. */
1488 bpt->related_breakpoint = longjmp_b;
1489 while (longjmp_b->related_breakpoint != bpt->related_breakpoint)
1490 longjmp_b = longjmp_b->related_breakpoint;
1491 longjmp_b->related_breakpoint = bpt;

Completed in 291 milliseconds