haiku/src
Rene Gollent 42d73abab9 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.
2013-05-12 16:03:47 -04:00
..
add-ons JPEGTranslator: fixes a 64 bit warning 2013-05-12 18:45:12 +02:00
apps Add "Run to cursor" context action. 2013-05-12 16:03:47 -04:00
bin Improve basic profiler output a little. 2013-05-11 16:46:15 -04:00
build Convert fs_host files from c back to cpp and style changes. 2012-08-13 18:51:59 -04:00
data Add the !DOCTYPE element to the text/html sniff rule 2013-03-15 00:55:38 +01:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits TTracker::RefsReceived(): Forward "be:*" message fields 2013-05-11 04:44:53 +02:00
libs libgnu.so: Fix GCC4.8 narrowing conversion warnings 2013-05-11 09:02:01 +02:00
preferences ShorcutsPreferences: fixes 64 bit warnings 2013-05-10 19:59:05 +02:00
servers app_server: added an ASSERT to Desktop::_Windows(). 2013-05-12 21:05:05 +02:00
system boot loader: Almost removed use of kernel_cpp.h. 2013-05-11 19:34:22 +02:00
tests playground: fixes a 64 bit warning. 2013-05-12 18:46:43 +02:00
tools s/OpenBeOS/Haiku 2013-02-16 13:59:39 -05:00
Jamfile