index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
system
/
vm
/
debug.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
Fix frame-call-representation for callees without closures
Andy Wingo
1
-0
/
+4
2018-01-14
Rename gc-pointer-ref to pointer-ref
Andy Wingo
1
-1
/
+1
2018-01-10
Add support for raw gc-managed pointer locals
Andy Wingo
1
-3
/
+4
2015-12-01
Add support for unboxed s64 values
Andy Wingo
1
-0
/
+1
2015-12-01
Add low-level support for unboxed 64-bit unsigned ints
Andy Wingo
1
-0
/
+1
2015-12-01
All arities serialize a "closure" binding
Andy Wingo
1
-11
/
+13
2015-10-28
Reflection support for unboxed f64 slots
Andy Wingo
1
-4
/
+9
2014-05-31
Fix source-line-for-user for unknown line
Andy Wingo
1
-1
/
+1
2014-04-16
Add arity-code
Andy Wingo
1
-0
/
+12
2014-04-15
Add ability to query local definitions for a procedure
Andy Wingo
1
-0
/
+53
2014-04-15
Write all local variable names into the arities section
Andy Wingo
1
-31
/
+78
2014-04-15
Tweak arities debugging representation
Andy Wingo
1
-29
/
+16
2014-04-15
Better backtraces for optimized closures
Andy Wingo
1
-1
/
+33
2013-12-02
Rename "RTL" to "bytecode"
Andy Wingo
1
-4
/
+4
2013-11-19
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
Andy Wingo
1
-1
/
+1
2013-11-19
Rename internals of (system vm program) program-minimum-arity
Andy Wingo
1
-3
/
+3
2013-11-09
Binary search to find procedure properties.
Andy Wingo
1
-12
/
+12
2013-11-09
Binary search to find docstrings.
Andy Wingo
1
-19
/
+21
2013-11-09
Finding a procedure's arity uses binary search
Andy Wingo
1
-14
/
+21
2013-11-09
Use binary search in find-elf-symbol
Andy Wingo
1
-18
/
+24
2013-11-08
(system vm traps) support for rtl programs
Andy Wingo
1
-0
/
+1
2013-11-08
Fix program-minimum-arity to work better with case-lambda.
Andy Wingo
1
-1
/
+11
2013-11-08
Fix procedure-arguments on RTL programs, and tweak session.test
Andy Wingo
1
-2
/
+2
2013-11-08
Fix reading and writing arities into DWARF.
Andy Wingo
1
-6
/
+12
2013-11-07
frame-instruction-pointer is absolute; rewrite (system vm coverage)
Andy Wingo
1
-0
/
+6
2013-11-07
add fold-all-debug-contexts, fold-source-locations
Andy Wingo
1
-1
/
+44
2013-11-06
Fix first find-program-sources result
Andy Wingo
1
-2
/
+10
2013-11-05
fix docstring assembly and fetching
Andy Wingo
1
-5
/
+4
2013-10-18
(system vm debug): implement arity-low-pc, arity-high-pc
Andy Wingo
1
-0
/
+8
2013-10-04
better RTL debugging
Andy Wingo
1
-41
/
+52
2013-10-03
anonymous RTl functions print with source info
Andy Wingo
1
-2
/
+4
2013-10-03
Add (system vm debug) interface to source location information
Andy Wingo
1
-2
/
+91
2013-08-29
add ability to disassemble ELF images
Andy Wingo
1
-5
/
+24
2013-07-21
fix rtl program arity functions
Andy Wingo
1
-3
/
+3
2013-06-09
procedure-properties for RTL functions
Andy Wingo
1
-1
/
+44
2013-06-09
procedure-documentation works on RTL procedures
Andy Wingo
1
-1
/
+33
2013-06-09
Wire up ability to print RTL program arities
Andy Wingo
1
-1
/
+2
2013-06-09
(system vm debug) can read arity information
Andy Wingo
1
-1
/
+173
2013-06-09
Add RTL disassembler
Andy Wingo
1
-0
/
+1
2013-06-09
Add runtime support for reading debug information from ELF
Andy Wingo
1
-0
/
+160
2010-07-16
remove (system vm debug)
Andy Wingo
1
-522
/
+0
2010-06-18
`(debug)' debugs the current stack.
Andy Wingo
1
-4
/
+8
2010-06-10
fix error handling when reading debugger args
Andy Wingo
1
-4
/
+9
2010-06-10
repl.scm simplifications
Andy Wingo
1
-1
/
+6
2010-06-10
start cleaning up repl/debugger error handling
Andy Wingo
1
-36
/
+73
2010-06-02
brown-paper-bag commit
Andy Wingo
1
-8
/
+9
2010-06-02
flesh out recursive repl module with local vars
Andy Wingo
1
-0
/
+14
2010-06-02
recursive repl support
Andy Wingo
1
-0
/
+17
2010-04-09
add debugging input and output ports
Andy Wingo
1
-11
/
+39
2010-03-14
(debug) at the repl invokes the vm debugger
Andy Wingo
1
-8
/
+15
[next]