Restore building gdb

Pedro Alves pedro@codesourcery.com
Wed Mar 19 14:36:00 GMT 2008


One of my previous patches added an unguarded access to
inferior_process_group, which is only defined if
PROCESS_GROUP_TYPE is defined.

#ifdef PROCESS_GROUP_TYPE
/* Process group for us and the inferior.  Saved and restored just like
   {our,inferior}_ttystate.  */
PROCESS_GROUP_TYPE our_process_group;
PROCESS_GROUP_TYPE inferior_process_group;
#endif

This patch should fix it.

-- 
Pedro Alves
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_inferior_process_group.diff
Type: text/x-diff
Size: 992 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20080319/c9a9bf46/attachment.bin>


More information about the Gdb-patches mailing list