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] add new .exp file and a 'c' testfile to test backtrace limits etc.


Hi Paul,

On Sat, Apr 30, 2005 at 02:49:14PM -0400, Daniel Jacobowitz wrote:
> On Fri, Apr 15, 2005 at 03:02:39PM -0800, Paul Gilliam wrote:
> > OK.  this is in partial responce to:
> > 	http://sourceware.org/ml/gdb-patches/2005-04/msg00145.html
> > 
> > This patch adds a new test file, setbacktrace.exp along with a new 'c' test program,
> > setbacktrace.c.
> > 
> > The purpose of this new test is to check backtrace releated features not tested
> > elsewhere in the testsuit:
> >    *  Check that we know what backtrace options are available.
> >    *  Check that GDB will only backtrace the requested number of frames.
> >    *  Check that GDB doesn't backtrace past main unless asked to do so.

I sent you some comments on this patch in April.  Here's another one
that may be useful:
  http://sourceware.org/ml/gdb-patches/2005-05/msg00590.html

This patch fixed the bug I originally wanted this test case to test
for, and a couple of related bugs.  If you don't have time, let me
know, and I'll try to update the test myself.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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