Re: lldb support for D programming language

2012-07-08 Thread timotheecour
unfortunately OSX uses an older version of gdb and doesn't support either python scripting nor -tui; and the macports version of gdb (ggdb) doesn't work, even on the simplest segfaulting C program, see http://stackoverflow.com/questions/6092766/gdb-7-segfaulting. Anyways I still think lldb is

Re: lldb support for D programming language

2012-07-08 Thread Wouter Verhelst
"timotheecour" writes: > Is anybody planning to support the D programming language in lldb? > > Currently gdb on osx doesn't support D (name mangling issues on osx > even though it works on linux), and anyways lldb offers much more than > gdb with interactive debugging via python scripting among

lldb support for D programming language

2012-07-08 Thread timotheecour
Is anybody planning to support the D programming language in lldb? Currently gdb on osx doesn't support D (name mangling issues on osx even though it works on linux), and anyways lldb offers much more than gdb with interactive debugging via python scripting among other niceties. The gdb patch