Reword the string description of native FreeBSD ptids.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 21 Jan 2016 17:51:35 +0000 (09:51 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 22 Jan 2016 16:47:15 +0000 (08:47 -0800)
commitb2bae2f79b11a87af3dbc2a6ca3c0c4987ecfbba
tree3932839908dd6fada1f9dca12b6823f36b2f48e8
parent99e8eb11cfcdde8cba6755ed4613c3cb079dfaa4
Reword the string description of native FreeBSD ptids.

The prior format led to confusing messages when threads were created
or added such as "[New process 14757, LWP 100537]".  The new format
reports this as "[New LWP 100434 of process 15652]".

gdb/ChangeLog:

* fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
gdb/ChangeLog
gdb/fbsd-nat.c