For the complete documentation index, see llms.txt. This page is also available as Markdown.
ThreadRunUntilReturn
Description
Run until execution returns from the current function. This command executes assembler instructions and stops on the instruction immediately following the instruction that called the current function.
Internally, IDA executes each instruction in the current function until a 'return from function' instruction is reached.