dbx 7.5
Hi All,
I have two questions related to dbx debugger.
I am using Sun Dbx Debugger 7.5. My program X is very large and involves lots of source files, the X is an executable with debugging information (build using g++ 2.95.3 with -gdwarf-2 option) on Solaris 2.8. X's size is more than 1GB. I got thousands of warning messages "dbx: warning: Too many #included source files near LocalInitialize -- limit is 1023" after start dbx to debug the X by using following command %dbx X. Do you know what these warning messages really mean? I have googled it but could get nothing.
Also I understand the executable is very large so I shall expect the dbx running very slow, but is there any way we can make it faster?
Thanks much,
Jim.

