Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-04TCF version changed to 0.3.00.3.0eutarass1-2/+4
2010-06-03TCF Agent: changed the way how "invalid slave info timestamp" error is reportedeutarass1-9/+10
2010-06-02TCF Discovery:eutarass1-185/+182
2010-06-01TCF Agent: fixed few comments in errors.heutarass1-3/+2
2010-05-27Fixed copyright headers eutarass129-129/+129
2010-05-27TCF Agent: created a shell script that compiles and runs TCF Agent testseutarass1-0/+76
2010-05-26TCF Agent: deleted TODO.txt, valid entries from TODO.txt moved to the source ...eutarass7-59/+16
2010-05-25TCF Agent: fixed Memory Map changed events on Linux, added Memory Map for Win...eutarass4-1/+90
2010-05-21TCF Agent: moved CPU dependent code from framework/cpudefs.c to machine/cpude...eutarass16-235/+273
2010-05-19TCF Agent: added a comment, removed extra space chareutarass2-1/+4
2010-05-19Bug 313521: Patch for skipping floatseutarass1-1/+2
2010-05-18Bug 297691: [tcf] Extend default tcf-agent init script to work on openSUSEeutarass1-2/+89
2010-05-18Bug 312846: ENABLE_DebugContext is required for a number of other capabilitieseutarass1-9/+9
2010-05-18Bug 312840: Unable to effectively include Makefile.inc in make systems which ...eutarass3-2/+2
2010-05-17Bug 312851: VxWorks agents require a uintptr_t definition to compileeutarass2-2/+2
2010-05-17TCF Agent: fixed few compile time warnings when building for VxWorks with GNU...eutarass2-2/+1
2010-05-17Bug 312836: icc doesn't support the -Wno-parenthesis flageutarass1-1/+4
2010-05-17TCF Agent: "intercepted" field is moved from Context into run control service...eutarass13-162/+147
2010-05-15TCF Agent: Bug 225082: [tcf][releng] Improve TCF Agent build directory struct...eutarass124-728/+708
2010-05-13TCF Agent: fixed: compilation errors when building mdep.c with INET asserted ...eutarass1-1/+3
2010-05-12TCF Agent: low-level debug API changed, new functions added:eutarass22-543/+963
2010-05-11TCF Agent: implemented auto-flush of communication channel output buffer. It ...eutarass17-88/+31
2010-05-10TCF Server:eutarass5-62/+96
2010-05-10TCF Agent: changed Memory Service code to allow more then two levels in debug...eutarass1-2/+2
2010-05-06TCF Agent: fixed: build error in diagnostics.c when the agent is built withou...eutarass1-18/+24
2010-05-06TCF Agent: fixed: diagnostics fail if the agent is built without Symbols serviceeutarass3-39/+59
2010-05-06Bug 311952: Build fix for MinGW build of TCF agenteutarass1-2/+6
2010-05-06Bug 311759: Patches for Symbian TCF agent porting supporteutarass1-1/+1
2010-05-06TCF Agent: fixed regression: Registers.getm returns no dataeutarass1-10/+9
2010-05-05Bug 311759: Patches for Symbian TCF agent porting supporteutarass11-11/+204
2010-05-05Bug 311420: Move CONFIG_MAIN into main.c:eutarass11-270/+297
2010-05-05TCF Agent - VxWorks version: changed the code to use internal implementation ...eutarass10-204/+153
2010-05-05TCF Agent: json_read_alloc_binary() changed to always allocate exact amount o...eutarass1-11/+9
2010-05-05TCF Agent: added support for asynchronous cache in Registers serviceeutarass2-171/+280
2010-05-04TCF Agent: fixed reading DWARF line number information from relocatable ELF fileeutarass1-0/+12
2010-05-04TCF Server: performance improvementseutarass5-66/+130
2010-05-03TCF Agent: changed link_context() definition to be "static" - the function is...eutarass2-5/+4
2010-05-03TCF Agent: Makefile.inc: added "system" directory to the list of source direc...eutarass1-1/+1
2010-05-02TCF Agent: performance improvements, mostly in "safe events" logic of run con...eutarass7-57/+88
2010-05-01TCF Server: improved context info cachingeutarass2-46/+61
2010-04-30TCF Agent: in order to improve debug API abstraction:eutarass30-597/+676
2010-04-29TCF Agent:eutarass9-77/+65
2010-04-28TCF Server: fixed: stack trace is empty when using TCF symbols servereutarass2-16/+10
2010-04-28Bug 310607: C agent not correctly handling the endianness of the symbol table...eutarass3-160/+105
2010-04-27TCF Agent: added function context_extension() that allows service implementat...eutarass31-583/+944
2010-04-23TCF Agent: fixed Windows version of Symbols service to handle SymTagPublicSym...eutarass1-1/+2
2010-04-23TCF Agent: changed MSVC project file to use $(SolutionDir) macroeutarass1-4/+4
2010-04-231. Extended Symbols service to provide stack tracing rules.eutarass29-537/+1298
2010-04-16TCF Agent: assert fails when hardware breakpoints are used on Windowseutarass1-5/+0
2010-04-16TCF Agent: removed unneeded "extern" in windbgcache.ceutarass1-15/+15

Back to the top