Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-31TCF Agent: improved DWARF reader:Eugene Tarassov6-97/+220
2012-01-27TCF Agent: performance improvements in the DWARF reader.Eugene Tarassov2-52/+81
2012-01-27TCF Agent: added support for cpudefs-mdep initialization function.Eugene Tarassov3-0/+9
2012-01-27TCF Agent: fixed: find_definition() for a class type can erroneously return a...Eugene Tarassov1-1/+8
2012-01-26TCF Agent: LineNumbers service: added CoedArea object for first lines without...Eugene Tarassov3-1/+10
2012-01-25TCF Agent: fixed: assertion can fail if an expression is evaluated when the c...Eugene Tarassov1-0/+2
2012-01-25Bug 369677 - TCF debug is not able to step over.Eugene Tarassov1-7/+19
2012-01-25TCF Agent: a better handling of detach and terminate commands.Eugene Tarassov3-8/+14
2012-01-24TCF Agent: a better (less aggressive) usage of CreateRemoteThread() to break ...Eugene Tarassov1-24/+44
2012-01-24TCF Agent: fixed: on Windows RunControl.detach can leave a thread in suspende...Eugene Tarassov1-8/+25
2012-01-24TCF Agent: a better code to handle errors returned by context_resume().Eugene Tarassov1-21/+17
2012-01-23TCF Agent: fixed: assertion can fail is already stopped thread receives a sig...Eugene Tarassov1-2/+5
2012-01-23TCF Agent: added is_intercepted() function.Eugene Tarassov3-1/+15
2012-01-20TCF Agent: fixed C++ compiler warning.Eugene Tarassov1-1/+1
2012-01-20Bug 368813 - Process context detach implementation on Linux.Eugene Tarassov2-22/+91
2012-01-19Bug 369102 - write_stream macro fails in 'if' statement.Eugene Tarassov1-2/+7
2012-01-19Bug 369105 - Command line could use support for comments.Eugene Tarassov2-14/+29
2012-01-18TCF Agent: fixed: get_symbol_type() should return unmodified type (e.g. char)...Eugene Tarassov1-10/+27
2012-01-18TCF Tests: changed Diagnostics.echoERR command to allow multiple arguments.Eugene Tarassov1-2/+6
2012-01-18Bug 368883 - TCF command doesn't allow JSON strings to contain spaces.Eugene Tarassov1-14/+59
2012-01-18TCF Agent: JSON read_errno() changed to allow null as "no error" error report.Eugene Tarassov1-0/+7
2012-01-17TCF Agent: added support for "*" in context queries.Eugene Tarassov2-6/+16
2012-01-13TCF Agent: fixed: if the SERVICE_ContextQuery is set to 0 in the agent, then ...Eugene Tarassov1-1/+1
2012-01-12Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-1/+1
2012-01-12TCF Agent: fixed missing MemoryMap.changed notification, plus some minor fixe...Eugene Tarassov7-14/+13
2012-01-12TCF Server: fixed handling of ContextQuery and ID properties of memory region...Eugene Tarassov2-1/+10
2012-01-12TCF Agent: fix return value from add_trace_mode() to return the assigned modeFelix Burton1-1/+1
2012-01-12Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov3-3/+10
2012-01-12Bug 367811 - For full system debug we need to specify which contexts breakpoi...Eugene Tarassov13-80/+484
2012-01-11TCF Agent: Fix compilation issue for VxWorksFelix Burton3-0/+6
2012-01-11TCF Agent: Fix NULL pointer access when no -l option is givenFelix Burton3-3/+4
2012-01-10Merge remote branch 'remotes/origin/master' into juno-refactoringjuno-refactoringEugene Tarassov8-22/+149
2012-01-10TCF Agent: fixed: get_symbol_address() should use ELF symbol table if the sym...Eugene Tarassov1-1/+4
2012-01-10TCF Agent: faster handling of public names in DWARF.Eugene Tarassov5-20/+19
2012-01-10TCF Agent: added support for OP_call2, OP_call4 and OP_call_ref in the DWARF ...Eugene Tarassov2-2/+97
2012-01-09TCF Agent: fixed: find_symbol_by_name() returns symbol that represents extern...Eugene Tarassov1-6/+34
2012-01-09TCF Agent: added DWARF register numbers for x86_64 fpu and xmm registers.Eugene Tarassov1-25/+25
2012-01-07TCF Agent: extend trace API to allow dynamic registration of named log levelsFelix Burton8-22/+155
2012-01-06Bug 367912 - [discovery] Add the "creator user" to the discovery peer informa...Eugene Tarassov3-1/+38
2012-01-06TCF Server: a better (but still incomplete) handling of register groups in th...Eugene Tarassov1-76/+82
2012-01-06TCF Agent: ELF reader: added physical_address field in ELF_PHeader.Eugene Tarassov2-2/+5
2012-01-06TCF Agent: fixed: eventpoints don't work when symbols are handled on a host s...Eugene Tarassov3-22/+55
2012-01-05TCF Agent: new command Symbols.getSymFileInfo - get symbol file name and othe...Eugene Tarassov10-21/+139
2012-01-04TCF Agent: fixed handling of circular import in TAG_imported_module.Eugene Tarassov2-2/+21
2012-01-04CF Agent: more support for remote execution of DWARF expressions.Eugene Tarassov1-17/+79
2012-01-04TCF Agent: fixed handling of column numbers in DWARF line info.Eugene Tarassov4-21/+34
2012-01-03TCF Agent: a bit faster implementation of find_in_object_tree().Eugene Tarassov1-0/+5
2012-01-03Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov2-4/+6
2012-01-03TCF Agent: more support for remote execution of DWARF expressions (not comple...Eugene Tarassov2-2/+51
2012-01-03TCF Agent: Makefile changed to allow building the agent without building libt...0.6.0Eugene Tarassov1-1/+1

Back to the top