mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Fix test-ptrace argument parsing.
Avoids an endless loop when passing unknown options. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com> Signed-off-by: Ken Werner <ken.werner@linaro.org>
This commit is contained in:
parent
4a89b88fd3
commit
13cd3b0c26
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ main (int argc, char **argv)
|
|||
else if (strcmp (argv[optind], "-n") == 0)
|
||||
/* Don't look-up and print symbol names. */
|
||||
++optind, print_names = 0;
|
||||
else
|
||||
fprintf(stderr, "unrecognized option: %s\n", argv[optind++]);
|
||||
}
|
||||
|
||||
target_pid = fork ();
|
||||
|
|
Loading…
Reference in a new issue