Hi,

I call SBFrame.name to get function name and display in our debugger
callstack window. However, this seems to include arguments types
sometimes.(Btw: why it includes arguments types for subFunction but not
main() in screenshot?)

[image: Inline image 1]

This is fine for small function, but can be really long if the function has
a lot of arguments and the arguments are of template type.

Is there any way to only get the function name without arguments types?

I have tried ""settings set frame-format [..]" " which seems to only apply
to "bt" command.
I have tried SBFrame.function.name the same result.

Did I miss anything?
Jeffrey
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to