Home | History | Annotate | Download | only in coregrind

Lines Matching refs:DebugInfo

73    That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
179 When a new DebugInfo appears:
185 DebugInfo to find new specs. Each of these needs to be compared
189 - (existing Specs x new DebugInfo): scan all symbols in the
190 DebugInfo, trying to match them to any existing specs, also
193 - (new Specs x new DebugInfo): scan all symbols in the new
194 DebugInfo, trying to match them against the new specs, to
206 When a DebugInfo disappears:
251 /* Top-level data structure. It contains a pointer to a DebugInfo and
252 also a list of the specs harvested from that DebugInfo. Note that
259 DebugInfo* seginfo; /* symbols etc */
316 static void handle_require_text_symbols ( DebugInfo* );
327 /* debuginfo and the owning TopSpec */
328 DebugInfo* di,
383 /* Notify m_redir of the arrival of a new DebugInfo. This is fairly
390 void VG_(redir_notify_new_DebugInfo)( DebugInfo* newdi )
495 /* scan this DebugInfo's symbol table, pulling out and demangling
632 /* Ok. Now specList holds the list of specs from the DebugInfo.
727 DebugInfo* di,
978 /* Notify m_redir of the deletion of a DebugInfo. This is relatively
982 void VG_(redir_notify_delete_DebugInfo)( DebugInfo* delsi )
1006 vg_assert(ts); /* else we don't have the deleted DebugInfo */
1165 = { "Possible fixes: (1, short term): install glibc's debuginfo",
1174 " On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo",
1462 static void handle_require_text_symbols ( DebugInfo* di )