This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: First GDB 4.17 release snapshot up for ftp


> 
> 
> It looks like this problem, reported as follows,
> still hasn't been fixed...
> 
> 
> I made this change again to 4.15.85:
> 
> : leisner@dw;rcsdiff -u solib.c
> ===================================================================
> RCS file: RCS/solib.c,v
> retrieving revision 1.1
> diff -u -r1.1 solib.c
> --- solib.c     1998/02/07 20:20:33     1.1
> +++ solib.c     1998/02/07 20:32:52
> @@ -964,12 +964,13 @@
>         {
>           so_list_head = new;
>  
> +#if 0
>           if (! solib_cleanup_queued)
>             {
>               make_run_cleanup (do_clear_solib);
>               solib_cleanup_queued = 1;
>             }
> -         
> +#endif   
>         }      
>        so_list_next = new;
>        read_memory ((CORE_ADDR) lm, (char *) &(new -> lm),
> 

I really like to know how anyone gets it to work on Solaris
since I got the same exact error as on Linux. Does anyone else
use gdb to debug a shared library on an ELF system like
Solaris or Linux?

Thanks.


H.J.