Bug 11594 - overloaded "operator," does not work
Summary: overloaded "operator," does not work
Status: ASSIGNED
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: 7.1
: P2 normal
Target Milestone: 7.1
Assignee: Chris Moller
URL:
Keywords:
Depends on:
Blocks: 16106
  Show dependency treegraph
 
Reported: 2010-05-12 21:09 UTC by Tom Tromey
Modified: 2013-10-31 19:28 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2010-05-12 21:09:25 UTC
Right now if a user's program has an overloaded "operator,",
gdb will not call it for an expression like "a,b".
Something like "a.operator,(b)" will work, however.