[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-29 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: This looks useful: https://lldb.llvm.org/use/python.html -- ___ Python tracker ___ ___

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-27 Thread Shreyan Avigyan
Shreyan Avigyan added the comment: Would be great. LLDB is also supported on Windows (by Visual Studio) unlike gdb. -- nosy: +shreyanavigyan ___ Python tracker ___

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-25 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-18 Thread STINNER Victor
STINNER Victor added the comment: Does lldb support scripting in any way? For basic scripting, see also Misc/gdbinit which provides gdb macros: * pyo * pyg * pylocals * linenon * pyframev * pyframe * printframe * pystack * pystackv * pu I don't know if these macros are up to date for Python

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-15 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-14 Thread Ned Deily
Change by Ned Deily : -- components: -macOS ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-14 Thread Gregory P. Smith
Gregory P. Smith added the comment: This would be useful beyond macOS. Clang/LLVM is the compiler toolchain of choice for a lot of the world these days. Including lldb. gdb cannot be assumed to be available or even work everywhere. This would be a great thing to have. --

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2020-11-27 Thread Ronald Oussoren
Change by Ronald Oussoren : -- title: Support lldb enhancement in MacOS -> [feature request] Add lldb equivalent to Tools/gdb versions: +Python 3.10 -Python 3.9 ___ Python tracker