This is the mail archive of the gdb@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: new port


I think maybe you code's frame analyze part have something wrong.

On Thu, May 14, 2009 at 21:23, Florent DEFAY <spira.inhabitant@gmail.com> wrote:
> Hi,
>
> I work on porting GDB to a new arch.
> I already ported GCC.
>
> I meet some problems, I need help.
>
> At the moment, I can use most of basic GDB commands.
>
> I can set breakpoints and stop on them. I can set breakpoints on function names.
> I can step. I can read locals and registers.
>
> When I use the command 'next', it should step and skip functions. The
> problem is that
> indeed it steps but it does not skip functions. It step into the function.
>
> Please help.
>
>
> Regards.
>
> Florent
>


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