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


Hi Guys,

Sorry for late.

In before, when the user step into the program that don't have line
message,  they will lost the the help from debuger.  They will not
know what will happen in next except a pc address.

For now, this auto will auto output the asm code.  I think it will
make user experience (special for new user) better.
And I think  Joel's patch fix the bug.

So I suggest keep it default "auto".

Thanks,
Hui

On Fri, Apr 17, 2009 at 07:59, Joel Brobecker <brobecker@adacore.com> wrote:
>> 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".
>
> Would anyone object to changing the default to "off"?
>
> --
> Joel
>


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