> 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
4, 2019 6:11 AM
> To: Larry D'Anna
> Cc: lldb-dev@lists.llvm.org
> Subject: [EXT] Re: [lldb-dev] RFC: full support for python files, and avoid
> using
> FILE* internally
>
> On 23/09/2019 20:54, Larry D'Anna wrote:
> >
> >
> >> On Sep 23, 2019, a
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
> 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 LLDB to have full support fo
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 LLDB to have full support for python
file objects, so the outputs of debugger commands can b
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 LLDB to have full support for python file
objects, so the outputs of debugger commands can be redirected into iPython’s
own streams.
This howeve