Home
last modified time | relevance | path

Searched refs:target_object (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h219 enum target_object enum
240 enum target_object object,
245 enum target_object object,
251 enum target_object object,
256 enum target_object object,
421 enum target_object object, const char *annex,
H A Dtarget.c75 enum target_object object,
1081 default_xfer_partial (struct target_ops *ops, enum target_object object, in default_xfer_partial()
1128 enum target_object object, in target_read_partial()
1138 enum target_object object, in target_write_partial()
1149 enum target_object object, in target_read()
1171 enum target_object object, in target_write()
2284 debug_to_xfer_partial (struct target_ops *ops, enum target_object object, in debug_to_xfer_partial()
H A Dia64-fbsd-nat.c112 LONGEST ia64_fbsd_xfer_dirty (struct target_ops *ops, enum target_object obj, in ia64_fbsd_xfer_dirty()
H A Dbfd-target.c73 enum target_object object, in target_bfd_xfer_partial()
H A Dsparc-nat.c256 sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, in sparc_xfer_wcookie()
H A Dcorelow.c521 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
H A Dinftarg.c559 child_xfer_partial (struct target_ops *ops, enum target_object object, in child_xfer_partial()
H A Dsol-thread.c758 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object, in sol_thread_xfer_partial()
H A Dprocfs.c133 enum target_object object,
4282 procfs_xfer_partial (struct target_ops *ops, enum target_object object, in procfs_xfer_partial()
H A Dremote.c4887 remote_xfer_partial (struct target_ops *ops, enum target_object object, in remote_xfer_partial()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp422 llvm::Value *target_object; in InstrumentInstruction() local
428 target_object = call_inst->getArgOperand(0); in InstrumentInstruction()
432 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
441 assert(target_object); in InstrumentInstruction()
447 new BitCastInst(target_object, GetI8PtrTy(), "", inst); in InstrumentInstruction()
/freebsd-12.1/contrib/gdb/gdb/config/ia64/
H A Dnm-fbsd.h21 extern LONGEST ia64_fbsd_xfer_dirty(struct target_ops *, enum target_object,
/freebsd-12.1/contrib/gdb/gdb/config/sparc/
H A Dnm-nbsd.h37 enum target_object object,
/freebsd-12.1/contrib/gdb/
H A DFREEBSD-diffs127 +LONGEST ia64_fbsd_xfer_dirty (struct target_ops *ops, enum target_object obj,
885 +extern LONGEST ia64_fbsd_xfer_dirty(struct target_ops *, enum target_object,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp385 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local
387 if (target_object) { in ParsePythonTargetDefinition()
388 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()