This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/19424] frequent core dump


https://sourceware.org/bugzilla/show_bug.cgi?id=19424

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
See:
 (gdb) help maint set internal-error quit 
 Set whether GDB should quit when an internal-error is detected

The default is:
 (gdb) maint show internal-error quit 
 Whether GDB will quit when an internal-error is detected is "ask".

Override it with:
 (gdb) maint set internal-error quit no

See also:
 (gdb) help maint set internal-error corefile 
 Set whether GDB should create a core file of GDB when internal-error is
detected

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]