Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make debugging work a bit better on OpenBSD: nudge get_base_from_maps…
…() so it does not return 0 on OpenBSD just because the memory mapping does not contain the file name. (#6455) Copied the fallback code from cmd_debug.c:r_debug_get_baddr(). getBaddrFromDebugger() from radare2.c also does the right thing. r_debug_get_baddr() probably should be exposed through the api so everyone can use one, maybe correct, version.
- Loading branch information