Home
last modified time | relevance | path

Searched defs:watches (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
DControllerHelpers.py21 def update_step_watches(step_info, watches, commands): argument
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc29 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches) { in SummarizeDebugTensorWatches()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/
DDebuggerBase.py162 def get_step_info(self, watches, step_index): argument
169 def _get_step_info(self, watches, step_index): argument
215 def _get_step_info(self, watches, step_index): argument
/external/libchrome/mojo/core/
Dwatcher_dispatcher.cc100 base::flat_map<uintptr_t, scoped_refptr<Watch>> watches; in Close() local
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Ddbgeng.py109 def _get_step_info(self, watches, step_index): argument
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/lldb/
DLLDB.py166 def _get_step_info(self, watches, step_index): argument
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py149 def _get_step_info(self, watches, step_index): argument
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc49 const protobuf::RepeatedPtrField<DebugTensorWatch>& watches, Graph* graph, in InsertNodes()