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 command to run commands in sequence #233

Merged
merged 2 commits into from
Mar 7, 2018
Merged

Add command to run commands in sequence #233

merged 2 commits into from
Mar 7, 2018

Conversation

kastiglione
Copy link
Contributor

@kastiglione kastiglione commented Mar 7, 2018

This introduces the sequence command (seq for short), which allows multiple commands as a single command.

Example A:

breakpoint command add -o 'seq bt; po someVar'

Example B:

command regex b 's/(.+) if (.+)/seq _regexp-break %1; breakpoint modify -c "%2"/' 's/(.*)/_regexp-break %1/'

@kastiglione kastiglione merged commit 713fd15 into master Mar 7, 2018
@kastiglione kastiglione deleted the sequence branch March 7, 2018 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants