Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov184-17/+12
2011-11-09TCF Agent: new function in Breakpoints service API: iterate_context_breakpoin...Eugene Tarassov2-0/+20
2011-11-09Fix warning on strict-aliasing and make gcc happyChristophe Augier1-10/+18
2011-11-08Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-0/+1
2011-11-08TCF Agent: added support for hardware breakpoints at virtual addresses.Eugene Tarassov3-29/+52
2011-11-08TCF Agent: fixed: Symbols.find command fails because of uninitialized variable.Eugene Tarassov1-0/+1
2011-11-07TCF Agent: added API for the Path Map service.Eugene Tarassov3-107/+307
2011-11-06TCF Agent: reverted some of changes from previous commit to fix build errors.Eugene Tarassov7-26/+14
2011-11-04TCF Agent: macro defs _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE _GNU_SOURCE are ...Eugene Tarassov16-35/+66
2011-11-04TCF Agent: added API for creating/modifying/removing breakpoints.Eugene Tarassov3-25/+188
2011-11-03Bug 362796 - Process detach is not implemented, but the error code is misleadingEugene Tarassov1-1/+13
2011-11-02TCF Agent: added Breakpoints service API to access breakpoint attributes.Eugene Tarassov3-360/+295
2011-11-01TCF Agent: added SSL support on Windows.Eugene Tarassov7-123/+259
2011-10-26TCF Agent: fixed: Memory.get command returns uninitialized data if it read in...Eugene Tarassov1-3/+1
2011-10-26TCF Agent: fixed BSD build error: 'O_LARGEFILE' undeclared.Eugene Tarassov2-1/+1
2011-10-25TCF Agent: "#include <sys/socket.h>" is moved from mdep-inet.h to mdep.h to f...Eugene Tarassov2-2/+2
2011-10-25TCF Agent: a better error report in Streams service.Eugene Tarassov1-1/+1
2011-10-19TCF Agent: fixed compiler warning.Eugene Tarassov1-2/+4
2011-10-19TCF Agent: more changes to allow to build the agent with SERVICE_Processes=0 ...Eugene Tarassov3-40/+49
2011-10-19TCF Agent: changed processes.c to allow to build the agent with SERVICE_Proce...Eugene Tarassov1-22/+38
2011-10-19TCF Agent: fixed Terminals service on Windows: cd to home dir and using PATH ...Eugene Tarassov2-3/+23
2011-10-19TCF Agent: fixed regression: page fault in Processes service.Eugene Tarassov1-1/+1
2011-10-19TCF Agent: fixed regression: missing "#include <sys/types.h>"Eugene Tarassov2-1/+1
2011-10-18TCF Agent: in order to reduce global name space pollution, parts of mdep.h ar...Eugene Tarassov19-121/+235
2011-10-18TCF Agent: Terminals service now uses Processes to start a process, redundant...Eugene Tarassov3-562/+240
2011-10-18TCF Agent: a better error message in Streams service.Eugene Tarassov1-1/+1
2011-10-16TCF Agent: implemented extension point for DWARF relocations.Eugene Tarassov3-8/+29
2011-10-13TCF Agent: added support for relocatable unit offset field in .debug_pubnames...Eugene Tarassov1-1/+3
2011-10-13TCF Agent: added more EM_xxx definitions for ELF e_machine field values.Eugene Tarassov2-0/+14
2011-10-13TCF Agent: added support for new breakpoint property "ClientData".Eugene Tarassov1-0/+26
2011-10-13TCF Agent: fixed: expression evaluator returns uninitialized data when target...Eugene Tarassov1-9/+10
2011-10-12Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-0/+2
2011-10-12TCF Agent: fixed "warning: waiting too long for context P473.473 to stop" in ...Eugene Tarassov2-2/+22
2011-10-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-1/+2
2011-10-11TCF Agent: fixed "Cannot retrieve symbol value. Object is not available at th...Eugene Tarassov1-0/+2
2011-10-10Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov2-3/+11
2011-10-10TCF Agent: unreliable assert is commented out.Eugene Tarassov1-1/+2
2011-10-10TCF Agent: improved stack traces with incomplete symbol info.Eugene Tarassov1-2/+10
2011-10-10TCF Agent: fixed compiler error from prev commit.Eugene Tarassov1-1/+1
2011-10-10TCF Agent: added code to lookup section size in ELF headers if a memory map e...Eugene Tarassov1-2/+27
2011-10-07TCF Agent: fixed memory leak in ELF reader.Eugene Tarassov1-0/+2
2011-10-07TCF Agent: Linux: fixed removing of breakpoints after fork when children auto...Eugene Tarassov5-21/+91
2011-10-04TCF Agent: fixed page fault caused wild pointer left after call of loc_reallo...Eugene Tarassov1-4/+4
2011-10-04TCF Agent: added code to allow expressions like "$eax.ax" - access a register...Eugene Tarassov1-7/+30
2011-10-03TCF Agent: changed the code to log "Received malformed UDP ..." only when dis...Eugene Tarassov1-1/+1
2011-10-03TCF Agent: fixed: discovery service should ignore remote peer info if the pee...Eugene Tarassov1-10/+24
2011-09-29Fixed makefiles that depend on agent source location.Eugene Tarassov2-89/+89
2011-09-28TCF Agent: fixed assertion failure in ELF Symbols service find_symbol_by_name...eutarass1-0/+1
2011-09-28TCF Agent: FPU registers should have TYPE_CLASS_REAL in expressions.eutarass2-5/+5
2011-09-27TCF Agent: fixed: crash in get_symbol_children() when its argument is pointer...eutarass1-41/+36

Back to the top