From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18985 invoked by alias); 27 Nov 2009 08:22:11 -0000 Received: (qmail 18971 invoked by uid 48); 27 Nov 2009 08:22:10 -0000 Date: Fri, 27 Nov 2009 08:22:00 -0000 Message-ID: <20091127082210.18970.qmail@sourceware.org> From: "vsnijders at vodafonevast dot nl" To: gdb-prs@sourceware.org In-Reply-To: <20091119203013.10989.vsnijders@vodafonevast.nl> References: <20091119203013.10989.vsnijders@vodafonevast.nl> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug win32/10989] Debuggee doesn't see environment variables set with set environment X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00283.txt.bz2 ------- Additional Comments From vsnijders at vodafonevast dot nl 2009-11-27 08:22 ------- This works correctly with gdb 6.3, that is distributed with the free pascal compiler version 2.2.2: C:\lazarus\bugs\gdbenv>c:\fpc\2.2.2\bin\i386-win32\gdb.exe gdbenvbug.exe GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "i686-pc-mingw32"... (gdb) set environment TEST_GDB_ENV=Hi (gdb) r Starting program: C:\lazarus\bugs\gdbenv/gdbenvbug.exe TEST_GDB_ENV=Hi -- http://sourceware.org/bugzilla/show_bug.cgi?id=10989 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.