change to use attach functions.

$a means switch thread in core dumps.
(maybe that should be $A now?).
This commit is contained in:
rsc 2005-01-23 22:48:54 +00:00
parent 4f2ac1b76b
commit b030a6c390
5 changed files with 35 additions and 97 deletions

View file

@ -125,6 +125,11 @@ printdollar(int modif)
attachprocess();
break;
/* maybe use this for lwpids?
case 'A':
attachpthread();
break;
*/
case 'k':
kmsys();
break;