Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for any command that passes strings to gdb for evaluation,
where the string contains a parentheses-within-parentheses expression along with a ">" or ">>" operator inside the outermost set of parentheses. Without the patch, a command such as the following fails like so: crash> p ((1+1) >> 1) p: gdb request failed: p ((1+1) crash> ([email protected])
- Loading branch information