HomeSort by relevance Sort by last modified time
    Searched refs:debugger_options (Results 1 - 2 of 2) 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/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 443 milliseconds