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/17130] Quit regression on targets that don't have job_control / terminal switching (expect signal SIGINT when the program is resumed)


https://sourceware.org/bugzilla/show_bug.cgi?id=17130

--- Comment #2 from Pedro Alves <palves at redhat dot com> ---
I think all of these can just call the beneath target unconditionally.

Similarly, 'grep beneath * | grep if' finds these that can be cleaned up:

corelow.c:      if (ops->beneath != NULL)
procfs.c:      if (ops->beneath != NULL)
spu-multiarch.c:  if (ops_beneath)
spu-multiarch.c:  if (!ops_beneath || SPUADDR_SPU (start_addr) >= 0)
windows-nat.c:      if (ops->beneath != NULL)

-- 
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]