Re: [lldb-dev] [LLDB]{Proposal} Adding new typesystem to support language like PLI/COBOL to lldb

2018-10-09 Thread Davide Italiano via lldb-dev
On Tue, Oct 9, 2018 at 3:56 AM Chirag Patel via lldb-dev wrote: > > Hello all, > > > > I am looking into adding the new typesystem support for languages like > PLI/COBOL. > > Is anybody actively working/looking on this? > > > > Regards, > > Not I'm aware of. -- Davide

Re: [lldb-dev] [cfe-dev] Should we stop supporting building with Visual Studio?

2018-10-09 Thread Greg Bedwell via lldb-dev
> > > Sadly that's part of the problem. Very few people actually use the Visual > Studio generator for building, so a lot of times when we get people with > issues, nobody knows how to help (or the person that does know doesn't see > the thread). So they get a response like "hmm, not many people

[lldb-dev] [LLDB]{Proposal} Adding new typesystem to support language like PLI/COBOL to lldb

2018-10-09 Thread Chirag Patel via lldb-dev
Hello all, I am looking into adding the new typesystem support for languages like PLI/COBOL. Is anybody actively working/looking on this? Regards, Chirag Patel| Software Engineer RAINCODE Mainframe to .NET Tel : +91 080 41159811 | Mob : +91 90493 36744

Re: [lldb-dev] Proposal for bi-endian code debugging support for lldb.

2018-10-09 Thread Chirag Patel via lldb-dev
Ping! Chirag Patel| Software Engineer RAINCODE Mainframe to .NET Tel : +91 080 41159811 | Mob : +91 90493 36744 www.raincodelabs.com From: lldb-dev On Behalf Of Chirag Patel via lldb-dev Sent: 04 October 2018 11:34 To: lldb-dev@lists.llvm.org Subject: Re:

Re: [lldb-dev] [cfe-dev] Should we stop supporting building with Visual Studio?

2018-10-09 Thread Zachary Turner via lldb-dev
On Tue, Oct 9, 2018 at 12:49 AM Csaba Raduly wrote: > On Sun, Oct 7, 2018 at 10:51 PM Zachary Turner via cfe-dev > wrote: > > > 1) Run CMake twice, generating to separate output directories. Once > using -G "Visual Studio 15 2017" and once using -G Ninja, each to different > directories. > > >