OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugger_options
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl
64
my $
debugger_options
= $ENV{'DEBUGGER_ARGS'};
69
$
debugger_options
= "-x $debugger_script_file $
debugger_options
$testcase_output";
72
system("$debugger $
debugger_options
> $output_file 2>&1") ;
75
print("$debugger $
debugger_options
> $output_file 2>&1\n") ;
83
print("$debugger $
debugger_options
> $output_file 2>&1\n") ;
/external/swiftshader/third_party/LLVM/utils/
test_debuginfo.pl
49
my $
debugger_options
= "-q -batch -n -x";
52
system("$my_debugger $
debugger_options
$debugger_script_file $executable_file >& $output_file");
/external/llvm/utils/
test_debuginfo.pl
66
my $
debugger_options
= "-q -batch -n -x";
69
system("$my_debugger $
debugger_options
$debugger_script_file $executable_file > $output_file 2>&1");
Completed in 161 milliseconds