disconnect (gdb mode only)

Disconnect from all running processes and remove all breakpoints.

Syntax

disconnect

Parameters

None.

Description

This command detaches the debugger from all running processes. When you detach, the debugger removes all breakpoints.

If you attached to a process using the attach command, the process continues to run, but the debugger can no longer identify or control it.

Example

(idb) disconnect

See Also


Submit feedback on this help topic

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