This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch 2/2] testsuite: dw2-ref-missing-frame for PR python/11407
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Phil Muldoon <pmuldoon at redhat dot com>
- Date: Thu, 24 Jun 2010 12:12:01 -0600
- Subject: Re: [patch 2/2] testsuite: dw2-ref-missing-frame for PR python/11407
- References: <20100623203039.GB15544@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
Jan> * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
Jan> * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
Jan> Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
Jan> * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
Jan> executable_nofb and executable_fb. New variables srcsfile, objsfile,
Jan> srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
Jan> binfile. Call gdb_compile with clean_restart twice.
Jan> (func_nofb print, func_nofb backtrace, func_loopfb print)
Jan> (func_loopfb backtrace): New. Use KFAIL python/11407.
This is ok.
Tom