Serialization format of gdb trace data between many different machines.

2009-04-15 Thread joshbaptiste
I have a corewatch.py program on ~400+ Linux machines that collect core file gdb output and sends the output traces via email to developers. I what to convert the script for all output to be sent to a centralized server also written in python and displayed via webpage. My first thought was a simpl

Re: Serialization format of gdb trace data between many different machines.

2009-04-15 Thread joshbaptiste
On Apr 15, 2:21 pm, MRAB wrote: > joshbaptiste wrote: > > I have a corewatch.py program on ~400+ Linux machines that collect > > core file gdb output and sends the output traces via email to > > developers. I what to convert the script for all output to be sent to > >