This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to print to a file or pipe ??


James Gunning wrote:
> 
> Hi people
>         I'm new to this list, but I have searched unsuccessfully through
> the gdb info pages  & archives for an answer to this question.
>         How do I print gdb output to a file. Something like
>         print a[1]@1000 > file.txt
> would be ace :-)
>         Thanks,
>                 James Gunning.

You can't (although it does come up often on the list of requested
features).  One problem is that the above syntax is ambigious.  ``file''
is a struct containing member ``.txt'' right?

	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]