Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Fixed agent and server makefiles.Eugene Tarassov1-3/+3
2011-11-11#include directives changed to include "tcf" as the first directory name in h...Eugene Tarassov6-119/+119
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov5-0/+0
2011-10-16TCF Agent: implemented extension point for DWARF relocations.Eugene Tarassov1-0/+4
2011-09-29Fixed makefiles that depend on agent source location.Eugene Tarassov2-89/+89
2011-09-14TCF Agent: implemented new context group: CONTEXT_GROUP_SYMBOLS. The group is...eutarass1-3/+3
2011-09-13TCF Server: fixed forwarding of PathMap.set commands.eutarass1-2/+2
2011-09-12TCF Agent: implemented translation of breakpoint file names.eutarass1-2/+2
2011-09-08TCF Agent: fixed misspelled name of a function in Memory Map service API.eutarass1-1/+1
2011-08-29TCF Agent: DWARF expression evaluation code is moved to a separate module to ...eutarass1-0/+8
2011-06-13Changes in Memory Map service implementation and UI:eutarass1-7/+9
2011-06-08TCF Agent: implemented handling of implicit 'this' in expressions.eutarass1-2/+0
2011-05-27TCF Agent: added a clarification phrase to the licensing notices in the agent...eutarass5-0/+5
2011-03-30TCF Agent:eutarass1-2/+3
2011-02-03TCF Agent: fixed: ini_server() function should return an error code instead o...eutarass2-14/+24
2011-02-021. Added code, API and UI to control auto-attach of process children.eutarass1-0/+1
2011-01-12TCF Server: added handling of MemoryMap.changed events and forwarding of Path...eutarass3-53/+108
2010-12-21TCF Agent: implemented optional output queue for TCF communication channel.eutarass1-0/+8
2010-12-15TCF Server: 2nd try: UNIX domain sockets support is enabled in the servereutarass1-1/+5
2010-12-13TCF Server: UNIX domain sockets support is enabled in the servereutarass1-0/+5
2010-12-06TCF Agent:eutarass1-0/+4
2010-11-30TCF Agent: removed "traceable" attribute in register definitions. Now dwarffr...eutarass1-1/+0
2010-11-17TCF Agent: added new context group: CONTEXT_GROUP_PROCESS - all contexts that...eutarass1-9/+21
2010-11-16TCF Agent: added support for manually created memory map entrieseutarass3-24/+51
2010-10-11TCF Agent: fixed few build errors that happen when the code is built with OPS...eutarass1-3/+3
2010-10-04Added source code formatting setting for TCF Agent and TCF Servereutarass3-2/+158
2010-09-07TCF Agent:eutarass1-1/+1
2010-09-02TCF Server: fixed: Visual C++ project file should include channel_pipe.h/c fi...eutarass1-0/+8
2010-08-20TCF Agent: moved Windows PThreads implementation code from mdep.c into separa...eutarass1-0/+12
2010-07-16TCF Server: fixed: wrong error code when cannot get target memory mapeutarass2-0/+5
2010-07-14TCF Server: fixed: the server does not cleanup debug context cached when comm...eutarass1-4/+18
2010-07-13TCF Agent: fixed: the agent keeps debugee executable file locked even after a...eutarass1-6/+8
2010-07-13Code cleanup: trailing empty lines are removed from source fileseutarass3-3/+0
2010-07-08TCF Agent: StackTrace service: added handling of DWARF expressions in .debug_...eutarass1-0/+4
2010-06-22TCF Agent: added proper handling of function type symbols in ELF version of S...eutarass1-0/+5
2010-06-18TCF Server: fixed compile time error on Linux - missing #includeeutarass1-0/+1
2010-06-17TCF Agent: implemented fast search of DWARF compilation units using .debug_ar...eutarass1-0/+4
2010-06-04TCF Server: added .project and .cproject fileseutarass2-0/+7867
2010-05-27Fixed copyright headers eutarass4-4/+4
2010-05-21TCF Agent: moved CPU dependent code from framework/cpudefs.c to machine/cpude...eutarass4-75/+88
2010-05-18Bug 312840: Unable to effectively include Makefile.inc in make systems which ...eutarass1-1/+1
2010-05-17TCF Agent: "intercepted" field is moved from Context into run control service...eutarass1-5/+1
2010-05-15TCF Agent: Bug 225082: [tcf][releng] Improve TCF Agent build directory struct...eutarass6-26/+27
2010-05-12TCF Agent: low-level debug API changed, new functions added:eutarass1-28/+89
2010-05-11TCF Agent: implemented auto-flush of communication channel output buffer. It ...eutarass1-12/+0
2010-05-05Bug 311420: Move CONFIG_MAIN into main.c:eutarass3-154/+36
2010-05-05TCF Agent - VxWorks version: changed the code to use internal implementation ...eutarass1-7/+7
2010-05-04TCF Server: performance improvementseutarass1-24/+57
2010-05-01TCF Server: improved context info cachingeutarass1-37/+48
2010-04-30TCF Agent: in order to improve debug API abstraction:eutarass1-40/+42

Back to the top