This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/14523] [MIPS] unexpected signal with gdb target


http://sourceware.org/bugzilla/show_bug.cgi?id=14523

--- Comment #2 from Fred_gdb <dark_footix at yahoo dot fr> 2012-08-28 09:46:14 UTC ---
log error , 


# gdb /usr/bin/my_soft 
GNU gdb (GDB) 7.5.50.20120813
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mipsel-linux-uclibc".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/my_soft ...done.
(gdb) r
Starting program: /usr/bin/my_soft 
GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal





This is not reproduced on gdb target 7.3 

It seems in gdb/common/signals.c , 
there was some code removed flagged in #ifndef GDBSERVER

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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