Re: db_sym_numargs() is always false

2016-03-02 Thread Mike Larkin
On Tue, Mar 01, 2016 at 01:04:42PM +0100, Martin Pieuchot wrote: > I'd like to remove this dead code because I'd like to unify to some > extend the frame walking code between archs and this doesn't help. > > ok? reads ok to me, go for it if it's not already in. -ml > > diff --git

Re: db_sym_numargs() is always false

2016-03-01 Thread Mike Belopuhov
On 1 March 2016 at 13:04, Martin Pieuchot wrote: > I'd like to remove this dead code because I'd like to unify to some > extend the frame walking code between archs and this doesn't help. > > ok? > OK mikeb

db_sym_numargs() is always false

2016-03-01 Thread Martin Pieuchot
I'd like to remove this dead code because I'd like to unify to some extend the frame walking code between archs and this doesn't help. ok? diff --git sys/arch/amd64/amd64/db_trace.c sys/arch/amd64/amd64/db_trace.c index 7c86efe..27fe24d 100644 --- sys/arch/amd64/amd64/db_trace.c +++