[PATCH 3/5] gdb/progspace: add solib_ops pointer in program_space
Tom Tromey
tom@tromey.com
Thu Jun 5 20:31:21 GMT 2025
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:
Simon> @@ -3653,6 +3654,9 @@ generic_mourn_inferior (void)
Simon> fail, since the inferior is long gone). */
Simon> mark_breakpoints_out (inf->pspace);
Simon> + //clear_solib (inf->pspace);
Simon> + //inf->pspace->unset_solib_ops ();
Simon> +
This should either be removed or uncommented.
Tom
More information about the Gdb-patches
mailing list