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

Replace deprecated fiushregs alias with full gdb command (IDFGH-10272) #11535

Closed
wants to merge 1 commit into from

Conversation

hasheddan
Copy link
Contributor

Usage of flushregs in gdb will result in the following warning:

Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.

This patch updates to use the recommend command.

Usage of `flushregs` in gdb will result in the following warning:

```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```

This patch updates to use the recommend command.

Signed-off-by: Daniel Mangum <[email protected]>
@CLAassistant
Copy link

CLAassistant commented May 29, 2023

CLA assistant check
All committers have signed the CLA.

@espressif-bot espressif-bot added the Status: Opened Issue is new label May 29, 2023
@github-actions github-actions bot changed the title Replace deprecated fiushregs alias with full gdb command Replace deprecated fiushregs alias with full gdb command (IDFGH-10272) May 29, 2023
@igrr
Copy link
Member

igrr commented Jul 12, 2023

sha=9b2d7fa3e7dffa62c843f4174c3be4aad881d4f2

@igrr igrr added the PR-Sync-Merge Pull request sync as merge commit label Jul 12, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Opened Issue is new labels Jul 28, 2023
espressif-bot pushed a commit that referenced this pull request Aug 1, 2023
Usage of `flushregs` in gdb will result in the following warning:

```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```

This patch updates to use the recommend command.

Signed-off-by: Daniel Mangum <[email protected]>
Merges #11535
@Alvin1Zhang
Copy link
Collaborator

Thanks for contribution again, changes merged with 647e7a2.

@Alvin1Zhang Alvin1Zhang closed this Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Sync-Merge Pull request sync as merge commit Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants