summaryrefslogtreecommitdiff
path: root/src/lj_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Call error function on rethrow after trace exit.Mike Pall2020-08-091-0/+1
* Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall2020-03-201-2/+5
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Fix debug.getinfo() argument check.Mike Pall2019-08-101-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* FFI: Fix frame traversal for backtraces with FFI callbacks.Mike Pall2014-06-121-1/+3
* Fix debug info for main chunk of stripped bytecode.Mike Pall2014-06-111-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Fix frame traversal for backtraces.Mike Pall2013-09-031-5/+12
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* From Lua 5.2: Add luaL_traceback().Mike Pall2012-10-011-0/+51
* From Lua 5.2: debug.getinfo(..., "u") returns nparams and isvararg.Mike Pall2012-09-201-1/+16
* Fix 'f' and 'L' options for debug.getinfo() and lua_getinfo().Mike Pall2012-09-201-24/+30
* From Lua 5.2: debug.getlocal() accepts function arg, too.Mike Pall2012-09-191-4/+8
* From Lua 5.2: debug.getlocal()/setlocal() treats slot < 0 as vararg.Mike Pall2012-09-191-5/+21
* Fix argument error handling on Lua stacks without a frame.Mike Pall2012-02-221-0/+2
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Fix line info for result conversion errors in callbacks.Mike Pall2011-11-251-3/+3
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-1/+2
* Fixup PC in tracebacks after exits from down-recursive traces.Mike Pall2011-10-171-1/+15
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-68/+126
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-0/+429