Re: [lldb-dev] filenames in a cross-platform environment

2015-08-29 Thread via lldb-dev
On Thu, Aug 27, 2015 at 09:48:10PM -0700, Duane Ellis wrote: > Today - you are talking about LLDB - which potentially has python under the > hood. This can't be in python - the main LLDB code needs to support it. * LLVM supports it using a preprocessor define, which obviously won't work because

Re: [lldb-dev] filenames in a cross-platform environment

2015-08-27 Thread Duane Ellis via lldb-dev
> On Aug 27, 2015, at 4:17 PM, via lldb-dev wrote: > > Hi all, > > The question of how to tackle filename/path issues in a cross-platform > environment arose as a result of http://reviews.llvm.org/D12115, and we would > like to continue that discussion here. I'll start with excerpts from comme

[lldb-dev] filenames in a cross-platform environment

2015-08-27 Thread via lldb-dev
Hi all, The question of how to tackle filename/path issues in a cross-platform environment arose as a result of http://reviews.llvm.org/D12115, and we would like to continue that discussion here. I'll start with excerpts from comments in that review to give you some background: zturner: [...