Date: Sun, 24 Jun 2001 11:01:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: v2loadimage and long cmd lines In-Reply-To: <3B34FF52.30589.23972E@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 23 Jun 2001, Mark E. wrote: > I've tired of being unable to pass long command lines to a debugee. So I've > written a patch to help fix that. Thanks, this is long overdue. > It uses the CMDLINE method But this means you cannot debug DJGPP programs built with an older libc. Is this really a good idea? Is the amount of changes to do it via proxy so prohibitively large? What about a response file?