Commits
master
Name already in use
Commits on Mar 25, 2013
-
update cpu_disable_stepping mode prototype
Emmanuel Touron committedMar 25, 2013 -
TCF Agent: [404253] debug: initial armv6l stepping emulation
Added initial software emulation for single-stepping. This requires computing the next address for each instruction, and planting a breakpoint there. The next-address computation is incomplete at this time, but should work for basic debugging. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=404253 for details and discussion.
Emmanuel Touron committedMar 25, 2013 -
TCF Agent: Copy machine/arm to armv6l for work on Raspberry Pi
Martin Oberhuber committedMar 25, 2013
Commits on Mar 22, 2013
-
TCF Agent: initial implementation of generic Profiler service
Eugene Tarassov committedMar 22, 2013
Commits on Mar 21, 2013
-
TCF Agent: [404079] fix tcf-agent.init script for Debian / Raspbian
Change-Id: I4564ddf7adb9316060b37dd6e8ffc26a3b797b27 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
Martin Oberhuber committedMar 21, 2013
Commits on Mar 20, 2013
-
TCF Agent: ARM disassembler: fixed disassembling of parallel addition…
… and subtraction instructions
Eugene Tarassov committedMar 20, 2013 -
TCF Agent: added handling of additional properties of a memory region
Eugene Tarassov committedMar 20, 2013 -
TCF Agent: fixed: seg fault in search_inlined_subroutine() if the fun…
…ction is called before line numbers info is loaded
Eugene Tarassov committedMar 20, 2013
Commits on Mar 19, 2013
-
TCF Agent: added more default stack tracing rules for ARM and MicroBlaze
Eugene Tarassov committedMar 19, 2013 -
Bug 403788 - Add redirect and services command to client interactive …
…mode. In order to get the list of services available after a redirect of the connection, two new commands are added: redirect and services.
Benoit Perrin authored and Eugene Tarassov committedMar 19, 2013 -
TCF Agent: function swap_bytes() is moved to mdep.c[ch] to make it av…
…ailable when ENABLE_ELF = 0
Eugene Tarassov committedMar 19, 2013 -
TCF Agent: added ARM files into MSVC-2008 project
Eugene Tarassov committedMar 19, 2013 -
TCF Agent - Bug 402644 - Added getAgentID command to Locator service.
Didier Brachet committedMar 19, 2013
Commits on Mar 17, 2013
-
Eugene Tarassov committed
Mar 17, 2013 -
add_disassembler: overwrite disassembler entry if existing
Sebastien Douheret authored and Eugene Tarassov committedMar 17, 2013 -
TCF Agent: Allow default URL to by set at compile time
Felix Burton committedMar 17, 2013
Commits on Mar 16, 2013
-
TCF Agent: added stack crawl and disassembler for ARM
Eugene Tarassov committedMar 16, 2013
Commits on Mar 15, 2013
-
TCF Agent: Terminals service: added code to start /bin/sh if /bin/bas…
…h does not exist
Eugene Tarassov committedMar 15, 2013 -
Bug 403422 - [debug] Add support for ARM
Eugene Tarassov committedMar 15, 2013 -
TCF Agent: added a bit of preprocessor code to make it easier to port…
… mdep.c to other OSes
Eugene Tarassov committedMar 15, 2013
Commits on Mar 13, 2013
-
Eugene Tarassov committed
Mar 13, 2013 -
TCF Agent: Implement parameters of disassembly service.
Add support of ISA, Simplified, Pseudo and OpcodeValue parameters: - "ISA" : <string> The name of the instruction set architecture. - Simplified" : <boolean> If true, simplified mnemonics are specified. - "PseudoInstructions" : <boolean> If true, pseudo-instructions are requested. - "OpcodeValue" : <boolean> If true, the instruction code byte values are returned.Sebastien Douheret authored and Eugene Tarassov committedMar 13, 2013
Commits on Mar 12, 2013
-
Bug 403020 - Running dwarf-test ends up with a crash
Eugene Tarassov committedMar 12, 2013
Commits on Mar 8, 2013
-
TCF Agent: added MicroBlaze ELF declarations
Eugene Tarassov committedMar 8, 2013 -
TCF Agent: a bit faster handling of software breakpoints
Eugene Tarassov committedMar 8, 2013
Commits on Mar 7, 2013
-
TCF Agent: Fixed signal mask support for threads created during debug…
… session Fixed regression issue where signal mask was not correctly set for threads created by a debugged process. Those threads should have inherited the signal mask of the creator/process but it was no longer the case.
Didier Brachet committedMar 7, 2013
Commits on Mar 5, 2013
-
Bug 402315 - Agent crash with invalid symbol find parameter
Eugene Tarassov committedMar 5, 2013
Commits on Feb 27, 2013
-
Bug 401868 - Get incomplete stacktrace when interrupted in a thread
Eugene Tarassov committedFeb 27, 2013 -
TCF Agent: fixed: elf_find_unit() does not work in shared libraries w…
…ith separate debug info file
Eugene Tarassov committedFeb 27, 2013
Commits on Feb 22, 2013
-
TCF Agent: initial support for inlined stack frames
Eugene Tarassov committedFeb 22, 2013 -
TCF Agent: got rid of compiler warning "non-standard extension used..."
Eugene Tarassov committedFeb 22, 2013 -
TCF Server: fixed implementation of get_prev_frame()/get_next_frame()…
… functions
Eugene Tarassov committedFeb 22, 2013 -
TCF Agent: fixed: LineNumbers proxy returns error when client does no…
…t provide LineNumber service, it should return empty list of areas instead
Eugene Tarassov committedFeb 22, 2013
Commits on Feb 19, 2013
-
TCF Agent: added support for GNU DWARF extensions: DW_OP_GNU_entry_va…
…lue and DW_OP_GNU_regval_type
Eugene Tarassov committedFeb 19, 2013