Searched refs:ignore_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb.h54 int thread, int ignore_count);
H A Dbreakpoint.h316 int ignore_count;
315 int ignore_count; member in struct:breakpoint
H A Dbreakpoint.c2877 else if (b->ignore_count > 0)
2879 b->ignore_count--;
3587 if (b->ignore_count)
3591 ui_out_field_int (uiout, "ignore", b->ignore_count);
4089 b->ignore_count = 0;
4875 int thread, int ignore_count, int from_tty,
4913 b->ignore_count = ignore_count;
4936 /* We have to copy over the ignore_count and thread as well. */
4937 b->ignore_count
4861 create_breakpoints(struct symtabs_and_lines sals, char **addr_string, struct expression **cond, char **cond_string, enum bptype type, enum bpdisp disposition, int thread, int ignore_count, int from_tty, struct breakpoint *pending_bp) argument
5078 int ignore_count = 0; local
5288 int ignore_count; member in struct:captured_breakpoint_args
5388 gdb_breakpoint(char *address, char *condition, int hardwareflag, int tempflag, int thread, int ignore_count) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-break.c77 int ignore_count = 0; local
122 ignore_count = atol (optarg);
143 thread, ignore_count);
148 thread, ignore_count);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h632 IgnoreAllWatchpoints (uint32_t ignore_count);
644 IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp878 Target::IgnoreAllWatchpoints (uint32_t ignore_count) argument
894 wp_sp->SetIgnoreCount(ignore_count);
967 Target::IgnoreWatchpointByID (lldb::watch_id_t watch_id, uint32_t ignore_count) argument
979 wp_sp->SetIgnoreCount(ignore_count);

Completed in 103 milliseconds