aboutsummaryrefslogtreecommitdiff
path: root/src/lj_debug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| * Handle partial snapshot restore due to stack overflow.Mike Pall2024-07-031-3/+6
* | Merge branch 'master' into v2.1Mike Pall2024-02-041-0/+1
|\|
| * Rework stack overflow handling.Mike Pall2024-02-041-0/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Avoid assertion in case of stack overflow from stitched trace.Mike Pall2022-11-271-3/+6
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-08-091-0/+1
|\|
| * Call error function on rethrow after trace exit.Mike Pall2020-08-091-0/+1
* | Improve assertions.Mike Pall2020-06-151-8/+10
* | Merge branch 'master' into v2.1Mike Pall2020-03-201-2/+5
|\|
| * Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall2020-03-201-2/+5
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-08-101-1/+1
|\|
| * Fix debug.getinfo() argument check.Mike Pall2019-08-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-6/+6
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-3/+1
* | Merge branch 'master' into v2.1Mike Pall2014-06-121-1/+3
|\|
| * FFI: Fix frame traversal for backtraces with FFI callbacks.Mike Pall2014-06-121-1/+3
* | Merge branch 'master' into v2.1Mike Pall2014-06-111-1/+1
|\|
| * Fix debug info for main chunk of stripped bytecode.Mike Pall2014-06-111-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Fix profiler stack dump for string chunks.Mike Pall2013-09-111-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-09-031-5/+12
|\|
| * Fix frame traversal for backtraces.Mike Pall2013-09-031-5/+12
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-3/+108
* | Fix compiler warning.Mike Pall2013-07-181-6/+7
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
* | Refactor internal string formatting.Mike Pall2013-05-121-7/+8
* | String buffer refactoring, part 2.Mike Pall2013-02-271-16/+3
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-7/+10
|/
* 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