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, this is my first post to this list. Context: I'

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

2014-10-05 Thread Michael Eager
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, 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 u

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 expert, so my post is >> from the user's POV. >> >> PROBL

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

2014-10-05 Thread Michael Eager
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 expert, so my post is from the user's POV. PROBLEM: ability to break in (all) the global objects' constructors (that is, before ma

[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