-
Notifications
You must be signed in to change notification settings - Fork 7
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 support for executing GDB commands. #1451
Conversation
Should this perhaps be |
Not sure I understand. Do you mean to use To clarify: |
Ah, I misunderstood |
This makes a lot of sense to me. This way we wouldn't need to special case each gdb switch that we wish to support. What do you think @Pavel-Durov ? |
yeah sounds good :) |
Updated with |
Please squash. |
Good idea! Please squash. |
Allows users to pass custom arguments directly to GDB.
bc7608e
to
9df564e
Compare
Squashed 👉 9df564e |
Added
gdb_args
to capture all arguments provided after--
, allowing multiple GDB-specific arguments.Usage example: