Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent/tcf
AgeCommit message (Expand)AuthorFilesLines
2013-05-21TCF Agent: read_sigset returns a pointer instead of a structureSebastien Douheret1-8/+6
2013-05-18Bug 408257 - Signal framework does not support signal numbers beyond 32 (e.g ...Eugene Tarassov7-17/+268
2013-05-17TCF Agent: fixed few issues with space characters in command argumentsEugene Tarassov6-22/+32
2013-05-17TCF Agent: added code to print offending contexts when assert(is_all_stopped(...Eugene Tarassov1-2/+18
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov38-38/+38
2013-05-17TCF Agent - Bug 408331: Fixed VxWorks buildrenan1-0/+2
2013-05-17TCF Agent - Bug 406668: Made VxWorks TCF tasks unbreakableRenan Le Padellec1-0/+1
2013-05-14Bug 407859 - dwarf-test executable not building anymoreEugene Tarassov2-0/+8
2013-05-10Add hooks to main.c to allow extensions without coping/mergingFelix Burton2-0/+54
2013-05-07TCF Agent: fixed: assertion failure when debug contexts with same ID are rapi...Eugene Tarassov1-0/+1
2013-05-07TCF Agent: fixed: if a client sends stepping command and disconnects, executi...Eugene Tarassov1-4/+4
2013-05-07TCF Agent: got rid of compiler warningsEugene Tarassov1-2/+2
2013-05-04TCF Agent: a bit better (more efficient) implementation of RM_STEP_OUTEugene Tarassov1-1/+3
2013-05-04TCF Agent: fixed: stopped_by_cb list can contain invalid pointers after a bre...Eugene Tarassov1-0/+5
2013-04-30TCF Agent: Memory service changed to support ACPM cache missesEugene Tarassov1-177/+248
2013-04-30TCF Agent: fixed: bogus "Unsupported set of breakpoint attributes" in a break...Eugene Tarassov1-23/+38
2013-04-30TCF Agent - Bug 406315: Use native VxWorks definitions for ELF filesRenan Le Padellec1-1/+2
2013-04-26TCF Agent: RunControl service: better handling of cache missesEugene Tarassov1-66/+78
2013-04-26TCF Agent: cache API extended: allow NULL as channel argument in cache_enter(...Eugene Tarassov2-8/+20
2013-04-26TCF Agent: StackTrace.getContext command handler changed to support cache mis...Eugene Tarassov1-22/+30
2013-04-26TCF Agent: Expressions.evaluate command handler changed to better support cac...Eugene Tarassov1-25/+16
2013-04-26TCF Agent: step out logic changed to support to support stepping from a funct...Eugene Tarassov1-48/+50
2013-04-24TCF Agent: ARM disassembler: added symbol names in branch instructions commentsEugene Tarassov2-0/+2
2013-04-24Bug 405902 - Step-Over / Step-Into falls into a stub when debugging code comp...Eugene Tarassov1-0/+29
2013-04-14TCF Agent: got rid of compiler warningsEugene Tarassov2-7/+4
2013-04-11Enable initialization output on stdout and stderr in daemon mode and add daem...Felix Burton4-15/+362
2013-04-09TCF Agent: faster ByteArrayInputStreamEugene Tarassov2-10/+8
2013-04-09TCF Agent: Adapt code for VxWorksJean-Michel Pedrono1-6/+6
2013-04-05Bug 404788 - Symbols proxy service : symbol cache is not flushed on path mapp...Eugene Tarassov3-41/+128
2013-04-05TCF Agent: Allow default server name to be set at compile timeFelix Burton1-1/+5
2013-04-03TCF Agent: code cleanup - TABs converted to spacesEugene Tarassov1-1/+1
2013-04-03Bug 404782 - Stacktrace service: get_next_stack_frame() may invoke get_stack_...Eugene Tarassov1-1/+3
2013-04-03TCF Agent: fixed: fstat() returns st_dev = 0 on Windows, which breaks ELF fil...Eugene Tarassov1-1/+5
2013-04-03TCF Agent: fixed: when removing a software breakpoint, Breakpoints service sh...Eugene Tarassov1-3/+11
2013-04-03TCF Agent - Bug 404785 - Fix compilation warning with gcc 4.6.3Sebastien Douheret1-2/+2
2013-04-03TCF Agent - Bug 404777 - Add list_foreach macro definitionSebastien Douheret1-0/+3
2013-03-27update cpu_disable_stepping mode prototypeEmmanuel Touron1-1/+1
2013-03-27TCF Agent: [404253] debug: initial armv6l stepping emulationEmmanuel Touron2-0/+19
2013-03-27TCF Agent: lazier re-opening of ELF files when USE_MMAP=0Eugene Tarassov1-17/+29
2013-03-27Bug 404258 - Agent crash in new profiler serviceEugene Tarassov1-4/+2
2013-03-22TCF Agent: initial implementation of generic Profiler serviceEugene Tarassov5-3/+335
2013-03-21TCF Agent: [404079] fix tcf-agent.init script for Debian / RaspbianMartin Oberhuber1-2/+77
2013-03-20TCF Agent: added handling of additional properties of a memory regionEugene Tarassov1-0/+25
2013-03-20TCF Agent: fixed: seg fault in search_inlined_subroutine() if the function is...Eugene Tarassov1-13/+19
2013-03-19TCF Agent: added more default stack tracing rules for ARM and MicroBlazeEugene Tarassov2-9/+28
2013-03-19Bug 403788 - Add redirect and services command to client interactive mode.Benoit Perrin1-0/+46
2013-03-19TCF Agent: function swap_bytes() is moved to mdep.c[ch] to make it available ...Eugene Tarassov6-34/+20
2013-03-19Bug 403820 - Fixed set_string_text_val() for big endian architecturesJean-Michel Pedrono1-0/+2
2013-03-19TCF Agent - Bug 402644 - Added getAgentID command to Locator service.Didier Brachet1-0/+12
2013-03-17TCF Agent: code cleanupEugene Tarassov1-9/+7

Back to the top