Home
last modified time | relevance | path

Searched defs:ToggleBreakpoint (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DBreakpointManager.cs85 public static void ToggleBreakpoint(AddressTypeInfo info, bool toggleEnabled) in ToggleBreakpoint() method in Mesen.GUI.Debugger.BreakpointManager
H A DfrmDebugger.cs698 private void ToggleBreakpoint(bool toggleEnabled) in ToggleBreakpoint() method in Mesen.GUI.Debugger.frmDebugger
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMIPS.cpp66 void CMIPS::ToggleBreakpoint(uint32 address) in ToggleBreakpoint() function in CMIPS
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DDebugInterface.h68 virtual void ToggleBreakpoint(u32 /*address*/) {} in ToggleBreakpoint() function
/dports/editors/picpas/PicPas-7940bc3/_libraries/PicUtils-1.6/
H A DPicCore.pas203 procedure ToggleBreakpoint(aPC: word); procedure
1007 procedure TPicCore.ToggleBreakpoint(aPC: word); procedure
/dports/editors/picpas/PicPas-7940bc3/picutils/
H A DPicCore.pas203 procedure ToggleBreakpoint(aPC: word); procedure
1003 procedure TPicCore.ToggleBreakpoint(aPC: word); procedure
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DMemoryViewWidget.cpp327 void MemoryViewWidget::ToggleBreakpoint() in ToggleBreakpoint() function in MemoryViewWidget
H A DCodeWidget.cpp509 void CodeWidget::ToggleBreakpoint() in ToggleBreakpoint() function in CodeWidget
H A DCodeViewWidget.cpp802 void CodeViewWidget::ToggleBreakpoint() in ToggleBreakpoint() function in CodeViewWidget
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/DSPLLE/
H A DDSPDebugInterface.cpp236 void DSPDebugInterface::ToggleBreakpoint(u32 address) in ToggleBreakpoint() function in DSP::LLE::DSPDebugInterface
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DDisAsmWnd.cpp511 void CDisAsmWnd::ToggleBreakpoint(uint32 address) in ToggleBreakpoint() function in CDisAsmWnd
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/Debugger/
H A DPPCDebugInterface.cpp299 void PPCDebugInterface::ToggleBreakpoint(u32 address) in ToggleBreakpoint() function in PPCDebugInterface
/dports/lang/chicken5/chicken-5.3.0/
H A Dfeathers.tcl507 proc ToggleBreakpoint {{y ""}} { procedure
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DCodeViewerActions.cs299 public void ToggleBreakpoint(bool toggleEnabledFlag) in ToggleBreakpoint() method in Mesen.GUI.Debugger.Controls.CodeViewerActions
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DDisAsm.cpp365 void CDisAsm::ToggleBreakpoint(uint32 address) in ToggleBreakpoint() function in CDisAsm
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A DDebuggerWindow.cpp1815 void rvDebuggerWindow::ToggleBreakpoint ( void ) in ToggleBreakpoint() function in rvDebuggerWindow
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbeditor.cpp2417 void cbEditor::ToggleBreakpoint(int line, bool notifyDebugger) in ToggleBreakpoint() function in cbEditor