mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Recognize mchk_calltrap as a trapframe generator.
Should have been included in r328157.
This commit is contained in:
parent
68fd3b0ef5
commit
09707a19f0
1 changed files with 1 additions and 0 deletions
|
|
@ -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, "mchk_calltrap") == 0 ||
|
||||
strcmp(pname, "nmi_calltrap") == 0 ||
|
||||
(pname[0] == 'X' && pname[1] != '_'))
|
||||
return (&kgdb_trgt_trapframe_unwind);
|
||||
|
|
|
|||
Loading…
Reference in a new issue