From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Inline handle_step_into_function part # 1of2 Date: Fri, 14 May 2004 15:49:00 -0000 Message-id: <40A4EA9E.8010803@gnu.org> References: <40A3ED4A.6010801@gnu.org> X-SW-Source: 2004-05/msg00427.html 2004-05-13 Andrew Cagney * infrun.c (handle_step_into_function): Delete function. (handle_inferior_event): Inline calls to handle_step_into_function. I've checked this in. Andrew