This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/8384] gdb doesn't lookup file/line information for global variables


------- Additional Comments From tromey at redhat dot com  2010-07-13 21:49 -------
This was fixed at some point.  I am not sure when.
Now I get:

(gdb) set listsize 3
(gdb) list foo
7	
8	int foo;
9	
(gdb) list bar
2	#define TEST_H
3	int bar;
4	
(gdb) list func
5	int func(void)
6	{
7	  return 23;


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.2


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]