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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
btrace-common.h 138 struct btrace_config struct
231 btrace_target_info (ptid_t ptid, btrace_config conf)
241 btrace_config conf {};
  /src/external/gpl3/gdb/dist/gdbsupport/
btrace-common.h 138 struct btrace_config struct
231 btrace_target_info (ptid_t ptid, btrace_config conf)
241 btrace_config conf {};
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 663 struct btrace_config btrace_config {}; struct
1126 enable_btrace (thread_info *tp, const struct btrace_config *conf) override;
1136 const struct btrace_config *btrace_conf (const struct btrace_target_info *) override;
1231 void btrace_sync_conf (const btrace_config *conf);
14836 struct btrace_config *conf;
14839 conf = (struct btrace_config *) user_data;
14856 struct btrace_config *conf;
14859 conf = (struct btrace_config *) user_data;
14914 parse_xml_btrace_conf (struct btrace_config *conf, const char *xml
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
remote.c 665 struct btrace_config btrace_config {}; struct
1128 enable_btrace (thread_info *tp, const struct btrace_config *conf) override;
1138 const struct btrace_config *btrace_conf (const struct btrace_target_info *) override;
1233 void btrace_sync_conf (const btrace_config *conf);
14871 struct btrace_config *conf;
14874 conf = (struct btrace_config *) user_data;
14891 struct btrace_config *conf;
14894 conf = (struct btrace_config *) user_data;
14949 parse_xml_btrace_conf (struct btrace_config *conf, const char *xml
    [all...]

Completed in 37 milliseconds