Re: Expand full structure

2016-01-29 Thread Dmitry V. Levin
On Tue, Jan 26, 2016 at 01:39:46PM -0500, Preston Moore wrote: > Ok perfect. That is now behaving exactly as I needed it to. Thanks! > > Here’s a second question, is there a way to instruct strace to not pretty > print flags values? For example, in the previously mentioned line can I get > the

Re: Expand full structure

2016-01-26 Thread Preston Moore
Ok perfect. That is now behaving exactly as I needed it to. Thanks! Here’s a second question, is there a way to instruct strace to not pretty print flags values? For example, in the previously mentioned line can I get the integer value of st_mode rather than "S_IFREG | 0644"? I’m working on a t

Re: Expand full structure

2016-01-25 Thread Dmitry V. Levin
On Mon, Jan 25, 2016 at 03:24:06PM -0500, Preston Moore wrote: > Hey everyone, > > First off, sorry if this is not the proper venue for this sort of question. > Is there a way to instruct strace to output the entire structure for > *stat[64] calls? For example, in the following line: > > fstat6