From: j DOT aldrich6 AT genie DOT com Message-Id: <199603010427.AA069874435@relay1.geis.com> Date: Fri, 1 Mar 96 04:23:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: GDB discovers another one! I have just discovered another problem with adjusting my stack. If I try to stubedit the executable, that still doesn't make GDB work right, because GDB can only work with the coff file. Since I assume that GDB uses the stack coded into the program and not its own stack, stubediting GDB wouldn't help, would it? It's hardly useful to have the problem fixed in the executable, but not in the debugger. As far as adjusting the stack within the code, I perused the documentation on _stklen and it tells me to do exactly what I did, only it didn't work when I did it!