I'm running dbx in ddd on Solaris. The attached process has crashed and I can examine the stack in the debugger.
I want to save this core dump to disk for later.
Google shows me several ways to create a core dump but none of them are ddd/dbx commands. gcore
can't grab the process because dbx is already holding it.
So how do I do this? Thanks.