Switch confirmation requests on or off.
set confirm {on|off}
on |
Turns on confirmation requests. |
off |
Turns off confirmation requests. |
This command switches confirmation requests for various commands on or off.
In the following example, confirmation is set to on by default:
(idb) quit
The program is running. Exit anyway? (y or n) y
$
In the following example, notice that set confirm off results in the debugger quitting without asking for confirmation.
(idb) set confirm off (idb) quit $
Copyright © 1996-2010, Intel Corporation. All rights reserved.