Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-06-15Bug 470179 - Add SysMonitor context properties "Exe" and "ExeType"Anton Leherbauer1-2/+12
Change-Id: I7d2e9658aaf30023b622c5d28277754b80cbea31 Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-05-20Bug 467699 - HTML doc of stacktrace service command getChildrenRange() is wrongEugene Tarassov1-3/+31
2013-10-11TCF Tests: more C++ expression testsEugene Tarassov1-1/+1
2013-10-09TCF Docs: required software versions updated in Getting StartedEugene Tarassov1-7/+7
2013-07-14Bug 411756 - [doc] Stacktrace service documentation should be updated with ↵Eugene Tarassov1-9/+55
new properties and new command
2013-06-21TCF Debugger: added profiler configuration dialog boxEugene Tarassov1-4/+4
2013-06-21Target Explorer: Fix Bug 411310 - [doc] TCF "Getting Started" docs do not ↵Uwe Stieber1-1/+7
mention gnu.io.CommPortIdentifier
2013-04-17TCF Docs: fixed a typoEugene Tarassov1-1/+1
2013-04-17TCF Docs: updated recommended Eclipse version: 3.7 -> 3.8Eugene Tarassov1-1/+1
2012-07-30Bug 386074 - TCF breakpoint service documentation mixes usage of Type & ↵Didier Brachet1-4/+4
BreakpointType breakpoint attributes
2012-07-25TCF Docs: added Memory Map and Path Map links to the list of services; some ↵Eugene Tarassov1-74/+82
HTML validation
2012-07-25Documentation: add Path Map service specificationChristophe Augier1-0/+285
2012-07-25Documentation: add Memory Map service specificationChristophe Augier1-0/+309
2012-05-31TCF Docs: updated Run Control service specsEugene Tarassov1-51/+239
2012-05-31Docs: Fix typo's in Getting StartedUwe Stieber1-2/+2
2012-05-30TCF Docs: added link to TCF 1.1 build repositoryEugene Tarassov1-2/+3
2012-05-29Improve Breakpoints service doc.Manuel Coutand1-1/+7
2012-05-22Bug 380268 - Possible typo in memory service documentationEugene Tarassov1-1/+1
2012-05-07TCF Docs: updated TCF Getting StartedEugene Tarassov1-15/+37
2012-05-04TCF Docs: moved Lua integration details into a separate fileEugene Tarassov4-160/+186
2012-05-04Update Stack Trace service html documentation.Manuel Coutand1-23/+35
2012-04-18TCF Core: code cleanup - TABs, trailing spacesEugene Tarassov1-3/+3
2012-04-17Add html doc for Context Query serviceManuel Coutand2-0/+251
2012-03-27TCF Docs: added links to TCF build repositories.Eugene Tarassov1-0/+7
2012-03-23TCF Docs: converted tabs to spacesEugene Tarassov1-4/+4
2012-03-21Target Explorer: Updated "Getting Started" to reference the TEUwe Stieber1-31/+64
2012-03-19TCF Docs: updated Eclipse, CDT and RSE version info in Getting StartedEugene Tarassov1-5/+5
2012-03-06Bug 373424 - Proposal for Disassembly service definitionEugene Tarassov2-0/+303
2012-02-06Updated repository information from svn to gitFelix Burton1-2/+13
2011-11-11TCF Core: removed .tm. from project names.Eugene Tarassov1-1/+1
2011-09-30Source code cleanup: CRLF -> LF, removing extra space charsEugene Tarassov1-11/+11
2011-08-17TCF Docs: changed the wording to make it less ambiguous.eutarass1-24/+26
2011-08-17TCF Docs: changed the wording to make it less ambiguous.eutarass1-1/+1
2011-08-16TCF Docs: fixed poor formatting when docs are viewed in Chrome browser.eutarass1-13/+40
2011-07-25Bug 351154 - TCF feature still uses "Eclipse.org - DSDP" as provider.eutarass1-1/+1
2011-06-04Bug 331819 - Peers not removed when Channels are reset.eutarass1-3/+22
2011-01-21TCF Docs: fixed (again): TCF Getting Started should mention that the ↵eutarass1-2/+3
packages libssl-dev and uuid-dev must be installed in order for the agent to compile
2011-01-21TCF Docs: fixed: TCF Getting Started should mention that the packages ↵eutarass1-1/+2
libssl-dev and uuid-dev must be installed in order for the agent to compile
2011-01-10Bug 333610: "Invalid datagram packet received..." error is reported ↵eutarass1-552/+185
frequently when you keep the workbench alive but do nothing.
2011-01-04Get rid of some DSDP references after moving TCF to CDTmoberhuber7-9/+9
2010-12-17TCF Docs: minor updates for TCF Getting Started: supped calling TCF debugger ↵eutarass1-12/+12
a prototype, and made clear that RSE integration plugin is optional
2010-12-16TCF Docs: updated Getting Started with new required versions of Eclipse, RSE ↵eutarass1-3/+3
and CDT.
2010-12-08Bug 328360: Language fixes for the speceutarass1-102/+102
2010-10-19TCF Agent:eutarass1-2/+2
1. Added two new functions in context.h: context_plant_breakpoint() and context_unplant_breakpoint(). They allow the agent to use breakpoints implemented by underlying debug API, or to implement target/architecture specific breakpoints, like hardware breakpoints. 2. Implemented hardware breakpoints support for Windows. 3. Moved VxWorks specific code from breakpoints.c to context-vxworks.c
2010-10-04Bug 246987: [tcf] Would be nice to have Shell(Terminal) subsystem over TCF - ↵eutarass2-0/+429
committed Terminals services specifications
2010-09-15Fixed few inconsistencies in TCF Getting Started doceutarass1-4/+3
2010-08-31Bug 324107: getEnvironment command for the Processess service does not ↵eutarass1-9/+9
comply with the protocol
2010-08-06Fixed a typo in TCF Getting Startedeutarass1-1/+1
2010-07-13Code cleanup: trailing empty lines are removed from source fileseutarass4-6/+0
2010-07-12Locator.redirect command changed to allow command argument to be either peer ↵eutarass1-3/+13
ID or complete set of peer attributes. This allow a client to redirect a channel to a peer that is not known by remote Locator.

Back to the top