Searched refs:p_debug_control (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/tools/v8windbg/test/ |
D | v8windbg-test.cc | 25 LoadExtensionScope(WRL::ComPtr<IDebugControl4> p_debug_control, in LoadExtensionScope() argument 27 : p_debug_control_(p_debug_control), in LoadExtensionScope() 29 p_debug_control->AddExtensionWide(extension_path_.c_str(), 0, &ext_handle_); in LoadExtensionScope() 33 p_debug_control->CallExtension(ext_handle_, "Foo", "Bar"); in LoadExtensionScope() 72 HRESULT SetBreakpoint(WRL::ComPtr<IDebugControl4> p_debug_control, in SetBreakpoint() argument 76 p_debug_control->AddBreakpoint(DEBUG_BREAKPOINT_CODE, DEBUG_ANY_ID, &bp); in SetBreakpoint() 91 HRESULT SetBreakpointInV8OrD8(WRL::ComPtr<IDebugControl4> p_debug_control, in SetBreakpointInV8OrD8() argument 96 HRESULT hr = SetBreakpoint(p_debug_control, ("v8!" + function_name).c_str()); in SetBreakpointInV8OrD8() 100 hr = SetBreakpoint(p_debug_control, ("d8!" + function_name).c_str()); in SetBreakpointInV8OrD8() 104 return SetBreakpoint(p_debug_control, ("d8_exe!" + function_name).c_str()); in SetBreakpointInV8OrD8() [all …]
|