mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add GDB_DUMMY tag for lua::stackDump
This commit is contained in:
parent
04267d60e8
commit
9edbfcccca
|
@ -37,6 +37,9 @@ constexpr int ERROR_BAD_PEEK = LUA_OK - 1;
|
|||
*/
|
||||
void stackDump(lua_State *L, const QString &tag);
|
||||
|
||||
// This is for calling stackDump out of gdb as it's not easy to create a QString there
|
||||
const QString GDB_DUMMY = "GDB_DUMMY";
|
||||
|
||||
/**
|
||||
* @brief Converts a lua error code and potentially string on top of the stack into a human readable message
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue