Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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: code cleanup - TABs converted to spacesEugene Tarassov1-2/+2
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-30Bug 404627: Added support for ARM VFP registers.Stanislav Yakovlev3-8/+69
2013-03-29Bug 404603 - [armv5te] Breakpoints stopped workingEugene Tarassov1-1/+1
2013-03-28TCF Agent: fixed access to ARM debug registers on LinuxEugene Tarassov2-26/+26
2013-03-28TCF Agent: fixed: on ARM Linux, debugger reports bogus "Invalid Instruction" ...Eugene Tarassov1-0/+9
2013-03-27Bug 404507 - Agent fails to build in MSVS2012 due to new profiler serviceEugene Tarassov2-0/+8
2013-03-27TCF Agent: Reduced code duplication - merged code from armv6l directory back ...Eugene Tarassov12-5284/+214
2013-03-27update cpu_disable_stepping mode prototypeEmmanuel Touron3-4/+4
2013-03-27TCF Agent: [404253] debug: initial armv6l stepping emulationEmmanuel Touron6-32/+260
2013-03-27TCF Agent: Copy machine/arm to armv6l for work on Raspberry PiMartin Oberhuber8-0/+5073
2013-03-27Merge branch 'master' of ssh://git.eclipse.org:29418/tcf/org.eclipse.tcf.agentMartin Oberhuber2-21/+31
2013-03-27TCF Agent: Cosmetic: fix default name of Eclipse projects in .projectMartin Oberhuber2-2/+2
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 Tarassov8-5/+346
2013-03-21TCF Agent: [404079] fix tcf-agent.init script for Debian / RaspbianMartin Oberhuber1-2/+77
2013-03-20TCF Agent: ARM disassembler: fixed disassembling of parallel addition and sub...Eugene Tarassov1-2/+2
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: added ARM files into MSVC-2008 projectEugene Tarassov1-0/+36
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
2013-03-17add_disassembler: overwrite disassembler entry if existingSebastien Douheret1-16/+25
2013-03-17TCF Agent: Allow default URL to by set at compile timeFelix Burton1-2/+6
2013-03-16TCF Agent: added stack crawl and disassembler for ARMEugene Tarassov10-39/+4961
2013-03-15TCF Agent: Terminals service: added code to start /bin/sh if /bin/bash does n...Eugene Tarassov1-10/+19
2013-03-15Bug 403422 - [debug] Add support for ARMEugene Tarassov5-0/+171
2013-03-15TCF Agent: added a bit of preprocessor code to make it easier to port mdep.c ...Eugene Tarassov1-3/+11
2013-03-13TCF Agent: code cleanupEugene Tarassov6-48/+74
2013-03-13TCF Agent: Implement parameters of disassembly service.Sebastien Douheret2-15/+61
2013-03-12Bug 403020 - Running dwarf-test ends up with a crashEugene Tarassov1-4/+4
2013-03-08TCF Agent: added MicroBlaze ELF declarationsEugene Tarassov3-2/+29
2013-03-08TCF Agent: a bit faster handling of software breakpointsEugene Tarassov1-4/+8
2013-03-07TCF Agent: Fixed signal mask support for threads created during debug sessionDidier Brachet1-3/+5

Back to the top