CVS: setedit/settvuti/include edhists.h,1.11,1.12
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2009-09-25 15:09:22
|
Update of /cvsroot/setedit/setedit/settvuti/include In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29984/settvuti/include Modified Files: edhists.h Log Message: * Added: Now the user can specify files containing the commands to be executed after starting gdb and after the target connection. Index: edhists.h =================================================================== RCS file: /cvsroot/setedit/setedit/settvuti/include/edhists.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** edhists.h 18 Aug 2004 20:31:12 -0000 1.11 --- edhists.h 25 Sep 2009 15:09:11 -0000 1.12 *************** *** 47,50 **** hID_DbgMainFunc = hID_Start+34, hID_DbgSourceLoc = hID_Start+35, ! hID_DbgBinary = hID_Start+36; #endif --- 47,52 ---- hID_DbgMainFunc = hID_Start+34, hID_DbgSourceLoc = hID_Start+35, ! hID_DbgBinary = hID_Start+36, ! hID_DbgGDBStartCmds = hID_Start+37, ! hID_DbgGDBConnCmds = hID_Start+38; #endif |