mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
the debugger back-end has changed. This means that switching from ddb to gdb no longer requires a "step" which can be dangerous on an already-crashed kernel. Also add a capability to get from the gdb back-end back to ddb, by typing ^C in the console window. While here, simplify kdb_sysctl_available() by using sbuf_new_for_sysctl(), and use strlcpy() instead of strncpy() since the strlcpy semantic is desired. MFC after: 1 month |
||
|---|---|---|
| .. | ||
| gdb.h | ||
| gdb_cons.c | ||
| gdb_int.h | ||
| gdb_main.c | ||
| gdb_packet.c | ||