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

  /src/external/gpl3/gdb/dist/gdb/
tracepoint.h 48 struct trace_state_variable struct
50 trace_state_variable (std::string &&name_, int number_) function in struct:trace_state_variable
357 extern struct trace_state_variable *find_trace_state_variable (const char *name);
358 extern struct trace_state_variable *
361 extern struct trace_state_variable *create_trace_state_variable (const char *name);
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 49 struct trace_state_variable struct
51 trace_state_variable (std::string &&name_, int number_) function in struct:trace_state_variable
358 extern struct trace_state_variable *find_trace_state_variable (const char *name);
359 extern struct trace_state_variable *
362 extern struct trace_state_variable *create_trace_state_variable (const char *name);
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 874 struct trace_state_variable struct
897 struct trace_state_variable *next;
903 static struct trace_state_variable *alloced_trace_state_variables;
906 IP_AGENT_EXPORT_VAR struct trace_state_variable *trace_state_variables;
2038 static struct trace_state_variable *
2041 struct trace_state_variable *tsv;
2060 static struct trace_state_variable *
2063 struct trace_state_variable *tsv;
2070 tsv = XNEW (struct trace_state_variable);
2097 struct trace_state_variable *tsv
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 874 struct trace_state_variable struct
897 struct trace_state_variable *next;
903 static struct trace_state_variable *alloced_trace_state_variables;
906 IP_AGENT_EXPORT_VAR struct trace_state_variable *trace_state_variables;
2038 static struct trace_state_variable *
2041 struct trace_state_variable *tsv;
2060 static struct trace_state_variable *
2063 struct trace_state_variable *tsv;
2070 tsv = XNEW (struct trace_state_variable);
2097 struct trace_state_variable *tsv
    [all...]

Completed in 30 milliseconds