[ was: Re: [PATCH v2 3/3] gdb: support frames inlined into the outer frame ] On 8/27/20 10:57 PM, Simon Marchi via Gdb-patches wrote: > +clean_restart $binfile > + > +if { [gdb_starti_cmd] != 0 } { > + fail "failed to run to first instruction" > + return > +} > + > +gdb_test "frame" "in _start .*" > + > +gdb_test "stepi" "in foo .*" "step into foo" Patch below committed. Thanks, - Tom