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

  /src/external/gpl3/gdb.old/dist/gdb/
record-full.c 247 void goto_bookmark (const gdb_byte *, int) override;
1879 /* "goto_bookmark" method for process record and prec over core. */
1882 record_full_base_target::goto_bookmark (const gdb_byte *raw_bookmark, function in class:record_full_base_target
target-delegates-gen.c 115 void goto_bookmark (const gdb_byte *arg0, int arg1) override;
292 void goto_bookmark (const gdb_byte *arg0, int arg1) override;
2340 target_ops::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:target_ops
2342 this->beneath ()->goto_bookmark (arg0, arg1);
2346 dummy_target::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:dummy_target
2352 debug_target::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:debug_target
2354 target_debug_printf_nofunc ("-> %s->goto_bookmark (...)", this->beneath ()->shortname ());
2355 this->beneath ()->goto_bookmark (arg0, arg1);
2356 target_debug_printf_nofunc ("<- %s->goto_bookmark (%s, %s)",
  /src/external/gpl3/gdb/dist/gdb/
record-full.c 247 void goto_bookmark (const gdb_byte *, int) override;
1879 /* "goto_bookmark" method for process record and prec over core. */
1882 record_full_base_target::goto_bookmark (const gdb_byte *raw_bookmark, function in class:record_full_base_target
target-delegates-gen.c 115 void goto_bookmark (const gdb_byte *arg0, int arg1) override;
296 void goto_bookmark (const gdb_byte *arg0, int arg1) override;
2348 target_ops::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:target_ops
2350 this->beneath ()->goto_bookmark (arg0, arg1);
2354 dummy_target::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:dummy_target
2360 debug_target::goto_bookmark (const gdb_byte *arg0, int arg1) function in class:debug_target
2362 target_debug_printf_nofunc ("-> %s->goto_bookmark (...)", this->beneath ()->shortname ());
2363 this->beneath ()->goto_bookmark (arg0, arg1);
2364 target_debug_printf_nofunc ("<- %s->goto_bookmark (%s, %s)",

Completed in 25 milliseconds