openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
trepan2
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 34 of 39
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Inside create dbgr() function inside python command to issue debugger commands. Some code adjustment based on pyflakes warnings.
rocky.bernstein
More...
about 16 years ago
Don't try to list if we have <string>, i.e. nothing to show. Should generalize to any "nothing" to show.
rocky.bernstein
More...
about 16 years ago
Improve nested debugging: we now showt the return value. Each nesting adds a level of parenthesis in the prompt. Continue doesn't continue outside of the nesting and the stack frame is restored properly. We have a greater likelihood of not stopping at the initial sys.call_tracing().
rocky.bernstein
More...
about 16 years ago
More code reorganization: move processor modules out of command directory which really should just have commands.
rocky.bernstein
More...
about 16 years ago
Some smallish changes.
rocky.bernstein
More...
about 16 years ago
Tidy one small output message
rocky.bernstein
More...
about 16 years ago
Report PC offset in "info program" and "disassemble".
rocky.bernstein
More...
about 16 years ago
VERSION.py is now a bilingual Python and POSIX shell program. This allows us to use more flexible version numbers and allows us to put in comment describing what the file is about.
rocky.bernstein
More...
about 16 years ago
autogen.sh: Create initial version.m4 if needed
rocky.bernstein
More...
about 16 years ago
Go with old-style classes for classes that don't inherit.
rocky.bernstein
More...
about 16 years ago
Verison is all the sundy and various locations is now computed from pydbgr/VERSION.py. I'm amazed something as simple as this isn't easier.
rocky.bernstein
More...
about 16 years ago
Forgot to bump version
rocky.bernstein
More...
about 16 years ago
Update ChangeLog before release.
rocky.bernstein
More...
about 16 years ago
We need this to make the Makefile
rocky.bernstein
More...
about 16 years ago
Final NEWS tweaks
rocky.bernstein
More...
about 16 years ago
Get ready for Release. Makefile.am is now complete and creates a ChangeLog. Remove functional tests for now :-(
rocky.bernstein
More...
about 16 years ago
Use passed sys_argv if given (but default to sys.argv. This was keeping running from calling from ipython from working.
rocky.bernstein
More...
about 16 years ago
Nested debugging sort of works. debugger.run added to encompass run_eval and run_exec.
rocky.bernstein
More...
about 16 years ago
retval -> info return. Bump version number.
rocky.bernstein
More...
over 16 years ago
Force quit() as an (auto)eval to exit program.
rocky.bernstein
More...
over 16 years ago
Towards a working debug command.
rocky.bernstein
More...
over 16 years ago
Separate source location printing into a function so it can be customized.
rocky.bernstein
More...
over 16 years ago
Perhaps this is cooler. On the other hand perhaps it is too slick and implementation dependent. But we will try it anyway.
rocky.bernstein
More...
over 16 years ago
Fix bug in restoring trace filter after turnning "set dbg_pydbgr" back on.
rocky.bernstein
More...
over 16 years ago
Turn print_location into a method inside the command processor.
rocky.bernstein
More...
over 16 years ago
"undisplay" Docstring correction.
rocky.bernstein
More...
over 16 years ago
Docstring indentation
rocky.bernstein
More...
over 16 years ago
Better error message when no breakpoints set
rocky.bernstein
More...
over 16 years ago
One more demo-code change...
rocky.bernstein
More...
over 16 years ago
Make demo code a bit more real.
rocky.bernstein
More...
over 16 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
39
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree