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

1 2 3 4

  /external/lldb/test/functionalities/command_script/import/thepackage/
__init__.py 5 debugger.HandleCommand("command script add -f thepackage.TPunitA.command TPcommandA")
6 debugger.HandleCommand("command script add -f thepackage.TPunitB.command TPcommandB")
  /external/lldb/test/functionalities/command_script/import/foo/
foo2.py 6 debugger.HandleCommand("command script add -f foo2.foo2_function foo2cmd")
  /external/chromium_org/content/public/browser/
devtools_manager_delegate.h 29 virtual base::DictionaryValue* HandleCommand(
  /external/lldb/examples/summaries/
sp_cp.py 58 debugger.HandleCommand('type summary add -x ".*ValueObjectSP" --expand -F sp_cp.ValueObjectSP_SummaryProvider')
59 debugger.HandleCommand('type synthetic add -x ".*ValueObjectSP" -l sp_cp.ValueObjectSP_SyntheticChildrenProvider')
60 debugger.HandleCommand('type summary add -x ".*SP" --expand -F sp_cp.SharedPtr_SummaryProvider')
61 debugger.HandleCommand('type synthetic add -x ".*SP" -l sp_cp.SharedPtr_SyntheticChildrenProvider')
  /external/lldb/test/functionalities/command_script/import/bar/
bar.py 9 debugger.HandleCommand("command script add -f bar.bar_function barothercmd")
  /external/lldb/test/functionalities/command_script/
mysto.py 19 debugger.HandleCommand("command script add -f mysto.StepOver mysto")
  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 31 retval = debugger.GetCommandInterpreter().HandleCommand("plugin load plugin.dylib",retobj)
35 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_command child abc def ghi",retobj)
45 retval = debugger.GetCommandInterpreter().HandleCommand("plugin_loaded_ ch abc def ghi",retobj)
  /external/llvm/utils/
lldbDataFormatters.py 8 debugger.HandleCommand('type category define -e llvm -l c++')
9 debugger.HandleCommand('type synthetic add -w llvm '
12 debugger.HandleCommand('type synthetic add -w llvm '
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 36 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFString_SummaryProvider WTF::String')
37 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFStringImpl_SummaryProvider WTF::StringImpl')
38 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFAtomicString_SummaryProvider WTF::AtomicString')
39 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFVector_SummaryProvider -x "WTF::Vector<.+>$"')
40 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFHashTable_SummaryProvider -x "WTF::HashTable<.+>$"')
41 debugger.HandleCommand('type synthetic add -x "WTF::Vector<.+>$" --python-class lldb_webkit.WTFVectorProvider')
42 debugger.HandleCommand('type synthetic add -x "WTF::HashTable<.+>$" --python-class lldb_webkit.WTFHashTableProvider')
43 debugger.HandleCommand('type summary add -F lldb_webkit.WebCoreLayoutUnit_SummaryProvider WebCore::LayoutUnit')
44 debugger.HandleCommand('type summary add -F lldb_webkit.WebCoreLayoutSize_SummaryProvider WebCore::LayoutSize')
45 debugger.HandleCommand('type summary add -F lldb_webkit.WebCoreLayoutPoint_SummaryProvider WebCore::LayoutPoint'
    [all...]
  /external/lldb/examples/python/
diagnose_unwind.py 169 debugger.HandleCommand("settings show target.process.python-os-plugin-path")
173 debugger.HandleCommand("register read")
210 debugger.HandleCommand('image list %s' % module.GetFileSpec().GetFilename())
226 debugger.HandleCommand('disassemble -F att -a 0x%x' % frame.GetPC())
228 debugger.HandleCommand('disassemble -a 0x%x' % frame.GetPC())
238 debugger.HandleCommand('disassemble -F att -a 0x%x' % address)
240 debugger.HandleCommand('disassemble -a 0x%x' % address)
252 debugger.HandleCommand('image show-unwind -a "0x%x"' % frame.GetPC())
261 debugger.HandleCommand('image show-unwind -a "0x%x"' % address)
269 lldb.debugger.HandleCommand('command script add -f %s.diagnose_unwind diagnose-unwind' % __name__
    [all...]
gdb_disassemble.py 23 lldb.debugger.HandleCommand('command script add -f gdb_disassemble.disassemble gdb-disassemble')
delta.py 41 debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % log_file);
114 lldb.debugger.HandleCommand('command script add -f delta.parse_time_log parse_time_log')
stacks.py 55 lldb.debugger.HandleCommand("command script add -f stacks.stack_frames stack_frames")
cmdtemplate.py 75 debugger.HandleCommand('command script add -f cmdtemplate.the_framestats_command framestats')
  /external/lldb/test/python_api/interpreter/
TestCommandInterpreterAPI.py 59 ci.HandleCommand("breakpoint set -f main.c -l %d" % self.line, res)
61 ci.HandleCommand("process launch", res)
67 ci.HandleCommand(None, res)
  /external/chromium_org/chrome/browser/devtools/
chrome_devtools_manager_delegate.h 27 virtual base::DictionaryValue* HandleCommand(
  /external/lldb/examples/customization/import-python/
importcmd.py 15 debugger.HandleCommand("script import " + modname)
  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 42 ci.HandleCommand('breakpoint set -f main.c -l %d' % self.line, res)
44 ci.HandleCommand('process launch', res)
52 The HandleCommand() instance method takes two args: the command string and
115 HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history = false);
  /external/chromium_org/chrome/test/chromedriver/server/
http_handler.h 80 FRIEND_TEST_ALL_PREFIXES(HttpHandlerTest, HandleCommand);
88 void HandleCommand(const net::HttpServerRequestInfo& request,
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler_browsertest.cc 25 return handler->HandleCommand(command);
34 handler->HandleCommand(command);
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 73 return_value = interp.HandleCommand ("expr -t 100 -u true -- wait_a_while(10000)", result)
87 return_value = interp.HandleCommand ("expr -t 1000000 -u true -- wait_a_while(1000)", result)
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 70 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 0", return_obj)
109 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 1", return_obj)
129 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 1 -p 1 -n 1", return_obj)
136 self.dbg.GetCommandInterpreter().HandleCommand("process handle SIGCHLD -s 0 -p 1 -n 1", return_obj)
  /external/lldb/test/python_api/debugger/
TestDebuggerAPI.py 17 self.dbg.HandleCommand(None)
  /external/chromium_org/sync/test/fake_server/
fake_server.h 46 void HandleCommand(const std::string& request,
fake_server_http_post_provider.cc 83 base::Bind(&FakeServer::HandleCommand,

Completed in 572 milliseconds

1 2 3 4