Home
last modified time | relevance | path

Searched refs:GoToDestination (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlFindOccurrences.cs60 GoToDestination dest = lstSearchResult.SelectedItems[0].Tag as GoToDestination; in lstSearchResult_DoubleClick()
61 Viewer.CodeViewerActions.GoToDestination(dest); in lstSearchResult_DoubleClick()
70 public GoToDestination Destination;
H A DCodeViewerActions.cs219 public void GoToDestination(GoToDestination dest) in GoToDestination() method in Mesen.GUI.Debugger.Controls.CodeViewerActions
224 private GoToDestination GetDestination() in GetDestination()
228 return new GoToDestination() { in GetDestination()
239 GoToDestination(GetDestination()); in GoToLocation()
H A DICodeViewer.cs11 public delegate void ShowInSplitViewEventHandler(ICodeViewer sender, GoToDestination dest); in ShowInSplitViewEventHandler()
H A DctrlSourceViewer.cs433 Destination = new GoToDestination() { in FindAllOccurrences()
465 Destination = new GoToDestination() { in FindAllOccurrences()
H A DctrlFunctionList.cs138 OnFunctionSelected?.Invoke(new GoToDestination() { in lstFunctions_DoubleClick()
H A DctrlLabelList.cs182 OnLabelSelected?.Invoke(new GoToDestination() { in lstLabels_DoubleClick()
H A DctrlDebuggerCode.cs405 Destination = new GoToDestination() { in FindAllOccurrences()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmTraceLogger.cs28 private GoToDestination _destination;
487 debugger.GoToDestination(_destination); in mnuViewInDisassembly_Click()
504 _destination = new GoToDestination() { in txtTraceLog_MouseUp()
511 _destination = new GoToDestination() { in txtTraceLog_MouseUp()
517 _destination = new GoToDestination() { in txtTraceLog_MouseUp()
H A DfrmDebugger.cs789 GoToDestination(sender, dest); in ctrlDebuggerCode_OnGoToDestination()
803 GoToDestination(ctrlSourceViewerSplit, dest); in ctrlDebuggerCode_OnShowInSplitView()
805 GoToDestination(ctrlDebuggerCodeSplit, dest); in ctrlDebuggerCode_OnShowInSplitView()
809 GoToDestination(ctrlSourceViewer, dest); in ctrlDebuggerCode_OnShowInSplitView()
811 GoToDestination(ctrlDebuggerCode, dest); in ctrlDebuggerCode_OnShowInSplitView()
1315 GoToDestination(LastCodeWindow, dest); in ctrlFunctionList_OnFunctionSelected()
1320 GoToDestination(LastCodeWindow, dest); in ctrlLabelList_OnLabelSelected()
1799 private void GoToDestination(ICodeViewer target, GoToDestination dest) in GoToDestination() method in Mesen.GUI.Debugger.frmDebugger
1836 public void GoToDestination(GoToDestination dest) in GoToDestination() method in Mesen.GUI.Debugger.frmDebugger
1838 GoToDestination(LastCodeWindow, dest); in GoToDestination()
[all …]
H A DfrmGoToAll.cs27 public GoToDestination Destination { get; private set; }
327 Destination = new GoToDestination() { in SelectAndClose()
341 public delegate void GoToDestinationEventHandler(GoToDestination dest); in GoToDestinationEventHandler()
343 public class GoToDestination class
H A DDebugWindowManager.cs89 public static void OpenMemoryViewer(GoToDestination dest) in OpenMemoryViewer()
92 frm.GoToDestination(dest); in OpenMemoryViewer()
H A DfrmMemoryViewer.cs214 public void GoToDestination(GoToDestination dest) in GoToDestination() method in Mesen.GUI.Debugger.frmMemoryViewer
238 GoToDestination(frm.Destination); in GoToAll()