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] Process record and replay, 8/10


On Fri, Nov 14, 2008 at 19:59, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 10 Nov 2008 22:28:24 +0800
>> From: teawater <teawater@gmail.com>
>> Cc: gdb-patches@sourceware.org
>>
>> > By the way, do we need debug messages to be translatable?  Other
>> > similar places in the patches don't have them in _().
>>
>> Maybe. Can I keep them?
>
> I don't mind.
>
>> >> +    case 0x9b:
>> >> +      printf_unfiltered (_
>> >> +                      ("Process record don't support instruction fwait.\n"));
>> >                                          ^^^^^^^^^^^^^
>> > "doesn't support"
>>
>> I will fix it.
>>
>> >
>> > By the way, what happens if the code stream includes one of these
>> > ``unsupported'' instructions?  What will the user see at replay time?
>> >
>>
>> Inferior will stop.
>
> I'd suggest to tell this in the manual.
>

OK. I will.


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