Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger info widget should consider the call type at the callsite in addition to the function type #636

Open
xusheng6 opened this issue Oct 21, 2024 · 0 comments

Comments

@xusheng6
Copy link
Member

Right now the debugger info widget displays info for the call using the info from the function itself. This is good in many cases, but it is not perfect, since:

  1. The call can be a function pointer or data variable, which means it does not have the associated function type
  2. The call type could have been overridden
  3. For variadic functions, e.g., printf, the type at the call site could be more accurate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant