COPYING
MANIFEST.in
Makefile
NEWS
README.md
__pkginfo__.py
make-check-filter.py
setup.cfg
setup.py
test/data/Makefile
test/data/macro.cmd
test/data/macro.right
test/data/noscript.cmd
test/data/noscript.right
test/data/step.cmd
test/data/step.right
test/example/Makefile
test/example/bgthread.py
test/example/gcd-dbgcall.py
test/example/gcd.py
test/example/hanoi.py
test/example/q-dbgcall.py
test/example/q.py
test/example/sigtest.py
test/example/tlock.py
test/functional/fn_helper.py
test/functional/setup.py
test/functional/test-break.py
test/functional/test-finish.py
test/functional/test-jump.py
test/functional/test-next.py
test/functional/test-sig.py
test/functional/test-skip.py
test/functional/test-step.py
test/integration/helper.py
test/integration/setup.py
test/integration/test-general.py
test/integration/test-macro.py
test/integration/test-noscript.py
test/unit/cmdhelper.py
test/unit/test-break.py
test/unit/test-brkpt.py
test/unit/test-bytecode.py
test/unit/test-clifns.py
test/unit/test-cmd-alias.py
test/unit/test-cmdfns.py
test/unit/test-cmdproc.py
test/unit/test-completion.py
test/unit/test-core.py
test/unit/test-disassemble.py
test/unit/test-except.py
test/unit/test-fifo.py
test/unit/test-finish.py
test/unit/test-help.py
test/unit/test-info-files.py
test/unit/test-io-input.py
test/unit/test-kill.py
test/unit/test-lib-complete.py
test/unit/test-lib-display.py
test/unit/test-lib-eval.py
test/unit/test-lib-file.py
test/unit/test-lib-format.py
test/unit/test-lib-pp.py
test/unit/test-lib-print.py
test/unit/test-lib-sig.py
test/unit/test-lib-thread.py
test/unit/test-list.py
test/unit/test-misc.py
test/unit/test-pdef.py
test/unit/test-pr.py
test/unit/test-processor.py
test/unit/test-quit.py
test/unit/test-run.py
test/unit/test-stack.py
test/unit/test-step.py
test/unit/test-subcmd.py
test/unit/test-tcp.py
test/unit/test-user.py
trepan/VERSION.py
trepan/__init__.py
trepan/api.py
trepan/bwcli.py
trepan/cli.py
trepan/client.py
trepan/clifns.py
trepan/debugger.py
trepan/exception.py
trepan/interface.py
trepan/misc.py
trepan/options.py
trepan/post_mortem.py
trepan/vprocessor.py
trepan.egg-info/PKG-INFO
trepan.egg-info/SOURCES.txt
trepan.egg-info/dependency_links.txt
trepan.egg-info/entry_points.txt
trepan.egg-info/namespace_packages.txt
trepan.egg-info/not-zip-safe
trepan.egg-info/requires.txt
trepan.egg-info/top_level.txt
trepan/bwprocessor/__init__.py
trepan/bwprocessor/location.py
trepan/bwprocessor/main.py
trepan/bwprocessor/msg.py
trepan/inout/__init__.py
trepan/inout/base.py
trepan/inout/fifoclient.py
trepan/inout/fifoserver.py
trepan/inout/input.py
trepan/inout/output.py
trepan/inout/scriptin.py
trepan/inout/stringarray.py
trepan/inout/tcpclient.py
trepan/inout/tcpfns.py
trepan/inout/tcpserver.py
trepan/interfaces/__init__.py
trepan/interfaces/bullwinkle.py
trepan/interfaces/client.py
trepan/interfaces/comcodes.py
trepan/interfaces/script.py
trepan/interfaces/server.py
trepan/interfaces/user.py
trepan/lib/__init__.py
trepan/lib/breakpoint.py
trepan/lib/bytecode.py
trepan/lib/complete.py
trepan/lib/core.py
trepan/lib/default.py
trepan/lib/disassemble.py
trepan/lib/display.py
trepan/lib/eval.py
trepan/lib/file.py
trepan/lib/format.py
trepan/lib/pp.py
trepan/lib/print.py
trepan/lib/sighandler.py
trepan/lib/stack.py
trepan/lib/thred.py
trepan/processor/__init__.py
trepan/processor/cmdbreak.py
trepan/processor/cmdfns.py
trepan/processor/cmdproc.py
trepan/processor/complete.py
trepan/processor/frame.py
trepan/processor/subcmd.py
trepan/processor/trace.py
trepan/processor/command/__init__.py
trepan/processor/command/alias.py
trepan/processor/command/backtrace.py
trepan/processor/command/base_cmd.py
trepan/processor/command/base_subcmd.py
trepan/processor/command/base_submgr.py
trepan/processor/command/break.py
trepan/processor/command/cd.py
trepan/processor/command/condition.py
trepan/processor/command/continue.py
trepan/processor/command/debug.py
trepan/processor/command/delete.py
trepan/processor/command/disable.py
trepan/processor/command/disassemble.py
trepan/processor/command/display.py
trepan/processor/command/down.py
trepan/processor/command/edit.py
trepan/processor/command/enable.py
trepan/processor/command/eval.py
trepan/processor/command/examine.py
trepan/processor/command/exit.py
trepan/processor/command/finish.py
trepan/processor/command/frame.py
trepan/processor/command/handle.py
trepan/processor/command/help.py
trepan/processor/command/info.py
trepan/processor/command/jump.py
trepan/processor/command/kill.py
trepan/processor/command/list.py
trepan/processor/command/macro.py
trepan/processor/command/mock.py
trepan/processor/command/next.py
trepan/processor/command/pdef.py
trepan/processor/command/pp.py
trepan/processor/command/pr.py
trepan/processor/command/pydocx.py
trepan/processor/command/python.py
trepan/processor/command/quit.py
trepan/processor/command/restart.py
trepan/processor/command/run.py
trepan/processor/command/set.py
trepan/processor/command/show.py
trepan/processor/command/skip.py
trepan/processor/command/source.py
trepan/processor/command/step.py
trepan/processor/command/tbreak.py
trepan/processor/command/unalias.py
trepan/processor/command/undisplay.py
trepan/processor/command/up.py
trepan/processor/command/whatis.py
trepan/processor/command/info_subcmd/__init__.py
trepan/processor/command/info_subcmd/args.py
trepan/processor/command/info_subcmd/break.py
trepan/processor/command/info_subcmd/display.py
trepan/processor/command/info_subcmd/files.py
trepan/processor/command/info_subcmd/globals.py
trepan/processor/command/info_subcmd/line.py
trepan/processor/command/info_subcmd/locals.py
trepan/processor/command/info_subcmd/macro.py
trepan/processor/command/info_subcmd/program.py
trepan/processor/command/info_subcmd/return.py
trepan/processor/command/info_subcmd/signals.py
trepan/processor/command/info_subcmd/source.py
trepan/processor/command/info_subcmd/threads.py
trepan/processor/command/set_subcmd/__demo_helper__.py
trepan/processor/command/set_subcmd/__init__.py
trepan/processor/command/set_subcmd/annotate.py
trepan/processor/command/set_subcmd/autoeval.py
trepan/processor/command/set_subcmd/autolist.py
trepan/processor/command/set_subcmd/autopython.py
trepan/processor/command/set_subcmd/basename.py
trepan/processor/command/set_subcmd/cmdtrace.py
trepan/processor/command/set_subcmd/dbg_pydbgr.py
trepan/processor/command/set_subcmd/different.py
trepan/processor/command/set_subcmd/events.py
trepan/processor/command/set_subcmd/flush.py
trepan/processor/command/set_subcmd/highlight.py
trepan/processor/command/set_subcmd/listsize.py
trepan/processor/command/set_subcmd/maxstring.py
trepan/processor/command/set_subcmd/skip.py
trepan/processor/command/set_subcmd/trace.py
trepan/processor/command/set_subcmd/width.py
trepan/processor/command/show_subcmd/__demo_helper__.py
trepan/processor/command/show_subcmd/__init__.py
trepan/processor/command/show_subcmd/aliases.py
trepan/processor/command/show_subcmd/annotate.py
trepan/processor/command/show_subcmd/args.py
trepan/processor/command/show_subcmd/autoeval.py
trepan/processor/command/show_subcmd/autolist.py
trepan/processor/command/show_subcmd/autopython.py
trepan/processor/command/show_subcmd/basename.py
trepan/processor/command/show_subcmd/cmdtrace.py
trepan/processor/command/show_subcmd/confirm.py
trepan/processor/command/show_subcmd/dbg_pydbgr.py
trepan/processor/command/show_subcmd/different.py
trepan/processor/command/show_subcmd/events.py
trepan/processor/command/show_subcmd/highlight.py
trepan/processor/command/show_subcmd/listsize.py
trepan/processor/command/show_subcmd/maxstring.py
trepan/processor/command/show_subcmd/skip.py
trepan/processor/command/show_subcmd/trace.py
trepan/processor/command/show_subcmd/width.py