toolchain: add new debugging tool using magenta_debug

This commit is contained in:
2026-06-06 17:54:20 +01:00
parent 5bb36a916c
commit a6bdcc6c49
40 changed files with 2211 additions and 1 deletions
+2 -1
View File
@@ -10,10 +10,11 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
add_subdirectory(../lib/libfx ${CMAKE_CURRENT_BINARY_DIR}/libfx)
find_package(FX REQUIRED COMPONENTS
fx.runtime fx.collections fx.cmdline fx.serial fx.io)
fx.runtime fx.collections fx.cmdline fx.serial fx.io fx.term)
add_subdirectory(
../kernel/tools
${CMAKE_CURRENT_BINARY_DIR}/kernel-tools)
add_subdirectory(xpcg)
add_subdirectory(mxdbg)