2

I need to look up function argument names of public methods. Types are easily available from PDB symbols and DIA symbols, but is there any way out by which we can trace and pull out function argument names as well?

I am concerned with the native pdb symbols.

Charles
  • 50,943
  • 13
  • 104
  • 142
Usman
  • 2,742
  • 4
  • 44
  • 82

1 Answers1

0

Check out the LocalsByAddr.cpp sample here.

Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380