Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-20 | Created TCF feature and update site projects | eutarass | 16 | -42/+1830 | |
2009-04-20 | Fixed: TCF debug session can report a bogus error "Cannot dispose ↵ | eutarass | 1 | -0/+1 | |
expression.." when inferior exits | |||||
2009-04-20 | Fixed: temporary file is left by TCF setup wizard | eutarass | 1 | -0/+3 | |
2009-04-20 | Fixed typo in a comment | eutarass | 1 | -1/+1 | |
2009-04-20 | Fixed error in parsing floating point numbers in JSON.java | eutarass | 1 | -2/+2 | |
2009-04-20 | Bug 270605: [tcf] TCF plugins should have qualified version numbers | eutarass | 8 | -8/+8 | |
2009-04-16 | TCF Debugger: fixed NullPointerException in TELNET client code | eutarass | 1 | -2/+0 | |
2009-04-16 | TCF Debugger: launch configuration dialog now can install TCF agent on ↵ | eutarass | 21 | -316/+1909 | |
remote host using TELNET or SSH. | |||||
2009-04-16 | TCF Debugger: fixed exception in breakpoint command handler when selection ↵ | eutarass | 1 | -0/+2 | |
is empty | |||||
2009-04-13 | TCF Debugger: fixed a racing condition during initialization. | eutarass | 5 | -61/+57 | |
2009-04-13 | Removed unnecessary "public" keyword | eutarass | 1 | -1/+1 | |
2009-04-13 | Bug 270610: [tcf] Get rid of org.eclipse.tm.tcf.startup extension point | eutarass | 1 | -1/+1 | |
changed the extension point to use transient start instead of persistent start | |||||
2009-04-09 | TCF Debugger: fixed: exiting Eclipse with active debug session can cause ↵ | eutarass | 1 | -6/+5 | |
NullPointerException. | |||||
2009-04-09 | Fixed typos in a comment. | eutarass | 1 | -2/+2 | |
2009-04-04 | [271227] Fix compiler warnings in org.eclipse.tm.tcf.rse | ustieber | 13 | -124/+177 | |
2009-04-04 | FIX NullPointerException in download if client passes in null as host encoding | ustieber | 1 | -29/+36 | |
2009-04-03 | Bug 269682: [tcf] RSE cannot connect to non-standard TCF port | eutarass | 1 | -3/+8 | |
2009-04-02 | Bug 270607: [tcf] Cleanup TCF core implementation and split out plugin tests | eutarass | 1 | -32/+0 | |
2009-03-28 | TCF Agent: optimization of 'safe events': stopping threads in affected ↵ | eutarass | 1 | -6/+17 | |
process only instead of stopping all. | |||||
2009-03-20 | TCF Agent: made changes to allow the build system to include/exclude ↵ | eutarass | 1 | -0/+2 | |
individual services by using command line options like -DSERVICE_Memory=0 TCF Agent: added conditional compilation variables: SERVICE_MemoryMap, ENABLE_DebugContext. TCF Agent: removed unnecessary #include "mdep.h", since it is included by config.h | |||||
2009-03-17 | Created Streams Service specification document. | eutarass | 4 | -2/+366 | |
2009-03-16 | Bug 264723: API extension to TCF Registers and Memory services | eutarass | 8 | -82/+640 | |
2009-03-10 | Fixed: infinite loop in the agent if channel is closed while transmitting ↵ | eutarass | 6 | -17/+137 | |
Memory.read command. Fixed: initial selection in Debug View. Fixed: Debug View selection when a thread is suspended. Fixed: NullPointerException in TCF debugger if a context exists while Expressions.create command is pending. Added tests for Breakpoints.getIDs, Breakpoints.getProperties, Breakpoints.getStatus. | |||||
2009-03-04 | Implemented better handling of unrecognized commands in TCF protocol: ↵ | eutarass | 12 | -55/+191 | |
instead of terminating a connection, peers now can send special "command is not recognized" message. Added TCF error code "command is not recognized". Fixed agent build error on CygWin. | |||||
2009-02-27 | Fixed: documentation for the Processes service is missing a parameter on the ↵ | eutarass | 2 | -1/+4 | |
getChildren command | |||||
2009-02-26 | Updated Processes service description to be in sync with current implementation | eutarass | 2 | -50/+284 | |
2009-02-26 | TCF Agent: Added MemoryMap module, it keeps track of memory regions and mapping. | eutarass | 1 | -2/+14 | |
TCF Agent: implemented special kind of breakpoints - eventpoints. TCF Agent: implemented Linux/UNIX OS loader access using DT_DEBUG, and loader call-backs using eventpoint. | |||||
2009-02-13 | Processes service now uses virtual streams (Streams service) for process ↵ | eutarass | 6 | -90/+208 | |
console IO. | |||||
2009-02-13 | classpathe updated | mischarf | 1 | -7/+7 | |
2009-02-11 | Fixed: Bug 258723: [tcf] json on the target does not support double or ↵ | eutarass | 6 | -20/+167 | |
floating point numbers | |||||
2009-02-10 | Fixed Bug 259878: [tcf]mdep.c implements pthread for __GNUC_ but the mdep.h ↵ | eutarass | 1 | -2/+6 | |
includes #include <pthread.h> Fixed: TCF diagnostics tests cannot run if debug info is not present in agent exe file | |||||
2009-02-09 | Bug 257261: [tcf] the daytime agent does not build on linux | eutarass | 1 | -6/+6 | |
Renamed: elf.h -> tcf_elf.h, elf.c -> tcf_elf.c Added Makefile variable: TCF_AGENT_DIR | |||||
2009-02-09 | Bug 243774: [tcf] Possibility to programatically add new communication ↵ | eutarass | 9 | -73/+145 | |
channels to the java implementation | |||||
2009-02-09 | TCF Agent: Implemented Streams service. | eutarass | 10 | -25/+860 | |
Added Streams service tests. Improved comments in multiple files. | |||||
2009-01-27 | TCF Agent (Linux): sys call trace is turned off - needs more efficient way ↵ | eutarass | 3 | -11/+101 | |
to detect memory map changes. TCF Agent (Linux): implemented lazy reading of DWARF object attributes. TCF Agent: floating point numbers now supported in expressions. TCF Test Suite: more expression tests. | |||||
2009-01-22 | TCF Debugger on Windows now provides UI to control exception handling, ↵ | eutarass | 3 | -21/+38 | |
similar to signals handling on UNIX | |||||
2009-01-21 | TCF Agent: better handling of sys calls on Linux | eutarass | 8 | -72/+80 | |
TCF Agent: support of dynamic object properties in DWARF TCF Agent: using pseudo terminal instead of pipes when starting a process on Linux TCF Debugger: Fixed: stack trace in debug view sometimes stays expanded after context was resumed TCF Debugger: Fixed: "divide by zero" exception when agent reports zero length of an array TCF Debugger: Fixed: assert exception in debugger UI when trying to launch inaccessible file TCF Tests: false error message when running the test while debug session is open TCF Common: Fixed: Locator service should never close open channels, even if it thinks the peer is not reachable | |||||
2009-01-17 | TCF Debugger: finished UI to control POSIX signals | eutarass | 7 | -192/+400 | |
2009-01-15 | TCF Debugger, work in progress: added debugger UI to handle POSIX signals | eutarass | 11 | -65/+549 | |
2009-01-13 | Fixed: unsuccessful Locator.redirect returns wrong error code. | eutarass | 10 | -7/+213 | |
Fixed: infinite recursion in Java code when making a connection through TCF proxy. Fixed: some agent heart beat events were lost causing delays in UI update New commands in Precesses service: getSignalList, getSignalMask, setSignalMask | |||||
2009-01-07 | TCF Debugger: Expressions, Variables and Registers views now support ↵ | eutarass | 11 | -86/+489 | |
editing/modification of remote data | |||||
2008-12-29 | 259728: [tcf] JSON returns Collections and not List for JSON arrays | mischarf | 1 | -2/+2 | |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259728 | |||||
2008-12-19 | TCF Debugger: implemented model selection policy | eutarass | 7 | -19/+109 | |
2008-12-18 | Updated TODO comments | eutarass | 6 | -22/+9 | |
2008-12-18 | TCF Debugger: implemented array partitioning in Expressions and Variables views | eutarass | 8 | -21/+240 | |
2008-12-16 | 1. TCF Debugger: implemented detail pane in Expressions and Variables views. | eutarass | 21 | -93/+612 | |
2. Added some missing copyright notices 3. TCF Agent: Result of Expressions service "evaluate" command now includes execution context ID | |||||
2008-12-14 | fixed parsing of floating point numbers | mischarf | 1 | -1/+3 | |
2008-12-11 | Fixed: TCF Launch Configuration dialog: target selection is not persistent ↵ | eutarass | 6 | -35/+85 | |
if target is behind a proxy Fixed: cannot connect debugger over TCF Proxy - error "Cannot locate peer" | |||||
2008-12-09 | Better values for UDP packet size limits | eutarass | 1 | -3/+4 | |
2008-12-08 | Bug 257670: Why does TCF have its own implementation of ReadOnlyCollection ↵ | eutarass | 8 | -221/+5 | |
and ReadOnlyMap? |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-