aboutsummaryrefslogtreecommitdiffstats
path: root/tools/modtrace.lua
Commit message (Collapse)AuthorAgeFilesLines
* compat: Use table.pack (there since Lua 5.2) over our util.tableKim Alvefur2022-07-111-1/+1
| | | | | Added in d278a770eddc avoid having to deal with its absence in Lua 5.1. No longer needed when Lua 5.1 support is dropped.
* compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
|
* tools.modtrace: Pass config to serialize()Matthew Wild2020-10-301-1/+8
|
* tools.modtrace: Library for tracing/debugging Lua module and method callsMatthew Wild2020-10-301-0/+152