SingleAccretion opened issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end), which makes LLDB believe the function starts later than it actually does.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
SingleAccretion edited issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end), which appears to make LLDB believe the function starts later than it actually does.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
SingleAccretion edited issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end), which appears to make LLDB believe the function starts later than it actually does.Edit: we also appear to exclude the function range from
debug_ranges.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
SingleAccretion edited issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end). We also appear to exclude the function range fromdebug_ranges. This makes LLDB believe the function starts later than it actually does.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
SingleAccretion edited issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end). This makes LLDB believe the function starts later than it actually does.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
alexcrichton closed issue #10676:
We auto-generate some DWARF for functions missing WASM-level DWARF. The line program of this "simulated" DWARF lacks the prolog markers (
prolog_end). This makes LLDB believe the function starts later than it actually does.See also https://github.com/llvm/llvm-project/issues/137385 for some more details.
Last updated: Dec 06 2025 at 06:05 UTC