Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-27TCF Agent: added function context_extension() that allows service implementat...eutarass1-36/+36
2010-04-231. Extended Symbols service to provide stack tracing rules.eutarass4-263/+521
2010-03-25TCF Agent: added JSON functions to read/write uint64_t numberseutarass3-31/+21
2010-03-18More TCF Symbols Server code. Most services work OK.eutarass3-38/+224
2010-03-10TCF Agent: more symbols value-add code.eutarass3-54/+272
2010-02-23TCF Agent: few more places "char *" changed to "const char *" to get rid of g...eutarass1-2/+2
2010-02-23TCF Agent:eutarass3-10/+11
2010-02-22Work in progress: more TCF value-add support - all tests have passed when con...eutarass5-140/+316
2010-01-21TCF Symbols service is re-worked to support implementation of the service as ...eutarass4-2/+25
2010-01-14TCF Agent: more value-add support: few bug fixes and cosmetic changeseutarass1-75/+26
2010-01-13TCF Agent: Line Numbers service is now fully functional in value-add modeeutarass4-11/+31
2009-12-31TCF Agent: more value-add support: run control and memory map caches are now ...eutarass2-131/+343
2009-12-21TCF Server: more value-add code: run control event handlerseutarass3-10/+178
2009-12-19TCF Agent: more support for developing value-add TCF servers, including:eutarass5-38/+474
2009-12-02Created TCF Server (sub)project in directory "server".eutarass8-0/+749

Back to the top