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