Home
last modified time | relevance | path

Searched refs:SetWatch (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/Debug/
H A DWatches.cpp17 std::size_t Watches::SetWatch(u32 address, std::string name) in SetWatch() function in Common::Debug::Watches
98 SetWatch(address, name); in LoadFromStrings()
H A DWatches.h33 std::size_t SetWatch(u32 address, std::string name);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/DSPLLE/
H A DDSPDebugInterface.cpp28 std::size_t DSPDebugInterface::SetWatch(u32 address, std::string name) in SetWatch() function in DSP::LLE::DSPDebugInterface
30 return m_watches.SetWatch(address, std::move(name)); in SetWatch()
H A DDSPDebugInterface.h30 std::size_t SetWatch(u32 address, std::string name = "") override;
/dports/devel/z88dk/z88dk/src/sccz80/
H A Dcallfunc.c19 static int SetWatch(char* sym, int* isscanf);
118 watcharg = SetWatch(funcname, &isscanf); in callfunction()
362 static int SetWatch(char* sym, int* type) in SetWatch() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Debugger/
H A DPPCDebugInterface.cpp53 std::size_t PPCDebugInterface::SetWatch(u32 address, std::string name) in SetWatch() function in PPCDebugInterface
55 return m_watches.SetWatch(address, std::move(name)); in SetWatch()
H A DPPCDebugInterface.h29 std::size_t SetWatch(u32 address, std::string name = "") override;
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DDebugInterface.h29 virtual std::size_t SetWatch(u32 address, std::string name = "") = 0;
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dwatchesdlg.cpp178 void SetWatch(cb::shared_ptr<cbWatch> watch) { m_watch = watch; } in SetWatch() function in WatchesProperty
567 watches_prop->SetWatch(watch); in AddWatch()
1015 watchesProp->SetWatch(cb::shared_ptr<cbWatch>()); in RenameWatch()
1018 watchesProp->SetWatch(new_watch); in RenameWatch()
1034 watchesProp->SetWatch(item.watch); in RenameWatch()
/dports/lang/nqc/nqc-3.1.r6_1/nqc/
H A Dnqc.cpp204 static RCX_Result SetWatch(const char *timeSpec);
411 result = SetWatch(args.Next()); in ProcessCommandLine()
520 RCX_Result SetWatch(const char *timeSpec) in SetWatch() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DWatchWidget.cpp350 PowerPC::debug_interface.SetWatch(addr, name.toStdString()); in AddWatch()
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A Drcx1.nqh219 #define SetWatch(h, m) asm { 0x22, (h), (m) }
H A Drcx2.nqh944 __nolist void SetWatch(const int h, const int m) { asm { 0x22, h, m }; }
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dbreakpropertydlg.pas249 FBreakpoint.SetWatch(edtFilename.Text, ws, wk);
/dports/editors/lazarus/lazarus/debugger/
H A Dbreakpropertydlg.pas240 FBreakpoint.SetWatch(edtFilename.Text, ws, wk);
/dports/editors/lazarus-qt5/lazarus/debugger/
H A Dbreakpropertydlg.pas240 FBreakpoint.SetWatch(edtFilename.Text, ws, wk);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dbreakpropertydlg.pas249 FBreakpoint.SetWatch(edtFilename.Text, ws, wk);
/dports/lang/nbc/bricktools/
H A DuSpirit.pas221 function SetWatch(aTime : string) : boolean; virtual; abstract; in SetWatch() function
H A DFantomSpirit.pas149 function SetWatch(aTime : string) : boolean; override; in SetWatch() function
3449 function TFantomSpirit.SetWatch(aTime: string): boolean; in TFantomSpirit.SetWatch() function
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dnqc.vim217 syn keyword nqcFunction Program Watch SetWatch
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dnqc.vim217 syn keyword nqcFunction Program Watch SetWatch
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaHandleSynced.cpp1311 int CSyncedLuaHandle::SetWatch ## DefType ## Def(lua_State* L) { \