summaryrefslogtreecommitdiff
path: root/module/system/vm/debug.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix frame-call-representation for callees without closuresAndy Wingo2019-11-271-0/+4
* Rename gc-pointer-ref to pointer-refAndy Wingo2018-01-141-1/+1
* Add support for raw gc-managed pointer localsAndy Wingo2018-01-101-3/+4
* Add support for unboxed s64 valuesAndy Wingo2015-12-011-0/+1
* Add low-level support for unboxed 64-bit unsigned intsAndy Wingo2015-12-011-0/+1
* All arities serialize a "closure" bindingAndy Wingo2015-12-011-11/+13
* Reflection support for unboxed f64 slotsAndy Wingo2015-10-281-4/+9
* Fix source-line-for-user for unknown lineAndy Wingo2014-05-311-1/+1
* Add arity-codeAndy Wingo2014-04-161-0/+12
* Add ability to query local definitions for a procedureAndy Wingo2014-04-151-0/+53
* Write all local variable names into the arities sectionAndy Wingo2014-04-151-31/+78
* Tweak arities debugging representationAndy Wingo2014-04-151-29/+16
* Better backtraces for optimized closuresAndy Wingo2014-04-151-1/+33
* Rename "RTL" to "bytecode"Andy Wingo2013-12-021-4/+4
* Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-191-1/+1
* Rename internals of (system vm program) program-minimum-arityAndy Wingo2013-11-191-3/+3
* Binary search to find procedure properties.Andy Wingo2013-11-091-12/+12
* Binary search to find docstrings.Andy Wingo2013-11-091-19/+21
* Finding a procedure's arity uses binary searchAndy Wingo2013-11-091-14/+21
* Use binary search in find-elf-symbolAndy Wingo2013-11-091-18/+24
* (system vm traps) support for rtl programsAndy Wingo2013-11-081-0/+1
* Fix program-minimum-arity to work better with case-lambda.wip-rtl-halloweenAndy Wingo2013-11-081-1/+11
* Fix procedure-arguments on RTL programs, and tweak session.testAndy Wingo2013-11-081-2/+2
* Fix reading and writing arities into DWARF.Andy Wingo2013-11-081-6/+12
* frame-instruction-pointer is absolute; rewrite (system vm coverage)Andy Wingo2013-11-071-0/+6
* add fold-all-debug-contexts, fold-source-locationsAndy Wingo2013-11-071-1/+44
* Fix first find-program-sources resultAndy Wingo2013-11-061-2/+10
* fix docstring assembly and fetchingAndy Wingo2013-11-051-5/+4
* (system vm debug): implement arity-low-pc, arity-high-pcAndy Wingo2013-10-181-0/+8
* better RTL debuggingAndy Wingo2013-10-041-41/+52
* anonymous RTl functions print with source infoAndy Wingo2013-10-031-2/+4
* Add (system vm debug) interface to source location informationAndy Wingo2013-10-031-2/+91
* add ability to disassemble ELF imagesAndy Wingo2013-08-291-5/+24
* fix rtl program arity functionsAndy Wingo2013-07-211-3/+3
* procedure-properties for RTL functionsAndy Wingo2013-06-091-1/+44
* procedure-documentation works on RTL proceduresAndy Wingo2013-06-091-1/+33
* Wire up ability to print RTL program aritiesAndy Wingo2013-06-091-1/+2
* (system vm debug) can read arity informationAndy Wingo2013-06-091-1/+173
* Add RTL disassemblerAndy Wingo2013-06-091-0/+1
* Add runtime support for reading debug information from ELFAndy Wingo2013-06-091-0/+160
* remove (system vm debug)Andy Wingo2010-07-161-522/+0
* `(debug)' debugs the current stack.Andy Wingo2010-06-181-4/+8
* fix error handling when reading debugger argsAndy Wingo2010-06-101-4/+9
* repl.scm simplificationsAndy Wingo2010-06-101-1/+6
* start cleaning up repl/debugger error handlingAndy Wingo2010-06-101-36/+73
* brown-paper-bag commitAndy Wingo2010-06-021-8/+9
* flesh out recursive repl module with local varsAndy Wingo2010-06-021-0/+14
* recursive repl supportAndy Wingo2010-06-021-0/+17
* add debugging input and output portsAndy Wingo2010-04-091-11/+39
* (debug) at the repl invokes the vm debuggerAndy Wingo2010-03-141-8/+15