Displaying 1 result from an estimated 1 matches for "foowithab".
2018 Jul 25
3
A question to the DWARF experts on symbol indirection
It would be great if some DWARF expert could weigh in on this, since my
understanding on DWARF is rudimentary.
Let's say I have a C function defined as
struct ab
{
int a;
int b;
};
void fooWithAb( struct ab *_param)
{
}
Is it possible to emit DWARF statements, so that in the debugger the
parameter
_param is hidden and the visibility is a and b, without a _param-> prefix ?
Ciao
Nat!
Why I need this:
https://www.mulle-kybernetik.com/weblog/2015/mulle_objc_meta_call_convention.html