Re: [lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2018-11-20 Thread Alexandru Croitor via lldb-dev
at 8:51 AM Alexandru Croitor via lldb-dev mailto:lldb-dev@lists.llvm.org>> wrote: I would appreciate, if someone could point me to some relevant code that does something similar to what I'm asking, so I could use it as a base point for exploration. Many thanks. Not sure how much it

Re: [lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2018-11-20 Thread Alexandru Croitor via lldb-dev
f things. On 20. Nov 2018, at 18:45, Leonard Mosescu mailto:mose...@google.com>> wrote: Not strictly related to LLDB but you might find this interesting: https://blogs.dropbox.com/tech/2018/11/crash-reporting-in-desktop-python-applications On Tue, Nov 20, 2018 at 8:51 AM Alexandru C

Re: [lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2018-11-20 Thread Alexandru Croitor via lldb-dev
>> and then pluggable StackFrame provider that would show different >> representations of the stack. >> >> If anybody is interested in taking on such a project, that would be very >> cool. >> >> Jim >> >>> On Jul 6, 2016, at 8:48 AM,

Re: [lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2016-07-08 Thread Alexandru Croitor via lldb-dev
tack frame and > then pluggable StackFrame provider that would show different representations > of the stack. > > If anybody is interested in taking on such a project, that would be very cool. > > Jim > >> On Jul 6, 2016, at 8:48 AM, Alexandru Croitor via lldb-dev

[lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2016-07-06 Thread Alexandru Croitor via lldb-dev
Hello, I've searched for information wether it is possible to debug a python script using LLDB, and haven't found anything so far. Specifically I'm interested in an LLDB counterpart to what GDB provides (the two main pages being https://wiki.python.org/moin/DebuggingWithGdb and http://fedorapr