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

TraceInstructionsWindow issues #182

Closed
korcankaraokcu opened this issue May 10, 2023 · 4 comments
Closed

TraceInstructionsWindow issues #182

korcankaraokcu opened this issue May 10, 2023 · 4 comments
Labels

Comments

@korcankaraokcu
Copy link
Owner

korcankaraokcu commented May 10, 2023

  • Executing any gdb command while tracing instructions will make gdb unable to stop the process again
  • Killing or forcing process to continue will make the wait dialog uncancellable, stuck at "processing data"
  • Visibility issues when background isn't white, LoadingDialog could be changed as well
@korcankaraokcu
Copy link
Owner Author

Also, apparently recently introduced background execution completely broke this feature, it will be most likely replaced with the built-in tracer of GDB

@korcankaraokcu
Copy link
Owner Author

korcankaraokcu commented Dec 5, 2023

Apparently built-in tracer can only be used for remote targets. A workaround could be sending back control to pince on breakpoint trigger and execute tracing commands out of the gdb api but this is much slower than doing it in a single command with gdb api. There must be a more elegant way to fix this

@korcankaraokcu
Copy link
Owner Author

Tracer now works, apparently there wasn't a more elegant solution to this. Fixed the visibility issues as well. First two issues in the list are remaining

@korcankaraokcu
Copy link
Owner Author

All fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant