7bb8426ed8
It largely tries to follow gdb's command set unless there's good reason not to. So new or modified command names generally refer to the function they have in gdb.
5 lines
220 B
Text
5 lines
220 B
Text
This is an expanded version of the Python debugger, pdb.py
|
|
|
|
Largely we're trying to follow gdb's command set unless there's good
|
|
reason. So new or modified command names generally refer to the
|
|
function they have in gdb.
|