Re: [lldb-dev] [CFP] LLVM devroom @ FOSDEM 2017

2016-11-30 Thread Renato Golin via lldb-dev
Gentle reminder, the deadline is tomorrow, but we may extend to the end of the week. Keep your proposals coming. Thanks! cheers, -renato On 11 October 2016 at 14:25, Renato Golin wrote: > CALL FOR PAPERS / PARTICIPATION > > At FOSDEM 2017, LLVM will again participate with a dedicated devroom. >

[lldb-dev] [Bug 31214] New: Don't stop on line 0

2016-11-30 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31214 Bug ID: 31214 Summary: Don't stop on line 0 Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P

Re: [lldb-dev] Refactoring in LLDB Windows Plugin

2016-11-30 Thread Greg Clayton via lldb-dev
> On Nov 29, 2016, at 10:16 PM, Zachary Turner wrote: > > What would it take to make it so that local and remote process plugins use > the same exact interface? I mean in theory they're doing the same thing, > just on a different machine. If they shared an identical interface then you > cou

[lldb-dev] [Bug 31214] Don't stop on line 0

2016-11-30 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31214 Paul Robinson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[lldb-dev] Conditionally adding sources to the build

2016-11-30 Thread Dmitry Mikulin via lldb-dev
Hi, I’m trying to conditionally add source files to the lldb build based on a cmake configure time variable. I get the following type of errors for all sources not included in the build: CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): Found unknown source file /homes/dm

Re: [lldb-dev] Conditionally adding sources to the build

2016-11-30 Thread Zachary Turner via lldb-dev
Unfortunately you will need to separate them at the directory levels. On Wed, Nov 30, 2016 at 4:29 PM Dmitry Mikulin via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi, > > I’m trying to conditionally add source files to the lldb build based on a > cmake configure time variable. I get the follow

Re: [lldb-dev] Refactoring in LLDB Windows Plugin

2016-11-30 Thread Stephane Sezer via lldb-dev
For what it's worth, we've been using lldb with ds2 to do remote debugging on Windows (x86) and Windows Phone (arm) and the lldb side of things works well with remote Windows targets. Besides porting lldb-server to Windows there shouldn't be any extra effort on the lldb side to do what Greg is talk