Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sharikous
on March 1, 2022
|
parent
|
context
|
favorite
| on:
Debugging with GDB
gdb has been mauled by Apple in macOS in the name of security
Maybe I am spoiled but I cannot bear the nagging about code-signing it yourself
saagarjha
on March 1, 2022
[–]
GDB doesn’t work anyways even after you codesign it because it’s not actively maintained.
rurban
on March 2, 2022
|
parent
[–]
Nonsense. Of course it's maintained. Used it code signed on macOS for years. With MacPorts, the proper installer. Not the kids toys.
saagarjha
on March 2, 2022
|
root
|
parent
[–]
It's not, and if you've actually tried to point it at programs where codesigning is necessary (i.e. native macOS programs) you'll find that GDB fails to attach to processes properly because the code is racing on a port set.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Maybe I am spoiled but I cannot bear the nagging about code-signing it yourself