set confirm (gdb mode only)

Switch confirmation requests on or off.

Syntax

set confirm {on|off}

Parameters

on

Turns on confirmation requests.

off

Turns off confirmation requests.

Description

This command switches confirmation requests for various commands on or off.

Example

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
$

Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.