Merge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
[bpt/guile.git] / module / system / vm / debug.scm
2014-02-07 Andy WingoMerge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
2014-02-07 Andy WingoMerge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df'
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-02 Andy WingoRename "RTL" to "bytecode"
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy WingoRename internals of (system vm program) program-minimum...
2013-11-09 Andy WingoBinary search to find procedure properties.
2013-11-09 Andy WingoBinary search to find docstrings.
2013-11-09 Andy WingoFinding a procedure's arity uses binary search
2013-11-09 Andy WingoUse binary search in find-elf-symbol
2013-11-08 Andy Wingo(system vm traps) support for rtl programs
2013-11-08 Andy WingoFix program-minimum-arity to work better with case...
2013-11-08 Andy WingoFix procedure-arguments on RTL programs, and tweak...
2013-11-08 Andy WingoFix reading and writing arities into DWARF.
2013-11-07 Andy Wingoframe-instruction-pointer is absolute; rewrite (system...
2013-11-07 Andy Wingoadd fold-all-debug-contexts, fold-source-locations
2013-11-06 Andy WingoFix first find-program-sources result
2013-11-05 Andy Wingofix docstring assembly and fetching
2013-10-18 Andy Wingo(system vm debug): implement arity-low-pc, arity-high-pc
2013-10-04 Andy Wingobetter RTL debugging
2013-10-03 Andy Wingoanonymous RTl functions print with source info
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Andy WingoAdd (system vm debug) interface to source location...
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-29 Andy Wingoadd ability to disassemble ELF images
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy Wingofix rtl program arity functions
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-09 Andy Wingoprocedure-properties for RTL functions
2013-06-09 Andy Wingoprocedure-documentation works on RTL procedures
2013-06-09 Andy WingoWire up ability to print RTL program arities
2013-06-09 Andy Wingo(system vm debug) can read arity information
2013-06-09 Andy WingoAdd RTL disassembler
2013-06-09 Andy WingoAdd runtime support for reading debug information from ELF
2010-07-16 Andy Wingoremove (system vm debug)
2010-06-18 Andy Wingo`(debug)' debugs the current stack.
2010-06-10 Andy Wingofix error handling when reading debugger args
2010-06-10 Andy Wingorepl.scm simplifications
2010-06-10 Andy Wingostart cleaning up repl/debugger error handling
2010-06-02 Andy Wingobrown-paper-bag commit
2010-06-02 Andy Wingoflesh out recursive repl module with local vars
2010-06-02 Andy Wingorecursive repl support
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoadd debugging input and output ports
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-01-11 Andy Wingoinspector integration in debugger
2010-01-09 Andy Wingoslight tweak to stack narrowing in the debugger
2010-01-09 Andy WingoNarrow one more frame in debug.scm:debug-pre-unwind...
2010-01-09 Andy Wingoprint the error more nicely when we enter the debugger
2010-01-09 Andy Wingomake backtraces prettier
2010-01-08 Ludovic CourtèsFix frame printing in the debugger.
2009-12-29 Andy Wingocleanups to debugger
2009-12-29 Andy Wingodebugger's backtrace implemented in scheme
2009-12-29 Andy Wingointegers at debugger select frames
2009-12-29 Andy Wingoclean up (system vm frames), add locals command to...
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-24 Andy Wingoimplement up, down, frame, and bindings in the repl
2009-12-24 Andy Wingorewrite debugger command loop
2009-12-22 Andy Wingoimplement a silly debugger
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsFix copyright headers.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-04-22 Andy Wingofix erroneous #:use-syntax clausen
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
next