Searched hist:178713 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_amd64.cdiff 178713 Thu May 01 18:36:48 MDT 2008 jhb - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We
now only use the TID and ignore the PID and use pid_to_ptid() to build a
ptid treating the TID as a PID. The benefit of this is that the vmcore
target now uses the same scheme as GDB's remote targets. As a result,
the 'tid' command now works for remote targets (however, it only accepts
TIDs and not addresses of 'struct thread' objects).
- Use gdb_thread_select() to do the actual thread switch for the 'tid' and
'proc' commands. This now gives the same UI feedback when switching
threads as the GDB 'thread' command rather than providing no visual
output at all.

MFC after: 1 week

Completed in 53 milliseconds