Commit Graph

24 Commits (3b09a22e96a13d6dad37fb9bd828aedff77f29a6)

Author SHA1 Message Date
Dibyendu Majumdar 3b09a22e96 issue #204 Code reorg
3 years ago
Dibyendu Majumdar 1443fe9099 issue #128 refactor membuff_t to move it from the debugger to a shared location so that we can reuse it in the JIT implementation, some more initial work on the new backend
7 years ago
Dibyendu Majumdar 8e003007a6 issue #82 improve support for drilling down into variables
8 years ago
Dibyendu Majumdar 5b6be80169 issue #82 code cleanup
8 years ago
Dibyendu Majumdar 499c5baeea issue #82 add bit32 to the list of Lua globals
8 years ago
Dibyendu Majumdar a6aa467962 issue #82 improve debugger use of variableReference
8 years ago
Dibyendu Majumdar 89c219d49b issue #82 improve debugger use of variableReference
8 years ago
Dibyendu Majumdar ce99b4927f issue #82 undo change that broke the debugger
8 years ago
Dibyendu Majumdar ec55c52d57 Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
8 years ago
Dibyendu Majumdar 2405210a77 issue #82 show user that variable list is truncated
8 years ago
Dibyendu Majumdar 222be03f79 issue #82 fix gcc warnings for int64_t not being same as long long
8 years ago
Dibyendu Majumdar 578dd58e3b issue #82 improved handling of buffer/message generation
8 years ago
Dibyendu Majumdar 7ee9f3216a issue #82 improve buffer management
8 years ago
Dibyendu Majumdar 0b1f051971 issue #82 support for VSCode IDE
8 years ago
Dibyendu Majumdar 6c584322f7 issue #82 fix compilation error on windows
8 years ago
Dibyendu Majumdar 17df618b48 issue #82 use address of source string as sourceReference to make it unique
8 years ago
Dibyendu Majumdar 955d9aeb0d issue #82 some documentation updates
8 years ago
Dibyendu Majumdar 833a6dc2e5 issue #82 add support for displaying varargs
8 years ago
Dibyendu Majumdar 7ec2065a66 issue #82 support additional launch parameters, plus disable sethook if running under debugger
8 years ago
Dibyendu Majumdar 7b2e7c4f61 issue #82 disallow breakpoints on dynamic code
8 years ago
Dibyendu Majumdar ed185aae9a issue #82 redirect Lua stdout and stderr to the debugger
8 years ago
Dibyendu Majumdar 7614d2d979 issue #82 add support for dynamic code (i.e. load)
8 years ago
Dibyendu Majumdar 5bd200b65b issue #82 ensure json strings are output with proper escaping
8 years ago
Dibyendu Majumdar 65add83ac0 issue #82 add breakpoint support
8 years ago