goto (idb mode only)

Skip to a specific line number.

Syntax

goto line_number

Parameters

line_number

The line number at which you want to resume execution.

Description

This command skips over the execution of a portion of source code to a specific line number.

Use this command with care or not at all.

Even if the code was compiled without optimization, the compiler may have reused registers and moved instructions such that source lines and actual instructions do not completely match up. So skipping instructions with this command may not lead to the result that you expect.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.