MCPcopy Create free account

hub / github.com/EmmyLua/EmmyLuaDebugger / functions

Functions8,365 in github.com/EmmyLua/EmmyLuaDebugger

↓ 10 callersFunctionuv_try_write
third-party/libuv-1.46.0/src/win/stream.c:171
↓ 10 callersFunctionuv_write2
third-party/libuv-1.46.0/src/win/stream.c:146
↓ 9 callersMethodAlloc
emmy_debugger/include/emmy_debugger/arena/arena.h:55
↓ 9 callersFunctionDumpInt
third-party/lua-5.1.5/src/ldump.c:45
↓ 9 callersFunctionPrintConstant
third-party/lua-5.3.5/src/luac.c:254
↓ 9 callersFunctionPrintConstant
third-party/lua-5.2.4/src/luac.c:251
↓ 9 callersFunctionToPointer
emmy_debugger/src/debugger/emmy_debugger.cpp:284
↓ 9 callersFunctionaddstr2buff
third-party/lua-5.5.0/src/lobject.c:549
↓ 9 callersFunctionadjustlocalvars
** Start the scope for the last 'nvars' created variables. */
third-party/lua-5.5.0/src/lparser.c:328
↓ 9 callersFunctioncheck_match
** Check that next token is 'what' and skip it. In case of error, ** raise an error that the expected 'what' should match a 'who' ** in line 'where' (
third-party/lua-5.5.0/src/lparser.c:130
↓ 9 callersFunctioncheck_match
** Check that next token is 'what' and skip it. In case of error, ** raise an error that the expected 'what' should match a 'who' ** in line 'where' (
third-party/lua-5.4.6/src/lparser.c:130
↓ 9 callersFunctioncheck_match
third-party/lua-5.3.5/src/lparser.c:122
↓ 9 callersFunctioncodearith
third-party/lua-5.1.5/src/lcode.c:653
↓ 9 callersFunctionenterblock
third-party/lua-5.4.6/src/lparser.c:642
↓ 9 callersFunctionenterblock
third-party/lua-5.3.5/src/lparser.c:439
↓ 9 callersFunctionenterblock
third-party/lua-5.2.4/src/lparser.c:438
↓ 9 callersFunctionenterlevel
third-party/lua-5.1.5/src/lparser.c:276
↓ 9 callersFunctionexpr
third-party/lua-5.4.6/src/lparser.c:1289
↓ 9 callersFunctionexpr
third-party/lua-5.3.5/src/lparser.c:1078
↓ 9 callersFunctionexpr
third-party/lua-5.2.4/src/lparser.c:1067
↓ 9 callersFunctionfreeexp
** Free register used by expression 'e' (if any) */
third-party/lua-5.3.5/src/lcode.c:397
↓ 9 callersFunctiongetlocvar
third-party/lua-5.3.5/src/lparser.c:195
↓ 9 callersFunctionht_get
emmy_hook/src/libpe/htable.cpp:91
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
third-party/nlohmann/include/nlohmann/json.hpp:1370
↓ 9 callersFunctionleaveblock
third-party/lua-5.4.6/src/lparser.c:672
↓ 9 callersFunctionleaveblock
third-party/lua-5.3.5/src/lparser.c:473
↓ 9 callersFunctionleaveblock
third-party/lua-5.2.4/src/lparser.c:472
↓ 9 callersFunctionlexerror
third-party/lua-5.5.0/src/llex.c:116
↓ 9 callersFunctionlexerror
third-party/lua-5.4.6/src/llex.c:111
↓ 9 callersFunctionlexerror
third-party/lua-5.3.5/src/llex.c:109
↓ 9 callersFunctionlexerror
third-party/lua-5.2.4/src/llex.c:104
↓ 9 callersFunctionluaC_newobj
** create a new collectable object (with given type and size) and link ** it to '*list'. 'offset' tells how many bytes to allocate before the ** objec
third-party/lua-5.2.4/src/lgc.c:212
↓ 9 callersFunctionluaH_getint
** search function for integers */
third-party/lua-5.2.4/src/ltable.c:446
↓ 9 callersFunctionluaK_jump
** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). */
third-party/lua-5.4.6/src/lcode.c:200
↓ 9 callersFunctionluaK_jump
third-party/lua-5.1.5/src/lcode.c:59
↓ 9 callersFunctionluaK_patchtohere
** Add elements in 'list' to list of pending jumps to "here" ** (current position) */
third-party/lua-5.3.5/src/lcode.c:252
↓ 9 callersFunctionluaK_patchtohere
third-party/lua-5.2.4/src/lcode.c:192
↓ 9 callersFunctionluaK_semerror
semantic error */
third-party/lua-5.5.0/src/lcode.c:43
↓ 9 callersFunctionluaL_addvalue
third-party/lua-5.3.5/src/lauxlib.c:558
↓ 9 callersFunctionluaL_prepbuffer
third-party/lua-5.1.5/src/lauxlib.c:429
↓ 9 callersFunctionluaL_prepbuffsize
** returns a pointer to a free area with at least 'sz' bytes */
third-party/lua-5.4.6/src/lauxlib.c:578
↓ 9 callersFunctionluaS_new
** Create or reuse a zero-terminated string, first checking in the ** cache (using the string address as a key). The cache can contain ** only zero-te
third-party/lua-5.4.6/src/lstring.c:242
↓ 9 callersFunctionluaS_newlstr
** new string (with explicit length) */
third-party/lua-5.5.0/src/lstring.c:249
↓ 9 callersFunctionluaS_newlstr
** new string (with explicit length) */
third-party/lua-5.2.4/src/lstring.c:156
↓ 9 callersFunctionluaT_gettmbyobj
third-party/lua-5.5.0/src/ltm.c:71
↓ 9 callersFunctionluaT_gettmbyobj
third-party/lua-5.4.6/src/ltm.c:71
↓ 9 callersFunctionluaY_nvarstack
** Return the number of variables in the register stack for the given ** function. */
third-party/lua-5.5.0/src/lparser.c:250
↓ 9 callersFunctionlua_createtable
third-party/lua-5.2.4/src/lapi.c:673
↓ 9 callersFunctionlua_getstack
third-party/lua-5.4.6/src/ldebug.c:163
↓ 9 callersFunctionlua_isinteger
third-party/lua-5.5.0/src/lapi.c:301
↓ 9 callersFunctionlua_isstring
third-party/lua-5.1.5/src/lapi.c:267
↓ 9 callersFunctionlua_pushcclosure
third-party/lua-5.5.0/src/lapi.c:609
↓ 9 callersFunctionlua_pushunsigned
third-party/lua-5.2.4/src/lapi.c:491
↓ 9 callersFunctionlua_rawget
third-party/lua-5.5.0/src/lapi.c:760
↓ 9 callersFunctionlua_rawlen
third-party/lua-5.3.5/src/lapi.c:392
↓ 9 callersFunctionlua_sethook
** This function can be called during a signal, under "reasonable" ** assumptions. ** Fields 'basehookcount' and 'hookcount' (set by 'resethookcount')
third-party/lua-5.5.0/src/ldebug.c:133
↓ 9 callersFunctionlua_seti
third-party/lua-5.4.6/src/lapi.c:877
↓ 9 callersFunctionlua_seti
third-party/lua-5.3.5/src/lapi.c:783
↓ 9 callersFunctionlua_setmetatable
third-party/lua-5.5.0/src/lapi.c:964
↓ 9 callersFunctionlua_setmetatable
third-party/lua-5.1.5/src/lapi.c:697
↓ 9 callersFunctionlua_touserdata
third-party/lua-5.3.5/src/lapi.c:413
↓ 9 callersFunctionset_cursor_size
third-party/libuv-1.46.0/test/test-tty-escape-sequence-processing.c:134
↓ 9 callersFunctionset_parent
third-party/nlohmann/include/nlohmann/json.hpp:749
↓ 9 callersFunctionstr_checkname
third-party/lua-5.3.5/src/lparser.c:135
↓ 9 callersFunctionstr_checkname
third-party/lua-5.2.4/src/lparser.c:139
↓ 9 callersFunctionsynchronize
Call when holding |mutex|. */
third-party/libuv-1.46.0/test/test-mutexes.c:98
↓ 9 callersFunctiontofile
third-party/lua-5.5.0/src/liolib.c:186
↓ 9 callersFunctiontofile
third-party/lua-5.4.6/src/liolib.c:187
↓ 9 callersFunctiontofile
third-party/lua-5.3.5/src/liolib.c:174
↓ 9 callersFunctiontofile
third-party/lua-5.2.4/src/liolib.c:154
↓ 9 callersFunctionuv__close_nocheckstdio
third-party/libuv-1.46.0/src/unix/core.c:613
↓ 9 callersFunctionuv__io_init
third-party/libuv-1.46.0/src/unix/core.c:892
↓ 9 callersFunctionuv__read_uint64
third-party/libuv-1.46.0/src/unix/linux.c:2035
↓ 9 callersFunctionuv__tty_move_caret
third-party/libuv-1.46.0/src/win/tty.c:1216
↓ 9 callersFunctionuv__udp_maybe_bind
third-party/libuv-1.46.0/src/win/udp.c:192
↓ 9 callersFunctionuv_barrier_destroy
third-party/libuv-1.46.0/src/thread-common.c:123
↓ 9 callersFunctionuv_cwd
third-party/libuv-1.46.0/src/win/util.c:197
↓ 9 callersFunctionuv_free_interface_addresses
third-party/libuv-1.46.0/src/unix/os390.c:576
↓ 9 callersFunctionuv_fs_opendir
third-party/libuv-1.46.0/src/win/fs.c:3239
↓ 9 callersFunctionuv_fs_readlink
third-party/libuv-1.46.0/src/win/fs.c:3315
↓ 9 callersFunctionuv_fs_rmdir
third-party/libuv-1.46.0/src/win/fs.c:3210
↓ 9 callersFunctionuv_fs_symlink
third-party/libuv-1.46.0/src/win/fs.c:3299
↓ 9 callersFunctionuv_kill
third-party/libuv-1.46.0/src/win/process.c:1375
↓ 9 callersFunctionuv_tcp_getsockname
third-party/libuv-1.46.0/src/win/tcp.c:855
↓ 9 callersFunctionuv_thread_create_ex
third-party/libuv-1.46.0/src/win/thread.c:120
↓ 9 callersFunctionuv_tty_set_mode
third-party/libuv-1.46.0/include/uv.h:800
↓ 8 callersMethodAttach
emmy_debugger/src/emmy_facade.cpp:390
↓ 8 callersFunctionGetRemoteFuncAddress
third-party/EasyHook/EasyHookDll/RemoteHook/thread.c:837
↓ 8 callersFunctionMessageEvent
emmy_tool/src/windows/utility.cpp:161
↓ 8 callersFunctionadjustlocalvars
** Start the scope for the last 'nvars' created variables. */
third-party/lua-5.4.6/src/lparser.c:311
↓ 8 callersFunctionarith
third-party/lua-5.5.0/src/lstrlib.c:290
↓ 8 callersFunctionarith
third-party/lua-5.4.6/src/lstrlib.c:288
↓ 8 callersFunctionassert_wait_child
third-party/libuv-1.46.0/test/test-fork.c:81
↓ 8 callersFunctioncheck_match
third-party/lua-5.1.5/src/lparser.c:104
↓ 8 callersFunctioncheck_match
third-party/lua-5.2.4/src/lparser.c:126
↓ 8 callersFunctiondecode_reg
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:426
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
third-party/nlohmann/include/nlohmann/detail/output/serializer.hpp:98
↓ 8 callersFunctiondump_integer
third-party/nlohmann/include/nlohmann/detail/output/serializer.hpp:695
↓ 8 callersFunctionexpr
third-party/lua-5.5.0/src/lparser.c:1404
↓ 8 callersFunctionexpr
third-party/lua-5.1.5/src/lparser.c:856
← previousnext →501–600 of 8,365, ranked by callers