This is the mail archive of the gdb-patches@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]

[PATCH 0/2] Don't delete thread_info if refcount isn't zero


After Pedro explained the refcount in thread_info, previously I completely
misunderstood it.  Here is the updated patch set.

Regression tested on x86_64-linux.

*** BLURB HERE ***

Yao Qi (2):
  Hoist code on marking thread as exited
  Don't delete thread_info if refcount isn't zero

 gdb/gdbthread.h |  33 ++++++++++++++---
 gdb/infrun.c    |   4 +--
 gdb/thread.c    | 107 +++++++++++++++++++++++---------------------------------
 3 files changed, 73 insertions(+), 71 deletions(-)

-- 
1.9.1


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