Disambiguating symbols by module

Martin Simmons qqxnjvamvxwx@dyxyl.com
Fri Sep 3 16:06:42 GMT 2021


>>>>> 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


More information about the Gdb mailing list