On Tue, Jan 29, 2008 at 09:25:59PM -0500, david bone wrote: > >It looks like there's likely no instruction at offset 0x291; how > >did you > >get that address? > > > The address was obtained using dbx from sunstudio12. Please see the > attachment `disassembly` showing the complete disassembled code for > the get_next_token function. Below is the extracted disassembled > instruction probed on. > __1cGyacco2GParserOget_next_token6M_pn0AMCAbs_lr1_sym__+0x291: > movl $0x0,-0x24(%rbp) > Unfortunately the instruction exists. Here's your request piped thru > mdb.
The problem is that you need to specify the probe like this: pid$target::__1cGyacco2GParserOget_next_token6M_pn0AMCAbs_lr1_sym__:291 Adam -- Adam Leventhal, Fishworks http://blogs.sun.com/ahl _______________________________________________ dtrace-discuss mailing list [email protected]
