This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Fix too many "no debugging symbols found" warnings.


[sorry for the delay, I'd been AFK]

On Friday 10 July 2009 23:12:19, Doug Evans wrote:

> The attached patch adds an optional regex argument to "info shared"
> and marks in the output libraries without debugging info.
> With this addition, I don't see a real need for a "set print
> symbol-loading-warning/whatever" option, thus I deleted it.
> 
> Ok to check in?
> 

I like this approach better.  I like the regex consistency with
"sharedlibrary".  I'm not sure if a '(*)' is the best UI, compared to
an explicit word, though, but I can live with it if others can too.
What do others think?  Also, did you have a chance to run this
through your users?

Did you try this with any frontend?  I've now realized that MI
clients are probably parsing "info sharedlibrary" output for
lack for an equivalent MI command.  :-/  :-(

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]