Home
last modified time | relevance | path

Searched refs:AutoAttach (Results 1 – 24 of 24) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgautoattach.h57 …virtual HRESULT WINAPI AutoAttach(REFGUID guidPort,DWORD dwPid,AUTOATTACH_PROGRAM_TYPE dwProgramTy…
65 …HRESULT (WINAPI *AutoAttach)(IDebugAutoAttach *This,REFGUID guidPort,DWORD dwPid,AUTOATTACH_PROGRA…
75 …guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId) (This)->lpVtbl->AutoAttach(This,guidPort,dw…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgautoattach.h57 …virtual HRESULT WINAPI AutoAttach(REFGUID guidPort,DWORD dwPid,AUTOATTACH_PROGRAM_TYPE dwProgramTy…
65 …HRESULT (WINAPI *AutoAttach)(IDebugAutoAttach *This,REFGUID guidPort,DWORD dwPid,AUTOATTACH_PROGRA…
75 …guidPort,dwPid,dwProgramType,dwProgramId,pszSessionId) (This)->lpVtbl->AutoAttach(This,guidPort,dw…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/src/
H A Ddbg_wx_mon.erl185 init_options(TraceWin, AutoAttach, StackTrace, BackTrace, Strings, State) ->
191 case AutoAttach of
531 int_cmd({auto_attach, AutoAttach}, State) ->
532 OnFlags = case AutoAttach of
538 State#state{attach=AutoAttach};
685 [TraceWin,AutoAttach,StackTrace,BackTrace,Strings,Files,Breaks] = Vals,
694 case AutoAttach of
738 loaded({TraceWin, AutoAttach, StackTrace, BackTrace, Files, Breaks}) ->
740 [TraceWin,AutoAttach,StackTrace,BackTrace,keep,Files,Breaks];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dtarget_auto_attacher.cc210 delegate_->AutoAttach(agent_host.get(), wait_for_debugger_on_start_); in AttachToAgentHost()
295 delegate_->AutoAttach(host.get(), waiting_for_debugger); in ReattachTargetsOfType()
345 delegate_->AutoAttach(host, wait_for_debugger_on_start_); in WorkerCreated()
386 delegate_->AutoAttach(agent_host, waiting_for_debugger); in ChildWorkerCreated()
H A Dtarget_auto_attacher.h25 virtual void AutoAttach(DevToolsAgentHost* host,
H A Dtarget_handler.h114 void AutoAttach(DevToolsAgentHost* host, bool waiting_for_debugger) override;
H A Dtarget_handler.cc668 void TargetHandler::AutoAttach(DevToolsAgentHost* host, in AutoAttach() function in content::protocol::TargetHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dtarget_auto_attacher.cc210 delegate_->AutoAttach(agent_host.get(), wait_for_debugger_on_start_); in AttachToAgentHost()
295 delegate_->AutoAttach(host.get(), waiting_for_debugger); in ReattachTargetsOfType()
345 delegate_->AutoAttach(host, wait_for_debugger_on_start_); in WorkerCreated()
376 delegate_->AutoAttach(agent_host, waiting_for_debugger); in ChildWorkerCreated()
H A Dtarget_auto_attacher.h25 virtual void AutoAttach(DevToolsAgentHost* host,
H A Dtarget_handler.h124 void AutoAttach(DevToolsAgentHost* host, bool waiting_for_debugger) override;
H A Dtarget_handler.cc701 void TargetHandler::AutoAttach(DevToolsAgentHost* host, in AutoAttach() function in content::protocol::TargetHandler
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/target/
H A Dtarget.go466AutoAttach bool `json:"autoAttach"` // Whether to auto-attach to related t… member
484 AutoAttach: autoAttach,
H A Deasyjson.go217 out.AutoAttach = bool(in.Bool())
241 out.Bool(bool(in.AutoAttach))
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgecfgg.h589 bool AutoAttach() { return cfg.autoattach; } in AutoAttach() function
620 void AutoAttach(bool s) { cfg.autoattach = s; } in AutoAttach() function
H A Dgccfgg3.cpp93 EDIT->AutoAttach(make_bool(GetYesno(val))); in CfgEditautoattach()
H A Dgccfgg.cpp533 AutoAttach(true); in GoldedCfgEdit()
H A Dgepost.cpp91 if(EDIT->AutoAttach()) {
/dports/www/twiki/twiki/data/TWiki/
H A DTWikiReleaseNotes04x02.txt,v307 | [[%BUGS%/Item5004][Item5004]] | AutoAttach created META that will break topic rendering |