Skip to content

Supply arguments to process - #66

Merged
rfmineguy merged 8 commits into
mainfrom
supply-arguments-to-process
Jul 20, 2025
Merged

Supply arguments to process#66
rfmineguy merged 8 commits into
mainfrom
supply-arguments-to-process

Conversation

@rfmineguy

Copy link
Copy Markdown
Owner
  • Adds a popup widget to the run button that lets you provide a list of arguments to the target process
    • Note: Each line in the popup widget is setup to split the input by spaces automatically, so you can provide the flag and the value in the same line.

@rfmineguy

Copy link
Copy Markdown
Owner Author

Latest commit adds support for launching lldb-frontend like this.

./lldb-frontend --executable lldb-frontend-test -- -a --f=4

Any arguments after a double dash (i.e. --) are forwarded to the target process.

@rfmineguy rfmineguy self-assigned this Jul 19, 2025
@rfmineguy rfmineguy added the CLI label Jul 19, 2025
@rfmineguy rfmineguy moved this to In progress in lldb-frontend-roadmap Jul 19, 2025
@rfmineguy
rfmineguy merged commit 731b2d8 into main Jul 20, 2025
4 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in lldb-frontend-roadmap Jul 20, 2025
@rfmineguy
rfmineguy deleted the supply-arguments-to-process branch July 20, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants