>>>>> "Larry" == Larry Evans <cppljev...@suddenlink.net> writes:
Larry> Based on: Larry> http://sourceware.org/ml/gdb/2008-02/msg00070.html Larry> I guess there's no way to do that :( If you use the cvs gdb you can do it using python. In plain gdb you can do it by using set logging to set the output file, writing the data to it in a source-able form (or using shell sed or whatever to transform it), then sourcing the file. Tom