Jonathan Adams wrote: > On Mon, Sep 19, 2005 at 12:27:31PM -0700, Nicolas Droux wrote: > >>Hi Folks, >> >>Is setting breakpoints on C++ methods using demangled names supposed to >>work from mdb? > > > No.
Are there any plans to support this feature? > > >>My attempts have failed. $G provides some demangling >>support, is that option used only for displaying names? > > > Yes. Note the "$g" dcmd, which lets you muck with what is displayed > (including having the mangled name show up) Thanks for the info. Nicolas.