(gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) p file->name $6 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91780, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) p file->name $7 = 0x56217bd6f5e2 "drivers/core/fdtaddr.o" (gdb) s 1012 ++depth; (gdb) 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $8 = 0x56217bd6f5e2 "drivers/core/fdtaddr.o" (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1057 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) p file->name $9 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91820, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) p file->name $10 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) p ofile->name value has been optimized out (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $11 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd883d0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) p file->name $12 = 0x56217bd6f8ef "drivers/core/lists.c" (gdb) p ofile->name value has been optimized out (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd883d0, depth=4) at ../../remake.c:305 305 { (gdb) p file->name $13 = 0x56217bd6f8ef "drivers/core/lists.c" (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd883d0) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd883d0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) p p file->name No symbol "p" in current context. (gdb) p file->name $14 = 0x56217bd6f8ef "drivers/core/lists.c" (gdb) p mtime $15 = (gdb) ss Undefined command: "ss". Try "help". (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91820, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) p file->name $16 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) p file->name $17 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) p file->name $18 = 0x56217bd6f2fd "FORCE" (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) p file->name $19 = 0x56217bd6f2fd "FORCE" (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) p file->name $20 = 0x56217bd6f2fd "FORCE" (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91820, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) p $21 = 0x56217bd6f2fd "FORCE" (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) p file->name $22 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd918c0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) p file->name $23 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd73570, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd73570, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) p file->name value has been optimized out (gdb) s update_file_1 (depth=4, file=0x56217bd73570) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) p file->name $24 = 0x56217bd6f937 "drivers/core/root.c" (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd73570, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd918c0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $25 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd918c0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) p file->name $26 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91960, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $27 = 0x56217bd6f622 "drivers/core/uclass.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9cb50, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9cb50, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9cb50) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9cb50, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) p file->name $28 = 0x56217bd6f97b "drivers/core/uclass.c" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91960, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) p file->name $29 = 0x56217bd6f2fd "FORCE" (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) p file->name $30 = 0x56217bd6f2fd "FORCE" (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91960, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) p file->name $31 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91a00, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $32 = 0x56217bd6f638 "drivers/core/util.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9cc70, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9cc70, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9cc70) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) p file->name $33 = 0x56217bd6f9c7 "drivers/core/util.c" (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9cc70, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91a00, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) p file->name $34 = 0x56217bd6f638 "drivers/core/util.o" (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) p file->name $35 = 0x56217bd6f2fd "FORCE" (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91a00, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) p file->name $36 = 0x56217bd6f638 "drivers/core/util.o" (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91aa0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $37 = 0x56217bd6f64c "drivers/core/device-remove.o" (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9cd90, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9cd90, depth=4) at ../../remake.c:305 305 { (gdb) p file->name $38 = 0x56217bd6fa0b "drivers/core/device-remove.c" (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9cd90) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9cd90, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) p file->name $39 = 0x56217bd6fa0b "drivers/core/device-remove.c" (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91aa0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $40 = 0x56217bd6f2fd "FORCE" (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91aa0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) p file->name $41 = 0x56217bd6f64c "drivers/core/device-remove.o" (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $42 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91b40, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) p file->name $43 = 0x56217bd6f669 "drivers/core/simple-bus.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9ceb0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9ceb0, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9ceb0) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) p file->name value has been optimized out (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9ceb0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) p file->name $44 = 0x56217bd6fa73 "drivers/core/simple-bus.c" (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91b40, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $45 = 0x56217bd6f2fd "FORCE" (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) p file->name $46 = 0x56217bd6f2fd "FORCE" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91b40, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) p file->name $47 = 0x56217bd6f669 "drivers/core/simple-bus.o" (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91be0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) p file->name $48 = 0x56217bd6f683 "drivers/core/dump.o" (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9cfd0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) p file->name $49 = 0x56217bd6facf "drivers/core/dump.c" (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9cfd0, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9cfd0) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9cfd0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) p file->name $50 = 0x56217bd6facf "drivers/core/dump.c" (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91be0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $51 = 0x56217bd6f683 "drivers/core/dump.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) p file->name $52 = 0x56217bd6f2fd "FORCE" (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91be0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) p file->name $53 = 0x56217bd6f683 "drivers/core/dump.o" (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91c80, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) p file->name $54 = 0x56217bd6f697 "drivers/core/regmap.o" (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9d0f0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9d0f0, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) p file->name $55 = 0x56217bd6fb13 "drivers/core/regmap.c" (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9d0f0) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9d0f0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) p file->name $56 = 0x56217bd6fb13 "drivers/core/regmap.c" (gdb) s check_dep (file=0x56217bd91c80, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) p file->name $57 = 0x56217bd6f2fd "FORCE" (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) p file->name $58 = 0x56217bd6f2fd "FORCE" (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91c80, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) p file->name $59 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91d20, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9d210, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) p file->name $60 = 0x56217bd6fb5f "drivers/core/syscon-uclass.c" (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9d210, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9d210) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) p file->name value has been optimized out (gdb) s check_dep (file=0x56217bd9d210, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) p file->name $61 = 0x56217bd6fb5f "drivers/core/syscon-uclass.c" (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91d20, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) p file->name $62 = 0x56217bd6f2fd "FORCE" (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) p file->name $63 = 0x56217bd6f2fd "FORCE" (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) p file->name $64 = 0x56217bd6f2fd "FORCE" (gdb) s check_dep (file=0x56217bd91d20, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) p file->name $65 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91dc0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) p file->name $66 = 0x56217bd6f6ca "drivers/core/of_extra.o" (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9d330, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9d330, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=4, file=0x56217bd9d330) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) p file->name $67 = 0x56217bd6fbc7 "drivers/core/of_extra.c" (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9d330, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) v Undefined command: "v". Try "help". (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91dc0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) p file->name $68 = 0x56217bd6f6ca "drivers/core/of_extra.o" (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $69 = 0x56217bd6f2fd "FORCE" (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) p file->name $70 = 0x56217bd6f2fd "FORCE" (gdb) s check_dep (file=0x56217bd91dc0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) p file->name $71 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91e60, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) p file->name $72 = 0x56217bd6f6e2 "drivers/core/ofnode.o" (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9d450, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9d450, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) p file->name value has been optimized out (gdb) s update_file_1 (depth=4, file=0x56217bd9d450) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9d450, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) ss Undefined command: "ss". Try "help". (gdb) s 1029 *must_make_ptr = 1; (gdb) p file->name $73 = 0x56217bd6fc1b "drivers/core/ofnode.c" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91e60, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) p file->name $74 = 0x56217bd6f2fd "FORCE" (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) p file->name $75 = 0x56217bd6f2fd "FORCE" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91e60, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) ss Undefined command: "ss". Try "help". (gdb) p file->name $76 = 0x56217bd6f6e2 "drivers/core/ofnode.o" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91f00, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) p file->name $77 = 0x56217bd6f6f8 "drivers/core/read_extra.o" (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) adb logcat | sed -e '/playUrl url\|MEDIA_INFO/!d' Undefined command: "adb". Try "help". (gdb) p file->name $78 = 0x56217bd6f6f8 "drivers/core/read_extra.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9d570, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9d570, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) p file->name value has been optimized out (gdb) s 336 new = update_file_1 (f, depth); (gdb) p file->name value has been optimized out (gdb) s update_file_1 (depth=4, file=0x56217bd9d570) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s 429 if (file->update_status > us_none) (gdb) s 444 DBF (DB_VERBOSE, _("File '%s' was considered already.\n")); (gdb) s 343 if (new && !keep_going_flag) (gdb) s 346 if (f->command_state == cs_running (gdb) s 352 if (new > status) (gdb) s check_dep (file=0x56217bd9d570, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) p file->name $79 = 0x56217bd6fc67 "drivers/core/read_extra.c" (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91f00, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) p file->name $80 = 0x56217bd6f2fd "FORCE" (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) p file->name value has been optimized out (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad864) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) p file->name $81 = 0x56217bd6f2fd "FORCE" (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91f00, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) p file->name $82 = 0x56217bd6f6f8 "drivers/core/read_extra.o" (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) p file->name $83 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) p file->name $84 = 0x56217bd6f2fd "FORCE" (gdb) s update_file (file=0x56217bd8d640, depth=3) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=3) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) p file->name value has been optimized out (gdb) s check_dep (file=0x56217bd8d640, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8f4) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) p file->name $85 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 1125 if (deps_running) (gdb) s 1129 set_command_state (file, cs_deps_running); (gdb) s set_command_state (file=file@entry=0x56217bd87880, state=state@entry=cs_deps_running) at ../../file.c:798 798 file->command_state = state; (gdb) s 800 for (d = file->also_make; d != 0; d = d->next) (gdb) s check_dep (file=0x56217bd87880, depth=2, depth@entry=1, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad9ac) at ../../remake.c:1133 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd73e50) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) s 601 if (!running) (gdb) p file->name $86 = 0x56217bd6f229 "__build" (gdb) s 608 d = d->next; (gdb) s 615 if (must_make || always_make_flag) (gdb) s 617 for (d = file->deps; d != 0; d = d->next) (gdb) s 618 if (d->file->intermediate) (gdb) s 623 FILE_TIMESTAMP mtime = file_mtime (d->file); (gdb) s 624 check_renamed (d->file); (gdb) s 625 d->file->parent = file; (gdb) p file->name $87 = 0x56217bd6f229 "__build" (gdb) s 628 if (rebuilding_makefiles) (gdb) s 637 d->file->considered = 0; (gdb) s 639 new = update_file (d->file, depth); (gdb) s update_file (file=0x56217bd87880, depth=depth@entry=1) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 334 f->considered = considered; (gdb) s 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=1, file=0x56217bd87880) at ../../remake.c:425 425 DBF (DB_VERBOSE, _("Considering target file '%s'.\n")); (gdb) s 427 if (file->updated) (gdb) s update_file (file=, depth=depth@entry=1) at ../../remake.c:336 336 new = update_file_1 (f, depth); (gdb) s update_file_1 (depth=1, file=0x56217bd87880) at ../../remake.c:448 448 switch (file->command_state) (gdb) s 465 file->no_diag = file->dontcare; (gdb) s 470 start_updating (file); (gdb) s 482 this_mtime = file_mtime (file); (gdb) s 483 check_renamed (file); (gdb) s 484 noexist = this_mtime == NONEXISTENT_MTIME; (gdb) p file->name $88 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 485 if (noexist) (gdb) s 486 DBF (DB_BASIC, _("File '%s' does not exist.\n")); (gdb) s 504 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 524 amake.file = file; (gdb) s 525 amake.next = file->also_make; (gdb) s 527 while (ad) (gdb) s 532 d = ad->file->deps; (gdb) s 535 while (d) (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd916e0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) p file->name $89 = 0x56217bd6f5cc "drivers/core/device.o" (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd92ee0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd92ee0, depth=4) at ../../remake.c:305 305 { (gdb) p file->name $90 = 0x56217bd6f853 "drivers/core/device.c" (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd92ee0, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd92ee0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd916e0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) p file->name $91 = 0x56217bd6f5cc "drivers/core/device.o" (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) p file->name $92 = 0x56217bd6f2fd "FORCE" (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd916e0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) p file->name $93 = 0x56217bd6f5cc "drivers/core/device.o" (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd87880) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) s 601 if (!running) (gdb) p file->name $94 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 608 d = d->next; (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91780, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) p file->name $95 = 0x56217bd6f5e2 "drivers/core/fdtaddr.o" (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1057 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd87880) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) s 601 if (!running) (gdb) s 608 d = d->next; (gdb) p file->name $96 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91820, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) p file->name $97 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd883d0, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd883d0, depth=4) at ../../remake.c:305 305 { (gdb) p file->name $98 = 0x56217bd6f8ef "drivers/core/lists.c" (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd883d0, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd883d0, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91820, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) p file->name $99 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) p file->name $100 = 0x56217bd6f2fd "FORCE" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91820, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) p file->name $101 = 0x56217bd6f5f9 "drivers/core/lists.o" (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd87880) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) p file->name $102 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) s 601 if (!running) (gdb) s 608 d = d->next; (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd918c0, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) p file->name $103 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) p file->name $104 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd73570, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd73570, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd73570, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) p file->name value has been optimized out (gdb) s check_dep (file=0x56217bd73570, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) p file->name $105 = 0x56217bd6f937 "drivers/core/root.c" (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd918c0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) p file->name $106 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd918c0, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) p file->name $107 = 0x56217bd6f60e "drivers/core/root.o" (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd87880) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) p file->name $108 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 601 if (!running) (gdb) s 608 d = d->next; (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91960, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1036 if (!file->phony && file->cmds == 0 && !file->tried_implicit) (gdb) s 1052 mtime = file_mtime (file); (gdb) s 1054 if (mtime != NONEXISTENT_MTIME && mtime > this_mtime) (gdb) p file->name $109 = 0x56217bd6f622 "drivers/core/uclass.o" (gdb) s 1069 if (file->command_state != cs_running) (gdb) s 1080 d = file->deps; (gdb) s 1081 while (d != 0) (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd9cb50, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) s update_file (file=0x56217bd9cb50, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd9cb50, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) p file->name $110 = 0x56217bd6f97b "drivers/core/uclass.c" (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd9cb50, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91960, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) p file->name $111 = 0x56217bd6f622 "drivers/core/uclass.o" (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) s 1086 if (is_updating (d->file)) (gdb) s 1105 d->file->parent = file; (gdb) s 1106 maybe_make = *must_make_ptr; (gdb) s 1107 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd8d640, depth=depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1007 1007 { (gdb) s 1012 ++depth; (gdb) s 1013 start_updating (file); (gdb) s 1019 if (file->phony || !file->intermediate) (gdb) s 1024 dep_status = update_file (file, depth); (gdb) p file->name $112 = 0x56217bd6f2fd "FORCE" (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:305 305 { (gdb) s 309 f = file->double_colon ? file->double_colon : file; (gdb) s 315 if (f->considered == considered) (gdb) s 0x000056217a5d6253 in update_file_1 (depth=, file=) at ../../remake.c:454 454 DBF (DB_VERBOSE, _("Still updating file '%s'.\n")); (gdb) s update_file (file=0x56217bd8d640, depth=4) at ../../remake.c:320 320 if (!(f->updated && f->update_status > us_none (gdb) s 323 DBF (DB_VERBOSE, _("Pruning file '%s'.\n")); (gdb) s 324 return f->command_state == cs_finished ? f->update_status : us_success; (gdb) s check_dep (file=0x56217bd8d640, depth=4, depth@entry=3, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad814) at ../../remake.c:1025 1025 check_renamed (file); (gdb) s 1026 mtime = file_mtime (file); (gdb) p file->name $113 = 0x56217bd6f2fd "FORCE" (gdb) s 1028 if (mtime == NONEXISTENT_MTIME || mtime > this_mtime) (gdb) s 1029 *must_make_ptr = 1; (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s check_dep (file=0x56217bd91960, depth=3, depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1108 1108 if (new > dep_status) (gdb) s 1111 if (! d->ignore_mtime) (gdb) s 1112 *must_make_ptr = maybe_make; (gdb) s 1114 if (dep_status && !keep_going_flag) (gdb) s 1117 if (d->file->command_state == cs_running (gdb) s 1122 d = d->next; (gdb) p file->name $114 = 0x56217bd6f622 "drivers/core/uclass.o" (gdb) s 1125 if (deps_running) (gdb) s 1133 finish_updating (file); (gdb) s 1134 finish_updating (ofile); (gdb) s 1136 return dep_status; (gdb) s update_file_1 (depth=, file=0x56217bd87880) at ../../remake.c:573 573 if (new > dep_status) (gdb) s 577 if (rebuilding_makefiles) (gdb) s 580 if (! d->ignore_mtime) (gdb) s 581 must_make = maybe_make; (gdb) s 587 if (f->double_colon) (gdb) s 591 running |= (f->command_state == cs_running (gdb) p file->name $115 = 0x56217bd6f4da "drivers/core/built-in.o" (gdb) s 593 f = f->prev; (gdb) s 598 if (dep_status && !keep_going_flag) (gdb) s 601 if (!running) (gdb) s 608 d = d->next; (gdb) s 544 mtime = file_mtime (d->file); (gdb) s 545 check_renamed (d->file); (gdb) s 547 if (is_updating (d->file)) (gdb) s 562 d->file->parent = file; (gdb) s 563 maybe_make = must_make; (gdb) s 566 if (rebuilding_makefiles) (gdb) s 572 new = check_dep (d->file, depth, this_mtime, &maybe_make); (gdb) s check_dep (file=0x56217bd91a00, depth=depth@entry=2, this_mtime=this_mtime@entry=1, must_make_ptr=must_make_ptr@entry=0x7ffd4d9ad8cc) at ../../remake.c:1007 1007 { (gdb) p file->name $116 = 0x56217bd6f638 "drivers/core/util.o" (gdb)