GDB 5.1/Core files and ptids

Andrew Cagney ac131313@cygnus.com
Fri Jan 18 15:04:00 GMT 2002


>  else if (TIDGET (inferior_ptid))
>> sprintf (section_name, "%s/%d+%d", name, PIDGET (inferior_ptid),
>> TIDGET (inferior_ptid));
>> else if (PIDGET (inferior_ptid))
>> sprintf (section_name, "%s/%d", name, PIDGET (inferior_ptid));


For some reason, I've a preference for <name>/<PID>/<TID> but I can't 
give a rational reason why.  I suspect it is just that the ``+'' goes 
against my thinking of how things are structured.

2c worth.

Andrew





More information about the Binutils mailing list