Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 25, 2013

  1. update cpu_disable_stepping mode prototype

    Emmanuel Touron committed Mar 25, 2013
    Copy the full SHA
    bb1ae93 View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 25, 2013
    Copy the full SHA
    0991b32 View commit details
    Browse the repository at this point in the history
  3. TCF Agent: Copy machine/arm to armv6l for work on Raspberry Pi

    Martin Oberhuber committed Mar 25, 2013
    Copy the full SHA
    3c4e7b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. TCF Agent: initial implementation of generic Profiler service

    Eugene Tarassov committed Mar 22, 2013
    Copy the full SHA
    79c621a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2013

  1. 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 committed Mar 21, 2013
    Copy the full SHA
    67d50d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2013

  1. TCF Agent: ARM disassembler: fixed disassembling of parallel addition…

    … and subtraction instructions
    Eugene Tarassov committed Mar 20, 2013
    Copy the full SHA
    55cb6f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    64ec0eb View commit details
    Browse the repository at this point in the history
  3. TCF Agent: fixed: seg fault in search_inlined_subroutine() if the fun…

    …ction is called before line numbers info is loaded
    Eugene Tarassov committed Mar 20, 2013
    Copy the full SHA
    105b58d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. Copy the full SHA
    1133ace View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 19, 2013
    Copy the full SHA
    6f5bd82 View commit details
    Browse the repository at this point in the history
  3. TCF Agent: function swap_bytes() is moved to mdep.c[ch] to make it av…

    …ailable when ENABLE_ELF = 0
    Eugene Tarassov committed Mar 19, 2013
    Copy the full SHA
    af4f463 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    77c0e99 View commit details
    Browse the repository at this point in the history
  5. TCF Agent: added ARM files into MSVC-2008 project

    Eugene Tarassov committed Mar 19, 2013
    Copy the full SHA
    389f283 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    aec555c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2013

  1. TCF Agent: code cleanup

    Eugene Tarassov committed Mar 17, 2013
    Copy the full SHA
    5402383 View commit details
    Browse the repository at this point in the history
  2. add_disassembler: overwrite disassembler entry if existing

    Sebastien Douheret authored and Eugene Tarassov committed Mar 17, 2013
    Copy the full SHA
    3f6ae61 View commit details
    Browse the repository at this point in the history
  3. TCF Agent: Allow default URL to by set at compile time

    Felix Burton committed Mar 17, 2013
    Copy the full SHA
    df1de4f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2013

  1. TCF Agent: added stack crawl and disassembler for ARM

    Eugene Tarassov committed Mar 16, 2013
    Copy the full SHA
    79ea34c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2013

  1. TCF Agent: Terminals service: added code to start /bin/sh if /bin/bas…

    …h does not exist
    Eugene Tarassov committed Mar 15, 2013
    Copy the full SHA
    be74d11 View commit details
    Browse the repository at this point in the history
  2. Bug 403422 - [debug] Add support for ARM

    Eugene Tarassov committed Mar 15, 2013
    Copy the full SHA
    72977be View commit details
    Browse the repository at this point in the history
  3. TCF Agent: added a bit of preprocessor code to make it easier to port…

    … mdep.c to other OSes
    Eugene Tarassov committed Mar 15, 2013
    Copy the full SHA
    254b2aa View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2013

  1. TCF Agent: code cleanup

    Eugene Tarassov committed Mar 13, 2013
    Copy the full SHA
    d15074f View commit details
    Browse the repository at this point in the history
  2. 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 committed Mar 13, 2013
    Copy the full SHA
    f7ee707 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. Bug 403020 - Running dwarf-test ends up with a crash

    Eugene Tarassov committed Mar 12, 2013
    Copy the full SHA
    fce46e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2013

  1. TCF Agent: added MicroBlaze ELF declarations

    Eugene Tarassov committed Mar 8, 2013
    Copy the full SHA
    00b9b7a View commit details
    Browse the repository at this point in the history
  2. TCF Agent: a bit faster handling of software breakpoints

    Eugene Tarassov committed Mar 8, 2013
    Copy the full SHA
    62946fc View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2013

  1. 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 committed Mar 7, 2013
    Copy the full SHA
    d6a37e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2013

  1. Bug 402315 - Agent crash with invalid symbol find parameter

    Eugene Tarassov committed Mar 5, 2013
    Copy the full SHA
    b217c1b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Copy the full SHA
    2ee78db View commit details
    Browse the repository at this point in the history
  2. TCF Agent: fixed: elf_find_unit() does not work in shared libraries w…

    …ith separate debug info file
    Eugene Tarassov committed Feb 27, 2013
    Copy the full SHA
    e1fde55 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. TCF Agent: initial support for inlined stack frames

    Eugene Tarassov committed Feb 22, 2013
    Copy the full SHA
    f9c6225 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46d05d7 View commit details
    Browse the repository at this point in the history
  3. TCF Server: fixed implementation of get_prev_frame()/get_next_frame()…

    … functions
    Eugene Tarassov committed Feb 22, 2013
    Copy the full SHA
    7e278f0 View commit details
    Browse the repository at this point in the history
  4. 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 committed Feb 22, 2013
    Copy the full SHA
    676ca67 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2013

  1. TCF Agent: added support for GNU DWARF extensions: DW_OP_GNU_entry_va…

    …lue and DW_OP_GNU_regval_type
    Eugene Tarassov committed Feb 19, 2013
    Copy the full SHA
    e0f4b91 View commit details
    Browse the repository at this point in the history
Older