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 c++/7112] cout << 1 doesn't work for c++


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

Adrian <adrianh.bsc at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |adrianh.bsc at gmail dot com
         Resolution|---                         |WONTFIX

--- Comment #4 from Adrian <adrianh.bsc at gmail dot com> ---
This is most likely due to the ostream& std::operator<<(char const *) function
being inlined and is why we require gdb dereferencing functions like these:
http://www.yolinux.com/TUTORIALS/GDB-Commands.html#STLDEREF

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