You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran brew doctor, fixed all issues and retried your prior step?
Ran brew config and brew doctor and included their output with your issue?
Please note we may immediately close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.
To help us debug your issue please explain:
What you were trying to do (and why)
Run a program with GDB which has been installed view brew.
What happened (include command output)
When I run $ gdb ./a.out:
warning: unhandled dyld version (15)
I've found this forum thread. When I run gdb) info shared I get the following:
No shared libraries loaded at this time.
What does this mean?
What you expected to happen
GDB program debugging like it use to.
Please always follow these steps:
brew
command and justbrew install
ing one or more formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/newbrew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew config
andbrew doctor
and included their output with your issue?Please note we may immediately close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.
To help us debug your issue please explain:
Run a program with GDB which has been installed view brew.
When I run
$ gdb ./a.out
:I've found this forum thread. When I run
gdb) info shared
I get the following:What does this mean?
GDB program debugging like it use to.
brew
commands)$gdb ./a.out
on any cpp file.I'm really not sure what's going on here, and would love some guidance. Thank you in advance!
The text was updated successfully, but these errors were encountered: