> On Sep 24, 2019, at 10:04 AM, Ted Woodward wrote:
>
> A bit of a tangent, but I've been getting requests to debug Python and C++
> together. Things like TensorFlow start in Python, then call into C++
> libraries. Users want to be able to debug the Python code as Python (not
> debugging in
> On Sep 24, 2019, at 4:11 AM, Pavel Labath wrote:
>
> On 23/09/2019 20:54, Larry D'Anna wrote:
>>> On Sep 23, 2019, at 7:11 AM, Pavel Labath wrote:
>>>
>>> On 20/09/2019 17:35, Larry D'Anna via lldb-dev wrote:
Hi lldb-dev.
I want to be able to use LLDB inside of iPython, so I can h
> On Sep 24, 2019, at 11:36 AM, Nat! via lldb-dev
> wrote:
>
>
>
> On 24.09.19 19:28, Jim Ingham wrote:
>> We've had many requests to elide some classes of entries in backtraces -
>> like to mirror the Xcode display I mentioned previously. Most of these
>> requests don't depend on the fun
On 24.09.19 19:28, Jim Ingham wrote:
We've had many requests to elide some classes of entries in backtraces - like to mirror the
Xcode display I mentioned previously. Most of these requests don't depend on the functions
being marked artificial. So if we're going to do this, something more g
We've had many requests to elide some classes of entries in backtraces - like
to mirror the Xcode display I mentioned previously. Most of these requests
don't depend on the functions being marked artificial. So if we're going to do
this, something more general than just "marked artificial" ->
A bit of a tangent, but I've been getting requests to debug Python and C++
together. Things like TensorFlow start in Python, then call into C++ libraries.
Users want to be able to debug the Python code as Python (not debugging into
Python itself), then step into the C++ libraries. They want to g
On 23/09/2019 20:54, Larry D'Anna wrote:
On Sep 23, 2019, at 7:11 AM, Pavel Labath wrote:
On 20/09/2019 17:35, Larry D'Anna via lldb-dev wrote:
Hi lldb-dev.
I want to be able to use LLDB inside of iPython, so I can have mixed python and
LLDB debug session.
To this end, I’d like to update L
Nat! schrieb am 24.09.19 um 00:28:
On 23.09.19 19:22, Adrian Prantl wrote:
I think the best mechanism for this would be to ensure that the
trampolines are marked up as DW_AT_artificial and/or DW_AT_trampoline
by the compiler. I'm pretty sure LLDB then already knows how to hide
artificial fra
Hi,
Uploaded
f8f3e6bdd640079a140a7ada4eb6f5f05aeae125cf54b94d44f733b0e8691dc2
clang+llvm-9.0.0-aarch64-linux-gnu.tar.xz
ff6046bf98dbc85d7cb0c3c70456bc002b99a809bfc115657db2683ba61752ec
clang+llvm-9.0.0-armv7a-linux-gnueabihf.tar.xz
Cheers,
Diana
On Thu, 19 Sep 2019 at 16:56, Hans Wennborg via Re