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]

[multiprocess RFA] Add tmp_inf to linux_nat_xfer_partial


Hi,

After I add patch make focus command can be used with linux-nat.
Breakpoint with linux-nat in multiprocess work not very well.
I found that linux_nat_xfer_partial doesn't like remote_xfer_partial
deal with tmp_inf. So I wrote a patch to make breakpoint work well.

2008-12-04  Hui Zhu  <teawater@gmail.com>

	* linux-nat.c (linux_nat_xfer_partial): Set inferior_ptid
	according to tmp_inf.

Thanks,
Hui

Attachment: linux_nat_xfer_partial_add_tmp_inf.txt
Description: Text document


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