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: [PATCH] printcmd.c (ui_printf): make internalvar string can be printf and eval when inferior cannot alloc memory


>>>>> ">" == Hui Zhu <teawater@gmail.com> writes:

>> I don't know howto input a  wide-string to GDB command line.
>> Could you help me with that and let me write a separate patch special
>> for wide-string case?

I think you can't make one directly without an inferior, but you can
make an array of integers using the {...} syntax.  Then, I think, you
can print this using "%ls".

>> +            if ((VALUE_LVAL (val_args[i]) == lval_internalvar
>> +		 || VALUE_LVAL (val_args[i]) == not_lval)

This test seems odd to me.  Why does the lvalue-ness of the value
matter?

Tom


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