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/12708] New: CU expansion problem for parameters


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

           Summary: CU expansion problem for parameters
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
            Target: x86_64-unknown-linux-gnu


typedef int int_typedef;
void f (int_typedef x) {}

gcc -c -g

./gdb-clean -q -nx ./1.o -ex "complete b 'f(" -ex q
b 'f(int)

./gdb-clean -readnow -q -nx ./1.o -ex "complete b 'f(" -ex q
b 'f(int)
b 'f(int_typedef)

-readnow should never affect GDB user visible behavior.

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


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