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

  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.c 819 static int breakpoint_count; variable
821 /* The value of `breakpoint_count' before the last command that
823 than one breakpoint, then the difference between BREAKPOINT_COUNT
847 prev_breakpoint_count = breakpoint_count;
848 breakpoint_count = num;
861 rbreak_start_breakpoint_count = breakpoint_count;
885 return (rbreak_start_breakpoint_count == breakpoint_count
887 : breakpoint_count);
1710 if (breakpoint_count - prev_breakpoint_count > 1)
1712 breakpoint_count);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.c 826 static int breakpoint_count; variable
828 /* The value of `breakpoint_count' before the last command that
830 than one breakpoint, then the difference between BREAKPOINT_COUNT
854 prev_breakpoint_count = breakpoint_count;
855 breakpoint_count = num;
868 rbreak_start_breakpoint_count = breakpoint_count;
892 return (rbreak_start_breakpoint_count == breakpoint_count
894 : breakpoint_count);
1722 if (breakpoint_count - prev_breakpoint_count > 1)
1724 breakpoint_count);
    [all...]

Completed in 22 milliseconds