cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

Stack symbol resolution for guests #125

Closed dstolfa closed 2 years ago

dstolfa commented 2 years ago

We currently can't correctly resolve the stack symbols of a guest. This means that if we perform a stack() or ustack() action in the context of a guest, we won't be getting the correct symbols.

dstolfa commented 2 years ago

We can likely reuse a number of functions from db_sym.c to make the implementation easier and less buggy. We do, however, need to exclude them from fbt for that.