MIG (Mach Interface Generator)

The migcom compiler (from Apple’s bootstrap_cmds) that turns .defs interface files into the C stubs and Request/Reply message structs behind the Mach routines — the code generating what you see on the header pages.

MIG compiler driverbootstrap_cmds/migcom.tproj/mig.c
MIG codegen: header (.h)bootstrap_cmds/migcom.tproj/header.c
MIG codegen: user stubsbootstrap_cmds/migcom.tproj/user.c
MIG codegen: server demuxbootstrap_cmds/migcom.tproj/server.c
MIG routine modelbootstrap_cmds/migcom.tproj/routine.c
MIG type marshalingbootstrap_cmds/migcom.tproj/type.c

other groups: Exceptions & traps · Debugging · Userspace debugging · LLDB debugserver