This is the mail archive of the gdb-patches@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]

Re: [RFA] print error message if (auto) disassembly failed


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> (FWIW: I did not realize that GDB would now print the current assembly
Joel>  instruction by default when the change came in. I don't think that's
Joel>  a useful default based on my own usage, but no big deal)

The default is "auto", which means:

   If AUTO (which is the default), or there's no line info to determine
   the source line of the next instruction, display disassembly of next
   instruction instead.  */

But I agree with you that this is the wrong default.
I think the default should be "off".

Tom


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