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 exp/13039] New: eval does not find the properparameter-overloaded C++ function


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

           Summary: eval does not find the proper parameter-overloaded C++
                    function
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: exp
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
            Target: x86_64-fedora16-linux-gnu


void a () {}
void a (int x) {}

FAIL:
(gdb) disassemble a(int)
Dump of assembler code for function a():

it works with:
(gdb) disassemble 'a(int)'
Dump of assembler code for function a(int):

GNU gdb (GDB) 7.3.50.20110728-cvs

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