Searched refs:source_file (Results 26 - 36 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-winsource.c418 && bp->source_file
419 && (strcmp (src->filename, bp->source_file) == 0)
/openbsd-current/usr.bin/tic/
H A Dtic.c705 const char *source_file = "terminfo"; local
915 source_file = argv[optind++];
927 source_file = "/etc/termcap";
932 source_file = termcap;
935 source_file = my_tmpname;
938 tmp_fp = open_input(source_file, (char *) 0);
939 to_remove = source_file;
958 tmp_fp = open_input(source_file, my_altfile);
959 if (!strcmp(source_file, "-")) {
960 source_file
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp961 const lldb::SBFileSpec &source_file,
963 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name);
972 if (source_file.IsValid()) {
973 source_file_list.Append(source_file);
1192 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, argument
1194 LLDB_INSTRUMENT_VA(this, source_file, new_bps);
1197 return BreakpointsCreateFromFile(source_file, empty_name_list, new_bps);
1200 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file, argument
1203 LLDB_INSTRUMENT_VA(this, source_file, matching_names, new_bps);
1221 sberr.ref() = target_sp->CreateBreakpointsFromFile(source_file
960 BreakpointCreateBySourceRegex(const char *source_regex, const lldb::SBFileSpec &source_file, const char *module_name) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c3486 if (b->source_file)
3497 ui_out_field_string (uiout, "file", b->source_file);
4082 b->source_file = NULL;
4084 b->source_file = savestring (sal.symtab->filename,
4939 if (addressprint || b->source_file == NULL)
4944 if (b->source_file)
4946 b->source_file, b->line_number);
6877 && b->source_file != NULL
6879 && strcmp (b->source_file, sal.symtab->filename) == 0
7115 if (bpt->source_file !
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1191 auto source_file = FileSystem::Instance().Open(source, source_open_options, local
1193 if (!source_file)
1194 return Status(source_file.takeError());
1196 uint32_t permissions = source_file.get()->GetPermissions(error);
1214 error = source_file.get()->Read(buffer_sp->GetBytes(), bytes_read);
1227 source_file.get()->SeekFromStart(offset);
H A DStackFrame.cpp1917 FileSpec source_file; local
1918 m_sc.function->GetStartLineSourceInfo(source_file, start_line);
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html/
H A DUtil.pm190 my ($source_volume, $source_directory, $source_file) =
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp825 std::string source_file = compiland->getSourceFileFullPath(); local
826 if (source_file.empty())
828 FileSpec this_spec(source_file, FileSpec::Style::windows);
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm193 my $object_file = $b->object_file($source_file);
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c2912 const char *source_file, *s;
3187 source_file = DECL_SOURCE_FILE (TYPE_NAME (clas));
3188 for (s = source_file; ; s++)
3194 source_file = s+1;
3214 i = find_utf8_constant (&state->cpool, get_identifier (source_file));
2908 const char *source_file, *s; local
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2288 static int perform_file_scan(const char *ast_file, const char *source_file, argument
2307 if ((fp = fopen(source_file, "r")) == NULL) {
2308 fprintf(stderr, "Could not open '%s'\n", source_file);
2313 file = clang_getFile(TU, source_file);

Completed in 338 milliseconds

12