VirtualBox

Ignore:
Timestamp:
Mar 16, 2023 6:12:43 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156362
Message:

Debugger: Build a debugger library specific for the armv8 target, bugref:10385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/Makefile.kmk

    r98439 r99010  
    6666        DBGCIoProvIpc.cpp \
    6767        DBGCScreenAscii.cpp
     68
     69ifdef VBOX_WITH_VIRT_ARMV8
     70 ifdef VBOX_WITH_DEBUGGER
     71  LIBRARIES += Debugger-armv8
     72 endif # VBOX_WITH_DEBUGGER
     73
     74 #
     75 # Debugger library - linked into VBoxVMM, ARMv8 variant.
     76 #
     77 # @todo Can this be merged into one library later maybe?
     78 Debugger-armv8_TEMPLATE  = VBoxR3Dll
     79 Debugger-armv8_DEFS      = VBOX_VMM_TARGET_ARMV8 IN_VMM_R3 IN_DBG_R3 IN_DIS
     80 ifneq ($(KBUILD_TYPE),release)
     81  Debugger-armv8_DEFS    += VBOX_WITH_DEBUGGER_TCP_BY_DEFAULT
     82 endif
     83 Debugger-armv8_SOURCES   = \
     84        DBGConsole.cpp \
     85        DBGCEval.cpp \
     86        DBGCBuiltInSymbols.cpp \
     87        DBGCCmdHlp.cpp \
     88        DBGCCmdWorkers.cpp \
     89        DBGCCommands.cpp \
     90        DBGCDumpImage.cpp \
     91        DBGCFunctions.cpp \
     92        DBGCEmulateCodeView.cpp \
     93        DBGCOps.cpp \
     94        DBGCGdbRemoteStub.cpp \
     95        DBGCRemoteKd.cpp \
     96        DBGCIo.cpp \
     97        DBGCIoProvTcp.cpp \
     98        DBGCIoProvUdp.cpp \
     99        DBGCIoProvIpc.cpp \
     100        DBGCScreenAscii.cpp
     101endif
    68102
    69103#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette