run 'finish' if we step into a function without sources
commit4bc49e74ce0f600b780ff9310e58918a5e538cf6
authorrofl0r <rofl0r@users.noreply.github.com>
Sat, 13 Mar 2021 04:32:17 +0000 (13 04:32 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sat, 13 Mar 2021 04:32:17 +0000 (13 04:32 +0000)
treef7af933af68608fb4b3b561beeca77acd99d65d2
parent802b7df78a11c5965163ae0f40ab4a0e3f8fc641
run 'finish' if we step into a function without sources

this causes gdb to step over the function which we can't display
(e.g. something in libc like memcpy() or other libs without sources installed).
the alternative would've been to display disassembly in such a case,
but that would make the code a lot more complicated.
gdb.py