On Mon, Jun 22, 2009 at 09:59:25AM +0530, oviaprasad.dharuman at wipro.com 
wrote:
> Hi All,
> 
>       I am new to this group. I frequently use gdb to debug my core
> files. Can you please any one tell me how to move to particular frame in
> the stack and how to print the value of argument that was passed to
> particular function.

$C will output the stack, as well as any known arguments.  Unlike gdb,
mdb is a mostly-stateless debugger.  There's no concept of moving up and
down the stack.

Cheers,
- jonathan

> Regards,
> Oviaprasad D
> 
> Please do not print this email unless it is absolutely necessary. 
> 
> The information contained in this electronic message and any attachments to 
> this message are intended for the exclusive use of the addressee(s) and may 
> contain proprietary, confidential or privileged information. If you are not 
> the intended recipient, you should not disseminate, distribute or copy this 
> e-mail. Please notify the sender immediately and destroy all copies of this 
> message and any attachments. 
> 
> WARNING: Computer viruses can be transmitted via email. The recipient should 
> check this email and any attachments for the presence of viruses. The company 
> accepts no liability for any damage caused by any virus transmitted by this 
> email. 
> 
> www.wipro.com
> _______________________________________________
> mdb-discuss mailing list
> mdb-discuss at opensolaris.org

Reply via email to