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

  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 436 /* There must be at least one more arg: a bpnum. */
440 int bpnum = atoi (argv[oind]); local
451 set_breakpoint_condition (bpnum, expr.c_str (), 0 /* from_tty */,
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 433 /* There must be at least one more arg: a bpnum. */
437 int bpnum = atoi (argv[oind]); local
448 set_breakpoint_condition (bpnum, expr.c_str (), 0 /* from_tty */,

Completed in 16 milliseconds