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

  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 163 struct thread_db_info struct
165 struct thread_db_info *next;
167 /* The target this thread_db_info is bound to. */
208 static thread_db_info *thread_db_list;
217 (struct thread_db_info *info, struct thread_info *tp,
225 static struct thread_db_info *
228 struct thread_db_info *info = XCNEW (struct thread_db_info);
245 /* Return the thread_db_info object representing the bookkeeping
248 static struct thread_db_info *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 162 struct thread_db_info struct
164 struct thread_db_info *next;
166 /* The target this thread_db_info is bound to. */
207 static thread_db_info *thread_db_list;
216 (struct thread_db_info *info, struct thread_info *tp,
224 static struct thread_db_info *
227 struct thread_db_info *info = XCNEW (struct thread_db_info);
244 /* Return the thread_db_info object representing the bookkeeping
247 static struct thread_db_info *
    [all...]

Completed in 22 milliseconds