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

  /src/external/gpl3/gdb/dist/gdb/
target.h 50 struct target_ops;
242 target_xfer_partial_ftype (struct target_ops *ops,
252 raw_memory_xfer_partial (struct target_ops *ops, gdb_byte *readbuf,
272 extern LONGEST target_read (struct target_ops *ops,
302 (struct target_ops *ops, const ULONGEST offset, const LONGEST len);
319 extern LONGEST target_write (struct target_ops *ops,
331 LONGEST target_write_with_progress (struct target_ops *ops,
348 (struct target_ops *ops, enum target_object object, const char *annex);
358 (struct target_ops *ops, enum target_object object, const char *annex);
360 /* See target_ops->to_xfer_partial. *
452 struct target_ops struct in inherits:refcounted_object
    [all...]
bsd-uthread.c 42 struct bsd_uthread_target final : public target_ops struct
exec.c 64 struct exec_target final : public target_ops struct
ravenscar-thread.c 78 struct ravenscar_thread_target final : public target_ops struct
791 /* Implement the to_stopped_by_sw_breakpoint target_ops "method". */
801 /* Implement the to_stopped_by_hw_breakpoint target_ops "method". */
811 /* Implement the to_stopped_by_watchpoint target_ops "method". */
821 /* Implement the to_stopped_data_address target_ops "method". */
835 target_ops *beneath = this->beneath ();
840 /* Implement the to_core_of_thread target_ops "method". */
amd-dbgapi-target.c 240 struct amd_dbgapi_target final : public target_ops struct
target-delegates-gen.c 27 struct dummy_target : public target_ops struct
204 struct debug_target : public target_ops struct
382 target_ops::post_attach (int arg0)
403 target_ops::detach (inferior *arg0, int arg1)
425 target_ops::disconnect (const char *arg0, int arg1)
448 target_ops::resume (ptid_t arg0, int arg1, enum gdb_signal arg2)
472 target_ops::commit_resumed ()
492 target_ops::wait (ptid_t arg0, struct target_waitstatus *arg1, target_wait_flags arg2)
519 target_ops::fetch_registers (struct regcache *arg0, int arg1)
541 target_ops::store_registers (struct regcache *arg0, int arg1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target.h 50 struct target_ops;
242 target_xfer_partial_ftype (struct target_ops *ops,
252 raw_memory_xfer_partial (struct target_ops *ops, gdb_byte *readbuf,
272 extern LONGEST target_read (struct target_ops *ops,
302 (struct target_ops *ops, const ULONGEST offset, const LONGEST len);
319 extern LONGEST target_write (struct target_ops *ops,
331 LONGEST target_write_with_progress (struct target_ops *ops,
348 (struct target_ops *ops, enum target_object object, const char *annex);
358 (struct target_ops *ops, enum target_object object, const char *annex);
360 /* See target_ops->to_xfer_partial. *
452 struct target_ops struct in inherits:refcounted_object
    [all...]
bsd-uthread.c 42 struct bsd_uthread_target final : public target_ops struct
exec.c 64 struct exec_target final : public target_ops struct
ravenscar-thread.c 78 struct ravenscar_thread_target final : public target_ops struct
791 /* Implement the to_stopped_by_sw_breakpoint target_ops "method". */
801 /* Implement the to_stopped_by_hw_breakpoint target_ops "method". */
811 /* Implement the to_stopped_by_watchpoint target_ops "method". */
821 /* Implement the to_stopped_data_address target_ops "method". */
835 target_ops *beneath = this->beneath ();
840 /* Implement the to_core_of_thread target_ops "method". */
amd-dbgapi-target.c 240 struct amd_dbgapi_target final : public target_ops struct
target-delegates.c 27 struct dummy_target : public target_ops struct
204 struct debug_target : public target_ops struct
382 target_ops::post_attach (int arg0)
403 target_ops::detach (inferior *arg0, int arg1)
425 target_ops::disconnect (const char *arg0, int arg1)
448 target_ops::resume (ptid_t arg0, int arg1, enum gdb_signal arg2)
472 target_ops::commit_resumed ()
492 target_ops::wait (ptid_t arg0, struct target_waitstatus *arg1, target_wait_flags arg2)
519 target_ops::fetch_registers (struct regcache *arg0, int arg1)
541 target_ops::store_registers (struct regcache *arg0, int arg1
    [all...]

Completed in 48 milliseconds