mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
15 lines
152 B
Text
15 lines
152 B
Text
echo Setting up the environment for debugging gdb.\n
|
|
|
|
b fatal
|
|
|
|
b info_command
|
|
commands
|
|
silent
|
|
return
|
|
end
|
|
|
|
define rr
|
|
run
|
|
end
|
|
|
|
set prompt (top-gdb)
|