First GDB 4.17 release snapshot up for ftp
H.J. Lu
hjl@lucon.org
Sat Feb 7 17:15:00 GMT 1998
>
>
> 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.
More information about the Gdb
mailing list