> Check alpha-linux-tdep.c, you'll want to steal the call: > > /* Hook into the MDEBUG frame unwinder. */ > alpha_mdebug_init_abi (info, gdbarch); A separate patch will be posted real-soon-now... > adding it to alpha-osf1-tdep.c. That will enable mdebug. > > > * alpha-osf1-tdep.c (alpha_osf1_init_abi): Do not set > > skip_sigtramp_frame in tdep structure, field no longer exists. > > Check this in. In fact, consider a patch to delete all occurances of > that function across alpha*tdep.c pre-approved. Here is what I committed: 2003-06-03 J. Brobecker * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete. (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep structure, field no longer exists. There is still the alphanbsd-tdep.c file. I will take care of this one momentarily. Thanks for the hand, -- Joel