Searched refs:target_object (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | target.h | 219 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 D | target.c | 75 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 D | ia64-fbsd-nat.c | 112 LONGEST ia64_fbsd_xfer_dirty (struct target_ops *ops, enum target_object obj, in ia64_fbsd_xfer_dirty()
|
| H A D | bfd-target.c | 73 enum target_object object, in target_bfd_xfer_partial()
|
| H A D | sparc-nat.c | 256 sparc_xfer_wcookie (struct target_ops *ops, enum target_object object, in sparc_xfer_wcookie()
|
| H A D | corelow.c | 521 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
|
| H A D | inftarg.c | 559 child_xfer_partial (struct target_ops *ops, enum target_object object, in child_xfer_partial()
|
| H A D | sol-thread.c | 758 sol_thread_xfer_partial (struct target_ops *ops, enum target_object object, in sol_thread_xfer_partial()
|
| H A D | procfs.c | 133 enum target_object object, 4282 procfs_xfer_partial (struct target_ops *ops, enum target_object object, in procfs_xfer_partial()
|
| H A D | remote.c | 4887 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 D | IRDynamicChecks.cpp | 422 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 D | nm-fbsd.h | 21 extern LONGEST ia64_fbsd_xfer_dirty(struct target_ops *, enum target_object,
|
| /freebsd-12.1/contrib/gdb/gdb/config/sparc/ |
| H A D | nm-nbsd.h | 37 enum target_object object,
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | FREEBSD-diffs | 127 +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 D | ProcessGDBRemote.cpp | 385 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local 387 if (target_object) { in ParsePythonTargetDefinition() 388 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()
|