HomeSort by relevance Sort by last modified time
    Searched refs:HandleCommand (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/lldb/include/lldb/API/
SBDebugger.h 101 HandleCommand (const char *command);
  /external/lldb/test/attic/
tester.py 94 self.m_commandInterpreter.HandleCommand(command, res, False)
  /external/lldb/examples/summaries/cocoa/
CFDictionary.py 233 debugger.HandleCommand("type summary add -F CFDictionary.CFDictionary_SummaryProvider NSDictionary")
234 debugger.HandleCommand("type summary add -F CFDictionary.CFDictionary_SummaryProvider2 CFDictionaryRef CFMutableDictionaryRef")
NSSet.py 262 debugger.HandleCommand("type summary add -F NSSet.NSSet_SummaryProvider NSSet")
263 debugger.HandleCommand("type summary add -F NSSet.NSSet_SummaryProvider2 CFSetRef CFMutableSetRef")
CFString.py 52 debugger.HandleCommand("type summary add -F CFString.CFString_SummaryProvider NSString CFStringRef CFMutableStringRef")
53 debugger.HandleCommand("type summary add -F CFString.CFAttributedString_SummaryProvider NSAttributedString")
CFArray.py 204 debugger.HandleCommand("type summary add -F CFArray.CFArray_SummaryProvider NSArray CFArrayRef CFMutableArrayRef")
CFBitVector.py 175 debugger.HandleCommand("type summary add -F CFBitVector.CFBitVector_SummaryProvider CFBitVectorRef CFMutableBitVectorRef")
NSIndexSet.py 150 debugger.HandleCommand("type summary add -F NSIndexSet.NSIndexSet_SummaryProvider NSIndexSet NSMutableIndexSet")
NSURL.py 137 debugger.HandleCommand("type summary add -F NSURL.NSURL_SummaryProvider NSURL CFURLRef")
  /external/lldb/scripts/Python/interface/
SBDebugger.i 177 HandleCommand (const char *command);
  /external/lldb/source/API/
SBCommandInterpreter.cpp 111 SBCommandInterpreter::HandleCommand (const char *command_line, SBCommandReturnObject &result, bool add_to_history)
116 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p), add_to_history=%i)",
122 m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref());
136 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p): %s, add_to_history=%i) => %i",
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 297 self.commandInterpreter.HandleCommand(cmd, result)
314 self.commandInterpreter.HandleCommand(cmd, result)
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler_unittest.cc 107 TEST(HttpHandlerTest, HandleCommand) {
http_handler.cc 565 HandleCommand(request, path, send_response_func);
594 void HttpHandler::HandleCommand(
  /external/lldb/examples/functions/
main.cpp 207 debugger.GetCommandInterpreter().HandleCommand (command, command_result);
  /external/lldb/examples/python/
gdbremote.py 209 debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % g_log_file);
251 debugger.HandleCommand('log disable gdb-remote packets');
    [all...]
memory.py 180 lldb.debugger.HandleCommand('command script add -f memory.memfind_command memfind')
types.py 251 lldb.debugger.HandleCommand('command script add -f types.check_padding_command check_padding')
  /external/lldb/include/lldb/Interpreter/
CommandInterpreter.h 154 HandleCommand (const char *command_line,
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 46 m_debugger.GetCommandInterpreter().HandleCommand(cmd_to_use,
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 141 interpreter.HandleCommand(cmd,sb_ret);
  /external/lldb/utils/test/
lldb-disasm.py 71 ci.HandleCommand(cmd, res)
  /external/chromium_org/content/browser/devtools/
devtools_protocol.cc 170 DevToolsProtocol::Handler::HandleCommand(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 163 virtual bool HandleCommand(int command) OVERRIDE;
  /external/chromium_org/sync/tools/testserver/
sync_testserver.py 47 def HandleCommand(self, query, raw_request):
48 return self._sync_handler.HandleCommand(query, raw_request)
213 http_response, raw_reply = self.server.HandleCommand(

Completed in 286 milliseconds

1 23 4