// SPDX-License-Identifier: MIT OR Apache-2.0
//! Built-in commands and the registry used by the embedded debug server.
use crateCommand;
use RwLock;
/// The global registry of available commands.
///
/// This list is populated by `register_commands` and `exfiltrate::add_command`.
pub static COMMANDS: = new;
/// Registers the built-in commands (help, list, terminate).
///
/// This is called automatically by `exfiltrate::begin()`.
pub