This is the mail archive of the gdb@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]

Re: problem with gdb's 'call'


On Tue, Aug 12, 2008 at 05:27:39PM +0200, André Pönitz wrote:
> > > Is there a way to make the gdb core accept the mangled name without
> > > attempting to demangling it (to avoid the crash)?
> > 
> > The crash has nothing to do with demangling, but you can disable
> > overload resolution and that should help.  "set overload-resolution
> > off".
> 
> Is there somewhere a description in what code paths setting variables
> like   overload-resolution  or   demangle-style  has an effect?

Just the description of the commands in the manual.

-- 
Daniel Jacobowitz
CodeSourcery


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