Re: Disambiguating symbols by module
Martin Simmons <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Fri, 3 Sep 2021 17:57:42 +0300, Alexander Miloslavskiy via Gdb said: > > Right, I think that a startup python script could work, if there are no > better solutions. Thanks! If the short function name is just for convenience and you can rename it to something longer, then you can define a short-named user command to call it define callps call (void)the_unique_ps_function() end __Martin