Searched +hist:42 +hist:d73aba (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cppdiff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 42d73abab96321f93eae63d9ea6db5b844f1e216 Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
H A DTeamWindow.hdiff b8b4219f Thu Jun 27 19:05:42 MDT 2013 Rene Gollent <anevilyak@gmail.com> Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.
diff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 787740e0 Thu Nov 03 04:42:05 MDT 2011 Rene Gollent <anevilyak@gmail.com> Save and restore the inspector window's frame + mode settings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43155 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b8b4219f26ca324dbaca060885173cbb01331447 Thu Jun 27 19:05:42 MDT 2013 Rene Gollent <anevilyak@gmail.com> Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.
diff 42d73abab96321f93eae63d9ea6db5b844f1e216 Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 787740e0f9b9fc64b8ecf635e7b667699e5f80ea Thu Nov 03 04:42:05 MDT 2011 Rene Gollent <anevilyak@gmail.com> Save and restore the inspector window's frame + mode settings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43155 a95241bf-73f2-0310-859d-f6bbb57e9c96
H A DTeamWindow.cppdiff d1ae01d7 Tue Oct 28 21:18:42 MDT 2014 Rene Gollent <rene@gollent.com> Debugger: Use async request in expression window.

- ExpressionEvaluationWindow now uses the aforementioned
request interface to ask the debugger core to perform evaluation
on its behalf, rather than doing so itself directly.

The remaining users of the expression evaluator will be adjusted in
following commits.
diff b8b4219f Thu Jun 27 19:05:42 MDT 2013 Rene Gollent <anevilyak@gmail.com> Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.
diff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 42d73aba Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 787740e0 Thu Nov 03 04:42:05 MDT 2011 Rene Gollent <anevilyak@gmail.com> Save and restore the inspector window's frame + mode settings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43155 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 4529df90 Fri Jun 17 21:42:31 MDT 2011 Rene Gollent <anevilyak@gmail.com> Add a keyboard shortcut for Run to accompany the ones for the different step actions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42230 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff d1ae01d79bdc373430525116dffe171b000fcc6d Tue Oct 28 21:18:42 MDT 2014 Rene Gollent <rene@gollent.com> Debugger: Use async request in expression window.

- ExpressionEvaluationWindow now uses the aforementioned
request interface to ask the debugger core to perform evaluation
on its behalf, rather than doing so itself directly.

The remaining users of the expression evaluator will be adjusted in
following commits.
diff b8b4219f26ca324dbaca060885173cbb01331447 Thu Jun 27 19:05:42 MDT 2013 Rene Gollent <anevilyak@gmail.com> Implement #9758.

- Add ConsoleOutputView for showing the debugged team's console output.
The view presents checkboxes for controlling whether or not stdout
and/or stderr output is captured and shown, as well as the
ability to clear the current output.
diff 42d73abab96321f93eae63d9ea6db5b844f1e216 Sat May 11 21:09:12 MDT 2013 Rene Gollent <anevilyak@gmail.com> Add "Run to cursor" context action.

- UserInterfaceListener/TeamDebugger: Extend ThreadActionRequested()
to allow passing a target address. Adjust TeamDebugger's
implementation accordingly.

- ThreadHandler: The MSG_THREAD_RUN action can now optionally take an
address parameter to run until. If this is specified, set a temporary
breakpoint for said address before resuming execution.

- SourceView: On right click, present a context menu showing possible
actions for the current line if we're currently in a stopped thread.
For the moment, this only yields the "Run to cursor" action, but
more will be added in the future.
diff 787740e0f9b9fc64b8ecf635e7b667699e5f80ea Thu Nov 03 04:42:05 MDT 2011 Rene Gollent <anevilyak@gmail.com> Save and restore the inspector window's frame + mode settings.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43155 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 121 milliseconds