Query parameters / dwarf info for a function
Edgar Mobile via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <DM8PR16MB4357FA623EB41881EA468829C7309@DM8PR16MB4357.namprd16.prod.outlook.com> |
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