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

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c 805 /* Implement the "dumpcore" target_ops method. */
808 nbsd_nat_target::dumpcore (const char *filename) function in class:nbsd_nat_target
target-delegates-gen.c 134 void dumpcore (const char *arg0) override;
311 void dumpcore (const char *arg0) override;
2812 target_ops::dumpcore (const char *arg0) function in class:target_ops
2814 this->beneath ()->dumpcore (arg0);
2818 dummy_target::dumpcore (const char *arg0) function in class:dummy_target
2823 debug_target::dumpcore (const char *arg0) function in class:debug_target
2825 target_debug_printf_nofunc ("-> %s->dumpcore (...)", this->beneath ()->shortname ());
2826 this->beneath ()->dumpcore (arg0);
2827 target_debug_printf_nofunc ("<- %s->dumpcore (%s)",
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c 805 /* Implement the "dumpcore" target_ops method. */
808 nbsd_nat_target::dumpcore (const char *filename) function in class:nbsd_nat_target
target-delegates-gen.c 134 void dumpcore (const char *arg0) override;
315 void dumpcore (const char *arg0) override;
2820 target_ops::dumpcore (const char *arg0) function in class:target_ops
2822 this->beneath ()->dumpcore (arg0);
2826 dummy_target::dumpcore (const char *arg0) function in class:dummy_target
2831 debug_target::dumpcore (const char *arg0) function in class:debug_target
2833 target_debug_printf_nofunc ("-> %s->dumpcore (...)", this->beneath ()->shortname ());
2834 this->beneath ()->dumpcore (arg0);
2835 target_debug_printf_nofunc ("<- %s->dumpcore (%s)",

Completed in 51 milliseconds