Use the trapframe unwinder for "fast_syscall_common".

MFC after:	3 days
This commit is contained in:
John Baldwin 2018-03-09 22:58:05 +00:00
parent 0b8c33590a
commit bd29e684d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330708

View File

@ -189,6 +189,7 @@ kgdb_trgt_trapframe_sniffer(struct frame_info *next_frame)
if (pname == NULL)
return (NULL);
if (strcmp(pname, "calltrap") == 0 ||
strcmp(pname, "fast_syscall_common") == 0 ||
strcmp(pname, "mchk_calltrap") == 0 ||
strcmp(pname, "nmi_calltrap") == 0 ||
(pname[0] == 'X' && pname[1] != '_'))