Re: Disambiguating symbols by module
Alexander Miloslavskiy via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03.09.2021 17:53, Matt Rice wrote: > I don't really know of any satisfactory solution then... > The best workaround I can come up with is to put the address in a > convience variable (which could perhaps be automated with some python > scripts in your gdbinit, to gain some address independence). Right, I think that a startup python script could work, if there are no better solutions. Thanks!