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]

[RFA 0/5] Fix some bugs on macOS


Hello,

I'm sending a couple of patches which make GDB working better on Sierra and later.

Xavier

Xavier Roirand (5):
  Darwin: fix bad loop incrementation
  Darwin: Handle unrelocated dyld.
  Darwin: set startup-with-shell to off on Sierra and later.
  Darwin: fix thread ptid started by fork_inferior
  Darwin: fix SIGTRAP when debugging

 gdb/darwin-nat.c   |  54 ++++++++++++++++++++++++--
 gdb/machoread.c    |   2 +-
 gdb/solib-darwin.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 154 insertions(+), 13 deletions(-)

-- 
2.7.4


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