Re: [lldb-dev] Advice on architectures with multiple address spaces

2018-05-25 Thread Duane Ellis via lldb-dev
As an FYI - this is another way of looking at Address spaces.. I like the word “Route” to the memory space, i think it defines the problem better. All Armv8 chips effectively have - multiple address available to the debugger For instance, a JTAG debugger halts an ARMV8 cpu core, and the core hal

Re: [lldb-dev] Advice on architectures with multiple address spaces

2018-05-25 Thread Duane Ellis via lldb-dev
From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Duane > Ellis via lldb-dev > Sent: Friday, May 25, 2018 9:40 AM > To: Zdenek Prikryl > Cc: LLDB > Subject: Re: [lldb-dev] Advice on architectures with multiple address spaces > > As an FYI - this is another wa

Re: [lldb-dev] How does attach work on non-Windows?

2015-08-26 Thread Duane Ellis via lldb-dev
> > On Aug 26, 2015, at 2:20 PM, Zachary Turner via lldb-dev > wrote: > > Slightly related, but do other platforms have a way to check from an inferior > if a debugger is present? > > We need to do this frequently from the test inferiors, and I see lots of > different approaches used in the

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