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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> ---
There's a case in sol-thread.c:

  if (beneath->to_find_new_threads != NULL)
    beneath->to_find_new_threads (beneath);

No bug here, just the test can be deleted.

There are also a few to investigate in record:

./record-btrace.c:    if (ops->to_xfer_partial != NULL)
./record-btrace.c:    if (t->to_fetch_registers != NULL)
./record-btrace.c:    if (t->to_store_registers != NULL)
./record-btrace.c:    if (t->to_prepare_to_store != NULL)
./record-btrace.c:    if (ops->to_resume != NULL)
./record-btrace.c:    if (ops->to_wait != NULL)
./record-btrace.c:    if (ops->to_find_new_threads != NULL)
./record-btrace.c:    if (ops->to_thread_alive != NULL)

Some of those are probably not delegated (I didn't check yet),
but some are.

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