0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start breakpoint handling
rocky
as Rocky Bernstein
More... over 12 years ago
Update help
rocky
as Rocky Bernstein
More... over 12 years ago
Add end locations on functions and add their locations in their packages. Add field for breakpoints in statements and functions Makefile: Fix up order dependencies between ssa builder, interpreter and gub. Split out commands better and add/improve "whatis" and "locs".
rocky
as Rocky Bernstein
More... over 12 years ago
More accessors instead of exposed fields in Interpreter structure.
rocky
as Rocky Bernstein
More... over 12 years ago
Add "up" and "down" commands. Start "msg" file.
rocky
as Rocky Bernstein
More... over 12 years ago
Update help with frame command
rocky
as Rocky Bernstein
More... over 12 years ago
Add "frame" command. Work on frame related things. More later...
rocky
as Rocky Bernstein
More... over 12 years ago
Move gub out of interp! This means extending interp to provide more of an external API.
rocky
as Rocky Bernstein
More... over 12 years ago
Start curframe
rocky
as Rocky Bernstein
More... over 12 years ago
Segregate frame objects.
rocky
as Rocky Bernstein
More... over 12 years ago
Accessorize part 2
rocky
as Rocky Bernstein
More... over 12 years ago
Split out frame. First part of refactoring to accessor-ize code which is more like it was originally.
rocky
as Rocky Bernstein
More... over 12 years ago
Get parameter values and show them on call. Break out gub hook code. Makefile: Build interp
rocky
as Rocky Bernstein
More... over 12 years ago
Add step over (next), step out (finish). Interpreter is private again. Remove interp-ssa/runtime
rocky
as Rocky Bernstein
More... over 12 years ago
Add help text. Add optional return code parameter on exit.
rocky
as Rocky Bernstein
More... over 12 years ago
Interpeter I goes back to being private. "locals" command now lists variable name.
rocky
as Rocky Bernstein
More... over 12 years ago
Add parameters command
rocky
as Rocky Bernstein
More... over 12 years ago
Piddle around with globals and locals in prep for better work on setting/getting variables.
rocky
as Rocky Bernstein
More... over 12 years ago
Fix up Caller better
rocky
as Rocky Bernstein
More... over 12 years ago
Add runtime/Caller() routine
rocky
as Rocky Bernstein
More... over 12 years ago
Add tab for Entering/Leaving message so as not to confuse realgud-gub tracking
rocky
as Rocky Bernstein
More... over 12 years ago
Start Go test for Caller
rocky
as Rocky Bernstein
More... over 12 years ago
Forgot to add subcommands
rocky
as Rocky Bernstein
More... over 12 years ago
Start notion of a "pc" in a frame and save source location in frame. Add parameter names in stack trace
rocky
as Rocky Bernstein
More... over 12 years ago
Start to separate interpreter into a part which programs can be used by run programs. Sort of like a new runtime. Called SSAruntime.
rocky
as Rocky Bernstein
More... over 12 years ago
A real REPL now! Hook in GNU readline
rocky
as Rocky Bernstein
More... over 12 years ago
First steps into debugger
rocky
as Rocky Bernstein
More... over 12 years ago
More info on trace statement in instruction list
rocky
as Rocky Bernstein
More... over 12 years ago
Merge in go.tools ssa patch 69
rocky
as Rocky Bernstein
More... over 12 years ago
Add range statement type
rocky
as Rocky Bernstein
More... over 12 years ago