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

  /src/external/gpl3/gdb.old/dist/gdb/
symfile-debug.c 357 auto file_matcher = [&] (const char *filename, bool basenames)
364 file_matcher,
375 (gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher,
390 host_address_to_string (&file_matcher),
396 if (!iter->expand_symtabs_matching (this, file_matcher, lookup_name,
356 auto file_matcher = [&] (const char *filename, bool basenames) local
symtab.c 4916 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher = nullptr;
4918 file_matcher = do_file_match;
4921 (file_matcher,
4906 gdb::function_view<expand_symtabs_file_matcher_ftype> file_matcher = nullptr; local
  /src/external/gpl3/gdb/dist/gdb/
symfile-debug.c 356 auto file_matcher = [&] (const char *filename, bool basenames)
363 file_matcher,
374 (expand_symtabs_file_matcher file_matcher,
389 host_address_to_string (&file_matcher),
395 if (!iter->expand_symtabs_matching (this, file_matcher, lookup_name,
355 auto file_matcher = [&] (const char *filename, bool basenames) local
symtab.c 4914 expand_symtabs_file_matcher file_matcher = nullptr;
4916 file_matcher = do_file_match;
4919 (file_matcher,
4904 expand_symtabs_file_matcher file_matcher = nullptr; local

Completed in 27 milliseconds