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] let record_resume fail immediately on error


Thanks a lot.

Fixed and checked in.

Hui

On Tue, Dec 22, 2009 at 04:44, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> ">" == Hui Zhu <teawater@gmail.com> writes:
>
>>> 2009-12-02 ?Hui Zhu ?<teawater@gmail.com>
>>> * record.c (record_message): Change argument.
>>> (record_message_wrapper): New function.
>>> (do_record_message): Change it name to
>>> "record_message_wrapper_safe".
>>> Let it call "record_message_wrapper".
>>> (record_resume_error): Deleted.
>>> (record_resume): Call "record_message".
>>> (record_wait): Deleted record_resume_error.
>>> Call "record_message_wrapper_safe".
>>> Set status when do_record_message need stop the inferior.
>
> This is ok, thanks.
>
>>> +gdb_test "continue" "\[process \[0-9\]+ .*" "continue to sigall exit" \
>
> Should this be "signal" and not "sigall"?
>
> Tom
>


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