Re: [lldb-dev] Plans for module debugging

2014-11-24 Thread David Blaikie
On Mon, Nov 24, 2014 at 4:26 PM, Eric Christopher wrote: > > > On Mon Nov 24 2014 at 11:20:11 AM Adrian Prantl wrote: > >> >> > On Nov 24, 2014, at 9:22 AM, David Blaikie wrote: >> >> >> >> The debug info in foo.o will look like this:: >> >> >> >> .debug_info.dwo >> > >> > (so if this goes in

Re: [lldb-dev] Plans for module debugging

2014-11-24 Thread Eric Christopher
On Mon Nov 24 2014 at 11:20:11 AM Adrian Prantl wrote: > > > On Nov 24, 2014, at 9:22 AM, David Blaikie wrote: > >> > >> The debug info in foo.o will look like this:: > >> > >> .debug_info.dwo > > > > (so if this goes in debug_info.dwo then it would be in foo.dwo, not > foo.o... but I had some

Re: [lldb-dev] Plans for module debugging

2014-11-24 Thread David Blaikie
On Mon, Nov 24, 2014 at 11:20 AM, Adrian Prantl wrote: > > > On Nov 24, 2014, at 9:22 AM, David Blaikie wrote: > >> > >> The debug info in foo.o will look like this:: > >> > >> .debug_info.dwo > > > > (so if this goes in debug_info.dwo then it would be in foo.dwo, not > foo.o... but I had some

Re: [lldb-dev] Plans for module debugging

2014-11-24 Thread Adrian Prantl
> On Nov 24, 2014, at 9:22 AM, David Blaikie wrote: >> >> The debug info in foo.o will look like this:: >> >> .debug_info.dwo > > (so if this goes in debug_info.dwo then it would be in foo.dwo, not foo.o... > but I had some further thoughts about this... ) > > So - imagining a future in whi

Re: [lldb-dev] Plans for module debugging

2014-11-24 Thread David Blaikie
On Fri, Nov 21, 2014 at 5:52 PM, Adrian Prantl wrote: > Plans for module debugging > == > > I recently had a chat with Eric Christopher and David Blaikie to discuss > ideas for debug info for Clang modules and this is what we came up with. > > Goals > - > > Clang modul