Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ functions
Functions
8,365 in github.com/EmmyLua/EmmyLuaDebugger
⨍
Functions
8,365
◇
Types & classes
1,383
↓ 7 callers
Function
luaK_jump
** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). If there are jumps to ** this positio
third-party/lua-5.3.5/src/lcode.c:136
↓ 7 callers
Function
luaK_jump
third-party/lua-5.2.4/src/lcode.c:59
↓ 7 callers
Function
luaL_getmetafield
third-party/lua-5.5.0/src/lauxlib.c:884
↓ 7 callers
Function
luaL_getmetafield
third-party/lua-5.4.6/src/lauxlib.c:860
↓ 7 callers
Function
luaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
third-party/lua-5.5.0/src/lauxlib.c:965
↓ 7 callers
Function
luaL_setfuncs
** set functions from list 'l' into table at top - 'nup'; each ** function gets the 'nup' elements at the top as upvalues. ** Returns with only the ta
third-party/lua-5.4.6/src/lauxlib.c:942
↓ 7 callers
Function
luaT_gettmbyobj
third-party/lua-5.1.5/src/ltm.c:61
↓ 7 callers
Function
luaT_gettmbyobj
third-party/lua-5.3.5/src/ltm.c:70
↓ 7 callers
Function
luaV_finishset
** Finish a table assignment 't[key] = val'. ** About anchoring the table before the call to 'luaH_finishset': ** This call may trigger an emergency c
third-party/lua-5.5.0/src/lvm.c:334
↓ 7 callers
Function
luaV_finishset
** Finish a table assignment 't[key] = val'. ** If 'slot' is NULL, 't' is not a table. Otherwise, 'slot' points ** to the entry 't[key]', or to a val
third-party/lua-5.4.6/src/lvm.c:332
↓ 7 callers
Function
lua_checkstack
third-party/lua-5.2.4/src/lapi.c:92
↓ 7 callers
Function
lua_concat
third-party/lua-5.3.5/src/lapi.c:1140
↓ 7 callers
Function
lua_concat
third-party/lua-5.2.4/src/lapi.c:1131
↓ 7 callers
Function
lua_getglobal
third-party/lua-5.5.0/src/lapi.c:699
↓ 7 callers
Function
lua_getinfo
third-party/lua-5.1.5/src/ldebug.c:232
↓ 7 callers
Function
lua_getinfo
third-party/lua-5.3.5/src/ldebug.c:309
↓ 7 callers
Function
lua_isnumber
third-party/lua-5.1.5/src/lapi.c:260
↓ 7 callers
Function
lua_pcall
emmy_debugger/src/api/lua_api_loader.cpp:295
↓ 7 callers
Function
lua_pushlightuserdata
third-party/lua-5.5.0/src/lapi.c:647
↓ 7 callers
Function
lua_pushlightuserdata
third-party/lua-5.1.5/src/lapi.c:511
↓ 7 callers
Function
lua_rawseti
third-party/lua-5.5.0/src/lapi.c:952
↓ 7 callers
Function
lua_rawseti
third-party/lua-5.3.5/src/lapi.c:817
↓ 7 callers
Function
lua_replace
third-party/lua-5.2.4/src/lapi.c:217
↓ 7 callers
Function
lua_saveline
third-party/lua-5.5.0/src/lua.c:481
↓ 7 callers
Function
lua_setglobal
third-party/lua-5.5.0/src/lapi.c:878
↓ 7 callers
Function
lua_seti
third-party/lua-5.5.0/src/lapi.c:908
↓ 7 callers
Function
lua_setmetatable
third-party/lua-5.4.6/src/lapi.c:933
↓ 7 callers
Function
lua_setmetatable
third-party/lua-5.2.4/src/lapi.c:812
↓ 7 callers
Function
make_expect_screen_set_attr
third-party/libuv-1.46.0/test/test-tty-escape-sequence-processing.c:284
↓ 7 callers
Function
match
third-party/lua-5.5.0/src/lstrlib.c:572
↓ 7 callers
Function
match
third-party/lua-5.4.6/src/lstrlib.c:570
↓ 7 callers
Function
match
third-party/lua-5.1.5/src/lstrlib.c:365
↓ 7 callers
Function
match
third-party/lua-5.3.5/src/lstrlib.c:425
↓ 7 callers
Function
match
third-party/lua-5.2.4/src/lstrlib.c:410
↓ 7 callers
Function
new_localvar
third-party/lua-5.3.5/src/lparser.c:175
↓ 7 callers
Function
new_localvar
third-party/lua-5.2.4/src/lparser.c:178
↓ 7 callers
Function
pushstr
third-party/lua-5.1.5/src/lobject.c:104
↓ 7 callers
Function
pushstr
third-party/lua-5.3.5/src/lobject.c:390
↓ 7 callers
Function
reglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
third-party/lua-5.5.0/src/lparser.c:236
↓ 7 callers
Function
reglevel
** Convert 'nvar', a compiler index level, to its corresponding ** register. For that, search for the highest variable below that level ** that is in
third-party/lua-5.4.6/src/lparser.c:229
↓ 7 callers
Function
run_timer_loop_once
third-party/libuv-1.46.0/test/test-fork.c:65
↓ 7 callers
Function
settabsi
third-party/lua-5.4.6/src/ldblib.c:116
↓ 7 callers
Method
start_array
third-party/nlohmann/include/nlohmann/detail/input/json_sax.hpp:694
↓ 7 callers
Method
start_object
third-party/nlohmann/include/nlohmann/detail/input/json_sax.hpp:679
↓ 7 callers
Function
str_checkname
third-party/lua-5.1.5/src/lparser.c:117
↓ 7 callers
Function
tonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
third-party/lua-5.5.0/src/lcode.c:57
↓ 7 callers
Function
tonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
third-party/lua-5.4.6/src/lcode.c:57
↓ 7 callers
Function
uv__count_bufs
third-party/libuv-1.46.0/src/uv-common.c:622
↓ 7 callers
Function
uv__io_feed
third-party/libuv-1.46.0/src/unix/core.c:973
↓ 7 callers
Function
uv__stream_open
third-party/libuv-1.46.0/src/unix/stream.c:403
↓ 7 callers
Function
uv_fs_event_stop
third-party/libuv-1.46.0/src/unix/aix.c:854
↓ 7 callers
Function
uv_fs_lstat
third-party/libuv-1.46.0/src/win/fs.c:3402
↓ 7 callers
Function
uv_fs_poll_init
third-party/libuv-1.46.0/src/fs-poll.c:59
↓ 7 callers
Function
uv_fs_poll_start
third-party/libuv-1.46.0/src/fs-poll.c:66
↓ 7 callers
Function
uv_fs_realpath
third-party/libuv-1.46.0/src/win/fs.c:3330
↓ 7 callers
Function
uv_getnameinfo
* Entry point for getnameinfo * return 0 if a callback will be made * return error code if validation fails */
third-party/libuv-1.46.0/src/win/getnameinfo.c:117
↓ 7 callers
Function
uv_inet_pton
third-party/libuv-1.46.0/src/inet.c:146
↓ 7 callers
Function
uv_metrics_info
third-party/libuv-1.46.0/src/uv-common.c:1003
↓ 7 callers
Function
uv_once
third-party/libuv-1.46.0/src/win/thread.c:67
↓ 7 callers
Function
uv_os_get_passwd
third-party/libuv-1.46.0/src/win/util.c:1296
↓ 7 callers
Function
uv_poll_stop
third-party/libuv-1.46.0/src/win/poll.c:523
↓ 7 callers
Function
uv_ref
third-party/libuv-1.46.0/src/uv-common.c:596
↓ 7 callers
Function
uv_stop
third-party/libuv-1.46.0/src/uv-common.c:611
↓ 7 callers
Function
uv_tcp_init_ex
third-party/libuv-1.46.0/src/win/tcp.c:146
↓ 7 callers
Function
uv_udp_init_ex
third-party/libuv-1.46.0/src/uv-common.c:345
↓ 7 callers
Function
uv_udp_open
third-party/libuv-1.46.0/src/win/udp.c:905
↓ 7 callers
Function
uv_udp_recv_stop
third-party/libuv-1.46.0/src/uv-common.c:527
↓ 7 callers
Function
uv_udp_set_broadcast
third-party/libuv-1.46.0/src/win/udp.c:875
↓ 6 callers
Method
AddDebugger
emmy_debugger/src/debugger/emmy_debugger_manager.cpp:36
↓ 6 callers
Method
AddTarget
emmy_tool/src/command_line.cpp:3
↓ 6 callers
Function
DEBUGOUT
a macro that outputs the message to the Debug console if a debug build
third-party/EasyHook/EasyHookDll/RemoteHook/entry.cpp:58
↓ 6 callers
Function
DumpChar
third-party/lua-5.1.5/src/ldump.c:39
↓ 6 callers
Function
GetStealthStubSize
third-party/EasyHook/EasyHookDll/RemoteHook/stealth.c:429
↓ 6 callers
Method
HandleBreak
emmy_debugger/src/debugger/emmy_debugger.cpp:659
↓ 6 callers
Function
LhIsValidHandle
third-party/EasyHook/DriverShared/LocalHook/install.c:58
↓ 6 callers
Function
addstr2buff
** Add 'str' to the buffer. If string is larger than the buffer space, ** push the string directly to the stack. */
third-party/lua-5.4.6/src/lobject.c:453
↓ 6 callers
Function
adjustlocalvars
third-party/lua-5.1.5/src/lparser.c:167
↓ 6 callers
Function
adjustlocalvars
third-party/lua-5.3.5/src/lparser.c:202
↓ 6 callers
Function
adjustlocalvars
third-party/lua-5.2.4/src/lparser.c:205
↓ 6 callers
Function
check_utime
third-party/libuv-1.46.0/test/test-fs.c:807
↓ 6 callers
Function
checkformat
** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conv
third-party/lua-5.5.0/src/lstrlib.c:1229
↓ 6 callers
Function
checkformat
** Check whether a conversion specification is valid. When called, ** first character in 'form' must be '%' and last character must ** be a valid conv
third-party/lua-5.4.6/src/lstrlib.c:1225
↓ 6 callers
Function
checklimit
third-party/lua-5.3.5/src/lparser.c:92
↓ 6 callers
Function
checklimit
third-party/lua-5.2.4/src/lparser.c:96
↓ 6 callers
Function
closefd
third-party/libuv-1.46.0/test/runner-unix.c:49
↓ 6 callers
Function
codecomp
third-party/lua-5.1.5/src/lcode.c:673
↓ 6 callers
Function
copywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
third-party/lua-5.5.0/src/lstrlib.c:1599
↓ 6 callers
Function
copywithendian
** Copy 'size' bytes from 'src' to 'dest', correcting endianness if ** given 'islittle' is different from native endianness. */
third-party/lua-5.4.6/src/lstrlib.c:1589
↓ 6 callers
Function
create_tcp_socket
third-party/libuv-1.46.0/test/test-tcp-open.c:54
↓ 6 callers
Function
decode_modrm_reg
* decode_modrm_reg * * Decodes reg field of mod/rm byte * */
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:523
↓ 6 callers
Function
decode_modrm_rm
* decode_modrm_rm * * Decodes rm field of mod/rm byte * */
third-party/EasyHook/DriverShared/Disassembler/libudis86/decode.c:540
↓ 6 callers
Function
do_connect
third-party/libuv-1.46.0/test/test-tcp-close-reset.c:183
↓ 6 callers
Function
enterblock
third-party/lua-5.1.5/src/lparser.c:285
↓ 6 callers
Function
error
third-party/lua-5.2.4/src/lundump.c:30
↓ 6 callers
Function
esccheck
third-party/lua-5.5.0/src/llex.c:336
↓ 6 callers
Function
esccheck
third-party/lua-5.4.6/src/llex.c:319
↓ 6 callers
Function
esccheck
third-party/lua-5.3.5/src/llex.c:303
↓ 6 callers
Function
explist
third-party/lua-5.5.0/src/lparser.c:1125
↓ 6 callers
Function
gen_operand
----------------------------------------------------------------------------- * gen_operand() - Generates assembly output for each operand. * ------
third-party/EasyHook/DriverShared/Disassembler/libudis86/syn-att.c:51
↓ 6 callers
Function
getfield
third-party/lua-5.5.0/src/loslib.c:254
← previous
next →
701–800 of 8,365, ranked by callers