command api question

Andrew Cagney ac131313@cygnus.com
Wed Apr 3 08:54:00 GMT 2002


> On Tue, Apr 02, 2002 at 01:51:16PM -0500, Kris Warkentin wrote:
> 
>> There is a static variable 'solib_search_path' in solib.c that I'd like to
>> get access to outside of solib.c.  I see that it has been added to the
>> command list with an 'add_set_cmd()' call.  What is the easiest way for me
>> to get a reference to this variable so that I can modify it? (we have an
>> initialization routine to set a default solib search path).  I apologize if
>> this is clearly documented somewhere - the functions in command.h are
>> probably what I'm looking for but it wasn't immediately obvious which one I
>> should use and how.
> 
> 
> It's probably easier just to make it into a global, instead of munging
> the command lists.

Er .....

Kris, can you explain why you want to munge this variable?

Andrew



More information about the Gdb mailing list