Home
last modified time | relevance | path

Searched refs:handle_command (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestFileHandle.lua6 self:handle_command('script print(1+1)')
19 self:handle_command('p/x 3735928559', false)
30 self:handle_command('lol', false)
H A Dlua_lldb_test.lua116 function _m:handle_command(command, collect) function