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]

How to print to a file or pipe ??


James Gunning writes:
 > 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.
 > 
 > 
 > 

If you run gdb from within xemacs or even emacs then printing is no problem.
Just highlight the region you are interested in and, M-x print-region.

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