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

192 add runreconnect to toolbar #206

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Dec 9, 2023

  1. Add a 'Recconect' and 'Reattach' toolbar button.

    Still needs more work.  Perhaps killGdb() should detach before
    killing gdb process.
    epasveer committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    201dc89 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    4708cf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    f58cff5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    afed350 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Checkpoint.

    epasveer committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3a38c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    3ae621c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Fixed saving and reloading of breakpoints when reconnecting to a gdbs…

    …erver.
    
    Need to deay of 1 or 2 seconds, with processing the Qt event loop,
    to issue the 'breakpoint save' command before killing the gdb process.
    epasveer committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    89c29ba View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    e6f1b0d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    19dc9e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Checkpoint.

    epasveer committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9ded416 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    be6282d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    1bb9f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    422d061 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    30d21fe View commit details
    Browse the repository at this point in the history