[Rd] more on bug 7924

2006-06-04 Thread Kevin B. Hendricks
Hi, Okay I threw together a quick dump_object routine and found something that I don't think is correct when call2 is created. > call2 <- Quote(f(arg[[1]]))[c(1,2,2,2)] > get("call2") I use the do_get break to find the SEXP value I want Breakpoint 1, do_get (call=0xc2d530, op=0x52bd30, args

[Rd] is there a dump complete object c routine ?

2006-06-04 Thread Kevin B. Hendricks
Hi, I am working my way through R-exts.pdf and have found R_PV but it does not do a full dump of an object. So I was wondering since I can call C code from with gdb (with call) if there was a routine someplace that somebody has that would dump all of the objects and fields and any important