Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 602325a87fedb487edbff30936ea1aa4ae40f6da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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