Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleherbau2011-05-09 05:47:49 +0000
committeraleherbau2011-05-09 05:47:49 +0000
commitaa76d5643f37b2e8f8e97ffa55005d81ca2baf1c (patch)
treeddf758ef19e164892e26d8bb8b3bb78c9b40e73d /python/todo.twiki
parentcdf3495bb3e46b30d450a419bc36b2ba0eb95ae3 (diff)
downloadorg.eclipse.tcf-aa76d5643f37b2e8f8e97ffa55005d81ca2baf1c.tar.gz
org.eclipse.tcf-aa76d5643f37b2e8f8e97ffa55005d81ca2baf1c.tar.xz
org.eclipse.tcf-aa76d5643f37b2e8f8e97ffa55005d81ca2baf1c.zip
TCF Debugger: Bug 344919 - [cdt] Reuse CDT's Source Not Found Editor
Diffstat (limited to 'python/todo.twiki')
-rw-r--r--python/todo.twiki39
1 files changed, 39 insertions, 0 deletions
diff --git a/python/todo.twiki b/python/todo.twiki
new file mode 100644
index 000000000..602325a87
--- /dev/null
+++ b/python/todo.twiki
@@ -0,0 +1,39 @@
+---+ TCF Python Scripting
+
+---++ Features
+ * [done] EventQueue
+ * Transport types
+ * [done] TCP
+ * SSL
+ * PIPE
+ * LOOP
+ * Service proxies:
+ * [done] Breakpoints
+ * [done] Locator
+ * [done] RunControl
+ * [done] StackTrace
+ * [done] Symbols
+ * [done] Registers
+ * [done] Expressions
+ * [done] LineNumbers
+ * [done] Processes
+ * [done] FileSystem
+ * MemoryMap
+ * Memory
+ * PathMap
+ * Diagnostics
+ * Disassembly
+ * Streams
+ * Terminals
+ * SysMonitor
+ * Local services:
+ * [incomplete] ZeroCopy
+ * [started] Locator service (discovery)
+ * Utilities:
+ * [done] ACPM data cache
+ * [done] TCFTask
+ * [done] Event recording
+ * [done] Simplified synchronous command invocation
+ * File object implementation based on FileSystem service
+ * [started] Interactive interpreter
+ * JUnit tests

Back to the top