git: pc64/vmm: Disable stuffs to avoid overload symbols confusing debuger

Aaron LI aly at crater.dragonflybsd.org
Thu Jun 24 07:39:12 PDT 2021


commit c65f9d97d66fae84df02f2625465e97e637cce95
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jun 13 21:30:36 2021 +0800

    pc64/vmm: Disable stuffs to avoid overload symbols confusing debuger
    
    There are some static symbols in pc64/vmm have the same names as in nvmm,
    which can confuse ddb/kgdb.  Disable most of the pc64/vmm stuffs to
    avoid such conflicts.  This doesn't affect anything because pc64/vmm has
    been already disabled via sysctl and not used (well, it doesn't work
    well enough with vkernel).
    
    Credit to Matt Dillon.

Summary of changes:
 sys/platform/pc64/conf/files | 8 ++++----
 sys/platform/pc64/vmm/vmm.c  | 4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c65f9d97d66fae84df02f2625465e97e637cce95


-- 
DragonFly BSD source repository


More information about the Commits mailing list