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

  /src/external/gpl3/gdb/dist/gdbserver/
tdesc.h 28 /* A target description. Inherit from tdesc_feature so that target_desc
31 struct target_desc final : tdesc_element
64 target_desc () function in struct:final
68 bool operator== (const target_desc &other) const;
70 bool operator!= (const target_desc &other) const
81 void copy_target_description (struct target_desc *dest,
82 const struct target_desc *src);
87 void init_target_desc (struct target_desc *tdesc,
94 const struct target_desc *current_target_desc (void);
98 bool tdesc_contains_feature (const target_desc *tdesc
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tdesc.h 27 /* A target description. Inherit from tdesc_feature so that target_desc
30 struct target_desc final : tdesc_element
63 target_desc () function in struct:final
67 ~target_desc ();
69 bool operator== (const target_desc &other) const;
71 bool operator!= (const target_desc &other) const
82 void copy_target_description (struct target_desc *dest,
83 const struct target_desc *src);
88 void init_target_desc (struct target_desc *tdesc,
94 const struct target_desc *current_target_desc (void)
    [all...]
tdesc.cc 23 target_desc::~target_desc ()
29 bool target_desc::operator== (const target_desc &other) const
48 void target_desc::accept (tdesc_element_visitor &v) const
61 init_target_desc (struct target_desc *tdesc,
105 return target_desc_up (new target_desc ());
111 target_desc_deleter::operator() (struct target_desc *target_desc) const
113 delete target_desc;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbarch.h 47 struct target_desc;
250 const struct target_desc *target_desc = nullptr; member in struct:gdbarch_info
target-descriptions.c 341 struct target_desc : tdesc_element
343 target_desc () function in struct:tdesc_element
346 virtual ~target_desc () = default;
348 target_desc (const target_desc &) = delete;
349 void operator= (const target_desc &) = delete;
380 bool operator== (const target_desc &other) const
403 bool operator!= (const target_desc &other) const
502 info.target_desc = tdesc_info->tdesc;
546 const target_desc *
1146 delete target_desc; local
    [all...]
gdbarch-gen.c 45 const struct target_desc * target_desc; member in struct:gdbarch
283 gdbarch->target_desc = info->target_desc;
568 "gdbarch_dump: target_desc = %s\n",
569 host_address_to_string (gdbarch->target_desc));
1445 const struct target_desc *
1451 return gdbarch->target_desc;
4394 const struct target_desc *
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.h 47 struct target_desc;
249 const struct target_desc *target_desc = nullptr; member in struct:gdbarch_info
target-descriptions.c 341 struct target_desc : tdesc_element
343 target_desc () function in struct:tdesc_element
346 virtual ~target_desc () = default;
348 target_desc (const target_desc &) = delete;
349 void operator= (const target_desc &) = delete;
380 bool operator== (const target_desc &other) const
403 bool operator!= (const target_desc &other) const
502 info.target_desc = tdesc_info->tdesc;
548 const struct target_desc *
1150 delete target_desc; local
    [all...]
gdbarch.c 45 const struct target_desc * target_desc; member in struct:gdbarch
280 gdbarch->target_desc = info->target_desc;
562 "gdbarch_dump: target_desc = %s\n",
563 host_address_to_string (gdbarch->target_desc));
1430 const struct target_desc *
1436 return gdbarch->target_desc;
4345 const struct target_desc *

Completed in 34 milliseconds