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 threadId and FrameId as optional parameters #326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WyoTwT
Copy link
Contributor

@WyoTwT WyoTwT commented May 17, 2024

The GDB MI commands can take a threadId and frameId if specified so add that capability as an optional parameter to support future thread-specific functionality.

@WyoTwT WyoTwT force-pushed the tt_add_thread_frame branch from 5a4c4a9 to 225072f Compare August 23, 2024 15:05
The future needs to read/write memory on a thread basis requires
the GDB MI commands to be updated.

The GDB MI commands can take a threadId and frameId if specified
so add that capability as an optional parameter.

Add unit test to verify threadId and frameId changes. Multithread
test is needed to showcase this change.
@WyoTwT WyoTwT force-pushed the tt_add_thread_frame branch from 225072f to 958ad91 Compare August 26, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant