Greetings, can someone tell me if there is a gdb command to query the dwarf info of a function, specifically the memory location of the parameters, just through its name during post-mortem debugging ( I cannot stop inside the function because the program isn't running ) ? Regards