Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Add more hooksFelix Burton2-3/+29
2014-01-06TCF Agent: Added isa definition for EM_V850Eugene Tarassov1-0/+1
2014-01-06TCF Agent: Add ability to overwrite maximum number of worker threads.Didier Brachet1-0/+2
2014-01-02TCF Agent: code cleanupEugene Tarassov2-7/+6
2014-01-02Added v850 support from dwarf frames.Xavier Pouyollon2-1/+19
2013-12-30TCF Agent: re-worked File System service. Async implementation of setstat and...Eugene Tarassov5-254/+318
2013-12-20TCF Agent: better serialization of Expressions service commandsEugene Tarassov1-1/+0
2013-12-20TCF Agent: better serialization of Expressions service commandsEugene Tarassov1-11/+24
2013-12-19TCF Agent: Windows: better dbghelp.dll search pathEugene Tarassov1-1/+2
2013-12-19TCF Agent: fixed C++ compiler warningsEugene Tarassov2-6/+4
2013-12-19TCF Agent: more efficient implementation of check_all_stopped()Eugene Tarassov1-10/+13
2013-12-19Bug 423581 - Symbols address are not correct in the case the symbol service i...Eugene Tarassov1-2/+7
2013-12-19TCF Agent: changed Memory, Disassembly and Expressions service to use check_a...Eugene Tarassov3-198/+93
2013-12-19TCF Agent: profiling: changed the code to dispose profiler object when profil...Eugene Tarassov1-18/+28
2013-12-19Add tcflog filter supportFelix Burton3-4/+190
2013-12-17TCF Agent: fixed compiler warning: conversion from 'size_t' to 'U2_T', possib...Eugene Tarassov1-2/+2
2013-12-17TCF Agent: new Run Control API function: check_all_stopped()Eugene Tarassov3-3/+22
2013-12-17TCF Agent: fixed: readdir() fails on Windows when called from background threadEugene Tarassov2-14/+13
2013-12-17TCF Agent: some code cleanupEugene Tarassov3-12/+12
2013-12-17TCF Agent: fixed compiler warning: invalid conversion from ‘void*’ to ‘...Eugene Tarassov1-1/+1
2013-12-17TCF Agent: fixed compiler warning: invalid conversion from ‘void*’ to ‘...Eugene Tarassov1-1/+1
2013-12-17TCF Agent: fixed valgrind error: invalid read 0 bytes after a blockEugene Tarassov1-5/+5
2013-12-17TCF Agent: fixed build error on WindowsEugene Tarassov1-2/+2
2013-12-17Bug 423568 : updated FileSystem opendir/readdirjguiban3-82/+169
2013-12-16Completed Windows support for Context DispatcherDidier Brachet4-2/+7
2013-12-13TCF Agent: added support for GNU DWZ debug info filesEugene Tarassov5-36/+195
2013-12-13TCF Agent: added stacktrace-ext.h into MSVC-2008 projectEugene Tarassov1-0/+4
2013-12-13TCF Agent: fixed: cannot read DW_FORM_ref_addr DWARF attribute in 64-bit ELF.Eugene Tarassov1-0/+4
2013-12-13TCF Agent: fixed: segmentation fault caused by invalid argument of trace() callEugene Tarassov1-1/+1
2013-12-13TCF Agent: in DWARF 4, DW_AT_high_pc can be a constant that represents an off...Eugene Tarassov1-2/+11
2013-12-13TCF Agent: fixed compiler warning: typedef ‘r_state’ locally defined but ...Eugene Tarassov1-1/+1
2013-12-13TCF Agent: Add TRACE_STACK_BOTTOM_CHECK extension point for stacktrace.cMorvan Le Goff3-0/+11
2013-12-12TCF Agent: Initialize context dispatcher libraryDidier Brachet1-0/+4
2013-12-09TCF Agent: better code commentEugene Tarassov1-1/+3
2013-12-06TCF Agent: added "noreturn" attribute to exception function declarationsEugene Tarassov2-42/+54
2013-12-06Bug 422741 - Linux Build : Compilation Flag : -Wno-array-bounds no supported ...Eugene Tarassov1-2/+0
2013-12-06TCF Agent: fixed memory leaks in the Disassembly serviceEugene Tarassov1-17/+31
2013-12-06Bug 422786: Fix get_isa supportjguiban1-22/+29
2013-12-05TCF Agent: got rid of compiler warnings: undefined macroEugene Tarassov3-8/+8
2013-12-05TCF Agent: added context dispatcher files into MSVC 2008 projectEugene Tarassov1-0/+24
2013-12-04Added support for context multiplexerDidier Brachet13-0/+738
2013-12-02Bug 422666 - Parsing expressions containing a odd number double quote charact...Eugene Tarassov1-1/+4
2013-12-02Bug 422497: Fix a cache miss issuejguiban1-1/+1
2013-12-02TCF Agent: fixed: when the agent is used with symbols server, step out comman...Eugene Tarassov1-1/+1
2013-12-01Bug 422497 - double free error with symbol_proxyEugene Tarassov2-8/+8
2013-12-01TCF Agent: new run control state property: StepErrorEugene Tarassov1-0/+7
2013-11-30TCF Agent: fixed memory leakEugene Tarassov1-0/+6
2013-11-28TCF Agent: new function in the cache API: cache_notify_later().Eugene Tarassov2-0/+37
2013-11-28TCF Agent: fixed regression: step command fails with "Line numbers cache: ill...Eugene Tarassov1-2/+2
2013-11-27Bug 422551 - Debugger does report correct value for a function argumentEugene Tarassov1-1/+2

Back to the top