This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: skip setting the svr4 shared library breakpoint if there's no execution (Re: Regression loading a tracefile in 7_3)
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pedro Alves <pedro at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org, Marc Khouzam <marc dot khouzam at ericsson dot com>
- Date: Fri, 20 May 2011 08:35:34 -0700
- Subject: Re: skip setting the svr4 shared library breakpoint if there's no execution (Re: Regression loading a tracefile in 7_3)
- References: <F7CE05678329534C957159168FA70DEC577E916171@EUSAACMS0703.eamcs.ericsson.se> <201105201257.53942.pedro@codesourcery.com> <201105201503.21053.pedro@codesourcery.com>
> 2011-05-20 Pedro Alves <pedro@codesourcery.com>
>
> gdb/
> * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
> shared library event breakpoint if there's no execution.
>
> gdb/testsuite/
> * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
> file doesn't error, using MI.
Seems very reasonable...
--
Joel