Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Added new run control context property "RCGroup". When set, it is a context I...eutarass2-1/+19
2011-02-23Fixed: recent extensions in Processes service API can cause compatibility pro...eutarass4-53/+106
2011-02-10TCF Debugger: implemented debug view node filtering eutarass1-5/+32
2011-02-08Bug 336474: [cdt] Add support for C/C++ Watchpointseutarass2-5/+6
2011-02-03TCF Core: fixed: TCF discovery: remote peer with DNS host name should not be ...eutarass1-6/+9
2011-02-021. Added code, API and UI to control auto-attach of process children.eutarass3-1/+51
2011-01-24TCF Agent: added data breakpoints supporteutarass1-1/+2
2011-01-10TCF Core: removed incorrect assertseutarass1-2/+0
2011-01-10Bug 333610: "Invalid datagram packet received..." error is reported frequentl...eutarass1-2/+7
2011-01-06TCF Core: fixed potential racing condition in LocatorService error logging fu...eutarass1-4/+5
2011-01-04TCF Core: changed TransientPeer to allow to call TransientPeer.openChannel()eutarass2-7/+2
2010-12-17TCF Core: fixed inconsistency in usage of 'final' modifier in PIPE and TCP ch...eutarass2-5/+5
2010-12-15TCF Core: a small speed improvement in PIPE channel implementationeutarass1-0/+12
2010-12-07TCF Debugger:eutarass2-0/+26
2010-12-01TCF Core: fixed: if a channel is closed by remote peer before sending Hello m...eutarass1-1/+1
2010-12-01TCF Debugger: cosmetic and minor performance improvementseutarass1-2/+4
2010-12-01Added a buffer in StreamChannel to improve the channel reading speedeutarass2-7/+50
2010-11-16TCF Agent: added support for manually created memory map entrieseutarass2-1/+14
2010-11-13TCF Debugger: added code to manually add entries to target memory map. This f...eutarass1-1/+1
2010-11-11Memory Map service: added new command - "set". The command allows clients to ...eutarass2-0/+42
2010-11-09Fix bundle localization not declared correctly and therefor invalid plugin na...ustieber1-0/+1
2010-10-19TCF Agent:eutarass1-2/+2
2010-10-12Bug 327507: MemoryProxy not properly processing non-zero offsets in range con...eutarass1-1/+1
2010-10-12Bug 327494: add IMemory.ErrorOffset RANGE_KEY_XXXX static strings for use by ...eutarass2-4/+10
2010-10-12TCF Debugger diagnostic tests: added tests for Disassembly serviceeutarass1-0/+12
2010-09-29Added Terminals.exit command to Java APIs and tests - the command is supporte...eutarass2-2/+22
2010-09-291. Added terminal property: ProcessID - TCF process ID of the login process o...eutarass2-19/+31
2010-09-28Bug 246987: [tcf] Would be nice to have Shell(Terminal) subsystem over TCF - ...eutarass2-0/+369
2010-09-15Created interfaces for TCF Disassembly service.eutarass2-0/+233
2010-09-111. Added Run Control context property: "Name" - human readable context nameeutarass3-1/+14
2010-09-08Changed handling of channel End-Of-Stream messages to improve reporting of ch...eutarass3-14/+19
2010-08-30ChannelTCF class: added methods to set socket propertieseutarass1-23/+55
2010-08-301. Fixed: Closing TCF channel underlying streams can block for a long time, s...eutarass2-24/+47
2010-08-27TCF Agent:eutarass1-0/+1
2010-08-24Added support for new communication channel transport: named pipes.eutarass3-6/+139
2010-08-24Changed local peer to be transient - not show up in discovered targets listeutarass1-2/+2
2010-08-17Bug 322838: debugging enhancement - in LocatorService.java, wrap DatagramPack...eutarass1-8/+40
2010-08-14Fixed: STATE_OPENNING is spelled incorrectly in the IChannel interface, shoul...eutarass7-21/+35
2010-08-04Fixed: Unhandled excetion in TCF event dispatch: java.lang.AssertionError at ...eutarass5-104/+39
2010-08-04Create new class in Java version of the framework: TransientPeer. Objects of ...eutarass5-85/+73
2010-08-04Improved format of log entries of Java version of Locator serviceeutarass1-21/+33
2010-07-16Workaround for: Java 1.6.0 on Linux returns network prefix == 0 for loop-back...eutarass1-0/+9
2010-07-12Locator.redirect command changed to allow command argument to be either peer ...eutarass5-30/+94
2010-07-09Bug 319231: Autodiscovery of TCF agents no longer works after upgrading from ...eutarass1-1/+9
2010-07-08Changed discovery code to recognize and accept without warnings older ACK_SLA...eutarass1-7/+11
2010-06-30Bug 318395: Fix and improve tracing of incoming CONF_SLAVES_INFO in java refe...eutarass1-5/+15
2010-06-30Bug 318260: UDP Discovery does not send out any packetseutarass1-84/+153
2010-06-29Added support for "step into range" run control commands in both the agent an...eutarass1-2/+13
2010-06-29Bug 317845: TCF Peer accessible via two networks appear as two distinct peerseutarass7-6/+84
2010-06-25Bug 317813: Add Discovery tracing in Java reference implementationeutarass2-17/+184

Back to the top