Lines Matching refs:files

461 This hash keeps track of breakpoints that need to be set for files that have
721 # + `L', `D' and `A' span files now (as documented).
755 # + Added bare minimal security checks on perldb rc files, plus
833 # @files = report_break_on_load() # List files with load-breakpoints
1373 PERLDB_VISITED - files that had breakpoints
1752 # we need to check for pseudofiles on Mac OS (these are files
2289 =head4 C<f> - switch files
2680 # Find all the files that were visited during this
3246 # chomp to remove extraneous newlines from source'd files
3982 only files with break-on-load are in here, so simply showing the keys
3994 to files they came from). We mark those files for break-on-load via
4001 my @files;
4007 push @files, $file;
4008 push @files, $::INC{$file} if $::INC{$file};
4016 break_on_load($_) for @files;
4018 # All the files that have break-on-load breakpoints.
4019 @files = report_break_on_load;
4024 print $OUT "Will stop on load of `@files'.\n";
4030 on the current file and on other files. We don't want to duplicate code, so
4415 which lists all currently-loaded files which have breakpoints. We then look
4416 at each line in each of these files, temporarily switching the C<%dbline>
4417 and C<@dbline> structures to point to the files in question, and do what
4422 C<%break_on_load>, because these structures contain breakpoints for files
4478 # Kill off all the other breakpoints that are waiting for files that
4784 first. It starts a C<%had_breakpoints>, which tells us what all files have
4789 breakpoints, and through C<%postponed_file> for not-yet-C<require>'d files
4812 # Look in all the files with breakpoints...
4862 # Find files that have not-yet-loaded breaks:
4869 print $OUT "Postponed breakpoints in files:\n";
6436 Sets the input and output filehandles to the specified files or pipes.
6449 # Can be a list of two files, or on string containing both names,
6879 I<DumpDBFiles> dump arrays holding debugged files;
7055 I<DumpDBFiles> dump arrays holding debugged files;
7849 Get all the possible files from @INC as it currently stands and
7854 return sort grep /^\Q$text/, values %INC # files
7889 =head3 C<f> - switch files
7906 if ($line =~ /^\|*f\s+(.*)/) { # Loaded files
7915 Under the debugger, source files are represented as C<_E<lt>/fullpath/to/file>
8346 # Kill off all the other breakpoints that are waiting for files that