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] sim/common/syscall.c: implement SYS_{argc,argn,argnlen}


Sorry for the long delay, I was really hoping that someone familiar with
the simulator would review it for us :-(.

> some ports leverage the argc/argn/argnlen syscalls to get at argv[] rather
> than the more complicated argv/argvlen syscalls.  so add support for these to
> the common code.  not that it makes too much of a difference today since these
> argv funcs are #if 0 pending something ...

Something's missing; CB_SYS_argc, CB_SYS_argnlen, CB_SYS_argn are not
defined AFAICT...

-- 
Joel


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