Check all inline frames if they are marked for skip
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 18 Oct 2019 12:28:45 +0000 (14:28 +0200)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 17 Dec 2019 02:02:22 +0000 (21:02 -0500)
commit4a4c04f1f4a926f986a77e72277c16e1b90c2b73
treeb01e7e192667a386842233108969fa735a7166ac
parent43a599b56c6651aad9f21a6e38d99a029e28440b
Check all inline frames if they are marked for skip

This makes the skip command work in optimized builds, where skipped
functions may be inlined.  Previously that was only working when
stepping into a non-inlined function.
gdb/ChangeLog
gdb/infcmd.c
gdb/infrun.c
This page took 0.02381 seconds and 4 git commands to generate.