[Lldb-commits] [lldb] r259611 - The compiler may use "line number 0" to indicate compiler generated goo that it can't

Joerg Sonnenberger via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 4 13:34:44 PST 2016


On Wed, Feb 03, 2016 at 12:14:52AM +0000, Zachary Turner via lldb-commits wrote:
> Shouldn't it be possible to force clang to generate code like this?  If so
> couldn't you write a test for this by stepping over a function call which
> has this kind of code in it?

Doesn't global inline assembler turn into this?

Joerg


More information about the lldb-commits mailing list