Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gdb-server persistence #132

Merged
merged 2 commits into from
Mar 6, 2013
Merged

Add gdb-server persistence #132

merged 2 commits into from
Mar 6, 2013

Commits on Mar 6, 2013

  1. Revert "[ merge ] patch from fischermi@t-online.de, GDB server endles…

    …s loop"
    
    This reverts commit 1c2828c.
    prattmic committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    3569970 View commit details
    Browse the repository at this point in the history
  2. Add persistence support to gdb-server

    When started with -m, or connected with 'target extended-remote', the
    GDB server will not terminate upon disconnection from GDB, instead it
    will begin listening for conenctions again.
    
    Starting with extended-remote also has the advantage of allowing 'run'
    to be used to reset the target and begin again.  Unfortunately, 'start'
    is not working properly, as it does not send a reset packet (R), so it
    complains when it tries to access memory before it is connected to the
    target.
    prattmic committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    9bed540 View commit details
    Browse the repository at this point in the history