-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix rust-gdb on FreeBSD #110335
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
Fix rust-gdb on FreeBSD #110335
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 7e4aa11d07beee987534464ce5558cf48b2c314e has been approved by It is now in the queue for this repository. |
|
"\w" is a GNU-specific extension to sed. Avoid it. Fixes rust-lang#110334 Signed-off-by: Alan Somers <[email protected]>
7e4aa11
to
2f45d19
Compare
Good catch. I force-pushed to fix it on rust-gdbgui too. |
@bors r- r+ |
Co-authored-by: SNCPlay42 <[email protected]>
@bors r=jyn514 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (825c706): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
"\w" is a GNU-specific extension to sed. Avoid it.
Fixes #110334
Signed-off-by: Alan Somers [email protected]