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
> 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
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:
[...