HomeSort by: relevance | last modified time | path
    Searched refs:get_bookmark (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 114 gdb_byte *get_bookmark (const char *arg0, int arg1) override;
291 gdb_byte *get_bookmark (const char *arg0, int arg1) override;
2314 target_ops::get_bookmark (const char *arg0, int arg1) function in class:target_ops
2316 return this->beneath ()->get_bookmark (arg0, arg1);
2320 dummy_target::get_bookmark (const char *arg0, int arg1) function in class:dummy_target
2326 debug_target::get_bookmark (const char *arg0, int arg1) function in class:debug_target
2328 target_debug_printf_nofunc ("-> %s->get_bookmark (...)", this->beneath ()->shortname ());
2330 = this->beneath ()->get_bookmark (arg0, arg1);
2331 target_debug_printf_nofunc ("<- %s->get_bookmark (%s, %s) = %s",
record-full.c 246 gdb_byte *get_bookmark (const char *, int) override;
1856 /* "get_bookmark" method for process record and prec over core. */
1859 record_full_base_target::get_bookmark (const char *args, int from_tty) function in class:record_full_base_target
target.h 780 /* get_bookmark support method for bookmarks */
781 virtual gdb_byte *get_bookmark (const char *, int)
target.c 435 return current_inferior ()->top_target ()->get_bookmark (args, from_tty);
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 114 gdb_byte *get_bookmark (const char *arg0, int arg1) override;
295 gdb_byte *get_bookmark (const char *arg0, int arg1) override;
2322 target_ops::get_bookmark (const char *arg0, int arg1) function in class:target_ops
2324 return this->beneath ()->get_bookmark (arg0, arg1);
2328 dummy_target::get_bookmark (const char *arg0, int arg1) function in class:dummy_target
2334 debug_target::get_bookmark (const char *arg0, int arg1) function in class:debug_target
2336 target_debug_printf_nofunc ("-> %s->get_bookmark (...)", this->beneath ()->shortname ());
2338 = this->beneath ()->get_bookmark (arg0, arg1);
2339 target_debug_printf_nofunc ("<- %s->get_bookmark (%s, %s) = %s",
record-full.c 246 gdb_byte *get_bookmark (const char *, int) override;
1856 /* "get_bookmark" method for process record and prec over core. */
1859 record_full_base_target::get_bookmark (const char *args, int from_tty) function in class:record_full_base_target
target.h 780 /* get_bookmark support method for bookmarks */
781 virtual gdb_byte *get_bookmark (const char *, int)
target.c 435 return current_inferior ()->top_target ()->get_bookmark (args, from_tty);

Completed in 30 milliseconds