]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
db_nextframe/amd64: catch up with r328083 to recognize fast_syscall_common
authorAndriy Gapon <avg@FreeBSD.org>
Sat, 3 Mar 2018 15:10:37 +0000 (15:10 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 3 Mar 2018 15:10:37 +0000 (15:10 +0000)
commitae0eceab566e0b24c6d430e03225c55e2030bfa6
tree90d12b3ab2f4fa8c5038fb5eac01a86059e4cb53
parentb53ff85eb216c2d3730c196411a9ae669f69a0f8
db_nextframe/amd64: catch up with r328083 to recognize fast_syscall_common

Since that change the system call stack traces look like this:
  ...
  sys___sysctl() at sys___sysctl+0x5f/frame 0xfffffe0028e13ac0
  amd64_syscall() at amd64_syscall+0x79b/frame 0xfffffe0028e13bf0
  fast_syscall_common() at fast_syscall_common+0x101/frame 0xfffffe0028e13bf0
So, db_nextframe() stopped recognizing the system call frame.
This commit should fix that.

Reviewed by: kib
MFC after: 4 days
sys/amd64/amd64/db_trace.c