public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
       [not found] <bug-10989-4717@http.sourceware.org/bugzilla/>
@ 2010-10-16  8:59 ` vsnijders at vodafonevast dot nl
  2010-10-16 13:28 ` pedro at codesourcery dot com
  2011-10-03 18:16 ` tromey at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: vsnijders at vodafonevast dot nl @ 2010-10-16  8:59 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=10989

--- Comment #4 from Vincent Snijders <vsnijders at vodafonevast dot nl> 2010-10-16 08:59:42 UTC ---
This issue also has been reported at
http://mantis.freepascal.org/view.php?id=17641

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
       [not found] <bug-10989-4717@http.sourceware.org/bugzilla/>
  2010-10-16  8:59 ` [Bug win32/10989] Debuggee doesn't see environment variables set with set environment vsnijders at vodafonevast dot nl
@ 2010-10-16 13:28 ` pedro at codesourcery dot com
  2011-10-03 18:16 ` tromey at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: pedro at codesourcery dot com @ 2010-10-16 13:28 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=10989

Pedro Alves <pedro at codesourcery dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2010.10.16 13:28:09
                 CC|                            |pedro at codesourcery dot
                   |                            |com
     Ever Confirmed|0                           |1

--- Comment #5 from Pedro Alves <pedro at codesourcery dot com> 2010-10-16 13:28:09 UTC ---
> This works correctly with gdb 6.3, that is distributed with the free pascal
> compiler version 2.2.2:

That gdb most probably has local patches that never made it upstream.

This is more a missing feature than a bug.  There was a patch posted to attempt
addressing it no so long ago.  See:

<http://sourceware.org/ml/gdb-patches/2010-08/msg00026.html>

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
       [not found] <bug-10989-4717@http.sourceware.org/bugzilla/>
  2010-10-16  8:59 ` [Bug win32/10989] Debuggee doesn't see environment variables set with set environment vsnijders at vodafonevast dot nl
  2010-10-16 13:28 ` pedro at codesourcery dot com
@ 2011-10-03 18:16 ` tromey at redhat dot com
  2 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2011-10-03 18:16 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=10989

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|7.1                         |7.4

--- Comment #6 from Tom Tromey <tromey at redhat dot com> 2011-10-03 18:16:19 UTC ---
Fix checked in:

http://sourceware.org/ml/gdb-patches/2011-09/msg00468.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
  2009-11-19 20:30 [Bug win32/10989] New: " vsnijders at vodafonevast dot nl
  2009-11-19 20:31 ` [Bug win32/10989] " vsnijders at vodafonevast dot nl
  2009-11-19 20:32 ` vsnijders at vodafonevast dot nl
@ 2009-11-27  8:22 ` vsnijders at vodafonevast dot nl
  2 siblings, 0 replies; 6+ messages in thread
From: vsnijders at vodafonevast dot nl @ 2009-11-27  8:22 UTC (permalink / raw)
  To: gdb-prs


------- 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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
  2009-11-19 20:30 [Bug win32/10989] New: " vsnijders at vodafonevast dot nl
  2009-11-19 20:31 ` [Bug win32/10989] " vsnijders at vodafonevast dot nl
@ 2009-11-19 20:32 ` vsnijders at vodafonevast dot nl
  2009-11-27  8:22 ` vsnijders at vodafonevast dot nl
  2 siblings, 0 replies; 6+ messages in thread
From: vsnijders at vodafonevast dot nl @ 2009-11-19 20:32 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From vsnijders at vodafonevast dot nl  2009-11-19 20:32 -------
Created an attachment (id=4399)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4399&action=view)
win32 executable with debug info 


-- 


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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug win32/10989] Debuggee doesn't see environment variables set with set environment
  2009-11-19 20:30 [Bug win32/10989] New: " vsnijders at vodafonevast dot nl
@ 2009-11-19 20:31 ` vsnijders at vodafonevast dot nl
  2009-11-19 20:32 ` vsnijders at vodafonevast dot nl
  2009-11-27  8:22 ` vsnijders at vodafonevast dot nl
  2 siblings, 0 replies; 6+ messages in thread
From: vsnijders at vodafonevast dot nl @ 2009-11-19 20:31 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From vsnijders at vodafonevast dot nl  2009-11-19 20:31 -------
Created an attachment (id=4398)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4398&action=view)
Pascal source code


-- 


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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-03 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-10989-4717@http.sourceware.org/bugzilla/>
2010-10-16  8:59 ` [Bug win32/10989] Debuggee doesn't see environment variables set with set environment vsnijders at vodafonevast dot nl
2010-10-16 13:28 ` pedro at codesourcery dot com
2011-10-03 18:16 ` tromey at redhat dot com
2009-11-19 20:30 [Bug win32/10989] New: " vsnijders at vodafonevast dot nl
2009-11-19 20:31 ` [Bug win32/10989] " vsnijders at vodafonevast dot nl
2009-11-19 20:32 ` vsnijders at vodafonevast dot nl
2009-11-27  8:22 ` vsnijders at vodafonevast dot nl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).