Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2012-08-04TCF Server: allow register definitions for debug contexts other then a threadEugene Tarassov1-3/+11
2012-06-10TCF Agent: new function in JSON API: json_test_charEugene Tarassov1-48/+48
2012-06-07TCF Server: fixed a memory leakEugene Tarassov1-1/+2
2012-05-22TCF Agent: fixed memory leaksEugene Tarassov1-10/+28
2012-05-20TCF Agent: run control: a bit better safe events logicEugene Tarassov1-1/+1
2012-05-19TCF Server: fixed bug in handling of more then 256 register definitionsEugene Tarassov1-11/+12
2012-04-25TCF Agent: wider usage of location expressions instead of get_symbol_address,...Eugene Tarassov1-0/+4
2012-04-20TCF Agent: added support for target specific properties in breakpoint statusEugene Tarassov1-0/+1
2012-03-15TCF Server: fix server builds which do not include various servicesPeder Andersen1-1/+12
2012-03-15TCF Server: allow external toggling of SERVICE_StreamsPeder Andersen1-0/+2
2012-03-13TCF Agent: new optional function in debug context API: context_get_extra_prop...Eugene Tarassov1-0/+1
2012-03-11TCF Agent: added support for function call injection.Eugene Tarassov1-0/+8
2012-03-02TCF Server: better handling of register definitions.Eugene Tarassov1-71/+57
2012-02-29TCF Server: fixed stack frame registers access.Eugene Tarassov1-3/+12
2012-02-23TCF Agent: fixed build errors introduced by "Commit:3a4b53be8b0c7a1efa33e14c6...Eugene Tarassov1-0/+11
2012-02-15TCF Agent: got rid of warnings produced by "gcc -Wundef".Eugene Tarassov1-2/+33
2012-01-12TCF Server: fixed handling of ContextQuery and ID properties of memory region...Eugene Tarassov2-1/+10
2012-01-06TCF Server: a better (but still incomplete) handling of register groups in th...Eugene Tarassov1-76/+82
2012-01-06TCF Agent: fixed: eventpoints don't work when symbols are handled on a host s...Eugene Tarassov1-8/+9
2012-01-05TCF Agent: new command Symbols.getSymFileInfo - get symbol file name and othe...Eugene Tarassov1-9/+8
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov1-20/+28
2011-12-14TCF Agent: added support of 64-bit Windows.Eugene Tarassov3-8/+174
2011-12-03TCF Agent: tested and fixed handling of "debuginfo" files in Linux. Added sup...Eugene Tarassov1-0/+8
2011-11-28TCF Server: fixed: the server must update memory map when path map changes.Eugene Tarassov1-2/+19
2011-11-24TCF Agent: added "tcf/" prefix to system and machine dependent header files.Eugene Tarassov2-13/+9
2011-11-21TCF Server: fixed segmentation fault when a client sets invalid path mapping.Eugene Tarassov1-1/+2
2011-11-21Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov1-2/+1
2011-11-21TCF Agent: leverage static initialization of listsPeder Andersen1-2/+1
2011-11-17TCF Server: fixed build error caused by changes in pathmap.cEugene Tarassov1-1/+1
2011-11-17TCF Server: fixed build error caused by changes in pathmap.cEugene Tarassov1-1/+1
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

Back to the top