[mdb-discuss] examining stack frames

2009-09-10 Thread Juan Carlos Franzoy
with a core file generated by gcore (by the way, mdb also does not work with a core generated with gdb) With this address I can continue the post mortem analysis in gdb. Thanks a lot. > Michael Shapiro mws at sun.com > Sun Mar 12 14:09:33 PST 2006 > > Previous message: [mdb-discu

[mdb-discuss] examining stack frames

2006-03-12 Thread Michael Shapiro
> In gdb, I can use commands such as "frame 1", "frame 2" to select a > particular stack frame, and "info locals" to print the stack variables. > > Are there equivalents in mdb? I've found ::stack and ::vars, but I feel > like I'm missing something. > > Thanks in advance, > > --Wez. Nope, yo

[mdb-discuss] examining stack frames

2006-03-12 Thread Wez Furlong
In gdb, I can use commands such as "frame 1", "frame 2" to select a particular stack frame, and "info locals" to print the stack variables. Are there equivalents in mdb? I've found ::stack and ::vars, but I feel like I'm missing something. Thanks in advance, --Wez. This message posted from op