Re: [Dwarf-Discuss] C++14 and C++03 (vs C++98)

2014-11-26 Thread Daniel Gutson
On Wed, Nov 26, 2014 at 11:00 AM, Mark Wielaard wrote: > On Wed, 2014-11-26 at 13:22 +0000, Daniel Gutson wrote: >> What about new C++11 keywords? Would a debugger cli interpreter be >> helped by this datum in case the user enters some of these keywords? > > Yes, that is th

Re: [Dwarf-Discuss] C++14 and C++03 (vs C++98)

2014-11-26 Thread Daniel Gutson
(Sorry top posting) What about new C++11 keywords? Would a debugger cli interpreter be helped by this datum in case the user enters some of these keywords? (I can bring the list, only "noexcept" comes from the top of my mind currently) -Original Message- From: Mark Wielaard Sender: "Dwar

Re: [Dwarf-Discuss] Question / Proposal: breakpoints at global C++ constructors and destructors

2014-10-05 Thread Daniel Gutson
On Sun, Oct 5, 2014 at 1:07 PM, Michael Eager wrote: > On 10/05/14 08:57, Daniel Gutson wrote: >> >> On Sun, Oct 5, 2014 at 12:47 PM, Michael Eager wrote: >>> >>> On 10/05/14 07:27, Daniel Gutson wrote: >>>> >>>> >>>> Hello,

Re: [Dwarf-Discuss] Question / Proposal: breakpoints at global C++ constructors and destructors

2014-10-05 Thread Daniel Gutson
On Sun, Oct 5, 2014 at 12:47 PM, Michael Eager wrote: > On 10/05/14 07:27, Daniel Gutson wrote: >> >> Hello, >> >> this is my first post to this list. >> >> Context: I've been a gdb and gcc maintainer in the past, but I'm not a >

[Dwarf-Discuss] Question / Proposal: breakpoints at global C++ constructors and destructors

2014-10-05 Thread Daniel Gutson
Hello, this is my first post to this list. Context: I've been a gdb and gcc maintainer in the past, but I'm not a DWARF expert, so my post is from the user's POV. PROBLEM: ability to break in (all) the global objects' constructors (that is, before main() is called), and destructors (after mai