[Lldb-commits] [lldb] [lldb][Format] Add [inlined] marker to names of inlined frames (PR #142952)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 6 06:24:27 PDT 2025


DavidSpickett wrote:

The function's "name" includes the return and parameter type like: `void foo(void)` (and maybe the calling convention)

We've regex'd around this before but I never thought much about why it does that. I'll have another look and raise an issue if there's no good explanation for it.

https://github.com/llvm/llvm-project/pull/142952


More information about the lldb-commits mailing list