Date: Tue, 6 Dec 1994 16:57:36 +0100 (SNT) From: Lars Olsson Subject: gdb size limit? To: djgpp AT sun DOT soe DOT clarkson DOT edu I have used gdb ( go32 -d gdb myprog ) on a few programs compiled with djgpp12m2 (using -g switch) without problems. With one program, however, gdb fails to list the source-code with the list command. I get the message: go32 version 1.12.maint2 Copyright (C) 1994 DJ Delorie 150740+8192+92992 = 251924 372 Kb conventional, 9072 Kb expanded - 9444 Kb total RAM available GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.12 (go32 ), Copyright 1994 Free Software Foundation, Inc... (gdb) l main No symbol table is loaded. Use the "file" command. (gdb) file myprog Reading symbols from myprog...done. (gdb) l main No symbol table is loaded. Use the "file" command. Is it the size of the program (251924) that is too large (the largest program I have tested gdb on that works is about 160000) or have I missed something else? Thank You Lars Olsson