2006-02-21
* Add gdb commands:
- "cd" command
- "display", "undisplay"
- help subcommands for "show", "info", and "set"
- info: "display", "line" "source" and "program"
- "pwd" command
- "return" (early exit from a function)
- "shell" command
- Extend "info line" to allow a function name.
* Use inspect module. Argument parameters and values are now shown.
* Break out debugger into more files
* File location reporting changed. Is now like mdb, bashdb, or (or perldb)
* Changes to make more compatible with ddd.
* Doc fixes, add more GNU Emacs debugger commands
* "clear" command now accepts a function name
* Bugfixes:
- allow debugged program to mangle sys.argv (we save our own copy)