OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugger_script_file
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/
test_debuginfo.pl
23
my $
debugger_script_file
= "$output_dir/$input_filename.debugger.script";
29
open(OUTPUT, ">$
debugger_script_file
");
52
system("$my_debugger $debugger_options $
debugger_script_file
$executable_file > $output_file 2>&1");
/frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl
35
my $
debugger_script_file
= "$output_dir/$input_filename.debugger.script";
38
open(OUTPUT, ">$
debugger_script_file
");
69
$debugger_options = "-x $
debugger_script_file
$debugger_options $testcase_output";
Completed in 332 milliseconds