more filtering coverage; fuzzy filtering on search tags as well as entity display string; display a few known frames from callstack in thread entity description buttons

This commit is contained in:
Ryan Fleury
2024-02-05 14:36:33 -08:00
parent 95b8b71322
commit 816bf195c2
9 changed files with 168 additions and 94 deletions
+1
View File
@@ -53,6 +53,7 @@ typedef struct CTRL_UnwindFrame CTRL_UnwindFrame;
struct CTRL_UnwindFrame
{
CTRL_UnwindFrame *next;
CTRL_UnwindFrame *prev;
U64 rip;
void *regs;
};