Module drone::probe[][src]

Debug probe interface.

Modules

bmp

Black Magic Probe.

jlink

Segger J-Link.

openocd

OpenOCD.

Enums

Log

An enum of all supported debug loggers.

Probe

An enum of all supported debug probes.

Functions

begin_log_output

Displays a banner representing beginning of log output.

flash

Returns a function to serve drone flash command.

gdb

Returns a function to serve drone gdb command.

gdb_script_command

Creates a GDB script command.

gdb_script_continue

Signals the other size of pipe.

gdb_script_wait

Waits for the other side of pipe.

log

Returns a function to serve drone log command.

reset

Returns a function to serve drone reset command.

run_gdb_client

Runs a GDB client.

run_gdb_server

Runs a GDB server.

rustc_substitute_path

Returns a GDB substitute-path for rustc sources.

setup_serial_endpoint

Configures the endpoint with stty command.