mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 14:19:02 +00:00
debug ci
This commit is contained in:
10
src/afl-cc.c
10
src/afl-cc.c
@ -3439,22 +3439,28 @@ int main(int argc, char **argv, char **envp) {
|
||||
|
||||
mode_final_checkout(aflcc, argc, argv);
|
||||
|
||||
printf("DEBUGXXX: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
printf("DEBUGXXX0: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
|
||||
process_params(aflcc, 1, argc, argv);
|
||||
|
||||
maybe_usage(aflcc, argc, argv);
|
||||
|
||||
printf("DEBUGXXX1: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
|
||||
mode_notification(aflcc);
|
||||
|
||||
if (aflcc->debug) debugf_args(argc, argv);
|
||||
|
||||
printf("DEBUGXXX2: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
|
||||
edit_params(aflcc, argc, argv, envp);
|
||||
|
||||
printf("DEBUGXXX3: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
|
||||
if (aflcc->debug)
|
||||
debugf_args((s32)aflcc->cc_par_cnt, (char **)aflcc->cc_params);
|
||||
|
||||
printf("DEBUGXXX: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
printf("DEBUGXXX4: param0=%s aflcc->compiler_mode=%d aflcc->instrument_mode=%d\n", aflcc->cc_params[0], aflcc->compiler_mode, aflcc->instrument_mode);
|
||||
|
||||
if (aflcc->passthrough) {
|
||||
|
||||
|
Reference in New Issue
Block a user