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] Improve and fix catch-syscall.exp


On Wednesday, December 18 2013, Doug Evans wrote:

> Two nits.  Ok with the changes below.
>
>> @@ -428,47 +391,35 @@ proc do_syscall_tests_without_xml {} {
>>
>>  # This procedure fills the vector "all_syscalls_numbers" with the proper
>>  # numbers for the used syscalls according to the architecture.
>> +#
>> +# These numbers were taken from the respective <asm/unistd.h> files
>> +# from each architecture.
>
> This comment can go (no longer needed).
>
>>
>> -gdb_exit
>> -set do_xml_test ![gdb_skip_xml_test]
>> -gdb_start
>> -gdb_reinitialize_dir $srcdir/$subdir
>> -gdb_load ${binfile}
>> +# Filling all the syscalls numbers before starting anything.
>
> s/Filling/Fill/

Fixed all nits.  Thank you and Pedro for the review.  Checked-in:

<https://sourceware.org/ml/gdb-cvs/2013-12/msg00097.html>

-- 
Sergio


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