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: bug in gdb/target.c:target_signal_to_name


On Sun, Jan 13, 2002 at 04:10:05PM -0500, Andrew Cagney wrote:
> --- 214,223 ----
>       /* I think the code which prints this will always print it along with
>          the string, so no need to be verbose.  */
>       return "?";
> !   else if ((sig >= TARGET_SIGNAL_FIRST) && (sig <= TARGET_SIGNAL_LAST))
> !     return signals[sig].name;
> !   else
> !     return signals[sig].name;
>   }
>   
>   /* Given a name, return its signal.  */

That's probably not what you meant to commit, since both cases are the
same.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
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]