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] arm reversible : <phase_2_complete>


On 10/16/2011 12:34 AM, oza Pawandeep wrote:
> Hi Yao,
> 
> first of all thank you for your comments, will be sending the patch
> soon with your comments incorporated as much as possible.
> thank you again for sending test results;
> 
> I suppose failed test case might be including
> 
> 1) system call support
> 2) signal support
> 3) any other linux ABI support
> 4) there are some programs on x86 assembly which needs to be written
> for ARM and put separately.

x86 assembly will not compiled and run for arm target, so they don't
make fails here.  Beside these fails, I find there are some GDB internal
errors in test result:

stepi^M
../../gdb/gdb/breakpoint.c:12523: internal-error:
insert_single_step_breakpoint: Assertion `single_step_breakpoints[1] ==
NULL' failed.

stepi^M
../../gdb/gdb/infrun.c:1804: internal-error: resume: Assertion
`!(singlestep_breakpoints_inserted_p && step)' failed.

-- 
Yao (éå)


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