This is the mail archive of the gdb-patches@sources.redhat.com 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: [PATCH] Ping - PR1473


On Mon, Jan 05, 2004 at 11:28:37AM +0000, Paul Brook wrote:
> I submitted a patch to fix PR1473 a couple of weeks ago, but haven't recieved 
> any feedback.
> 
> http://sources.redhat.com/ml/gdb-patches/2003-12/msg00426.html
> 
> I forgot to put [patch] in the subject line, so I guess it might have slipped 
> past unnoticed.

It slipped past because no one likes to deal with infrun :)

I don't like the idea of adding this test to keep_going.  This should
only be necessary in the BPSTAT_WHAT_CHECK_SHLIBS case, correct?

Somethng like this:

-         if (stop_on_solib_events)
+         if (stop_on_solib_events || stop_stack_dummy)

I don't know if you need a stop_print_frame=0 also if
(stop_stack_dummy).

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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