Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Avoiding .gdbinit

Ed,

Submitted a bug report to Bugzilla - https://bugs.eclipse.org/bugs/show_bug.cgi?id=120390.

Thank you,
Mikhail Khodjaiants
----- Original Message ----- From: "Ed Swarthout" <ed.swarthout@xxxxxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Monday, December 12, 2005 3:55 AM
Subject: [cdt-debug-dev] Avoiding .gdbinit


I got hit with the '?'s for memory values mentioned in bug 100471
because
my .gdbinit file has "set radix 0x10" in it.

It looks like GDBINIT defaults to .gdbinit, but it is not displayed in
the "GDB command file:" prompt box.  So there doesn't seem to be is a
way to
prevent gdb from using it.

Shouldn't it be displayed in the box so it can be blanked out by the
user?

Unfortunately, a blank value has to be special cased since "-nx" would
have to
passed to gdb instead of a blank "--command="

Thanks,
Ed Swarthout
Austin, TX






Back to the top