Top "Dbx" questions

DBX is a source-level debugger, product of Oracle Coporation (formally Sun Microsystem) used to control the execution of a program (step by step, breakpoints, ...) and inspect the content of the memory.

start gdb using a pid

In general i see the process's pid which is running in the background and start dbx on that process using …

c process gdb dbx
Solaris Core dump analysis

I use pstack to analyze core dump files in Solaris How else can I analyze the core dump from solaris? …

gdb solaris coredump dbx
Most tricky/useful commands for gdb debugger

Can you post your most tricky and useful commands while you run a debugger like gdb or dbx.

c unix gdb debugging dbx
How do you examine core files in dbx?

I'm working on AIX and have a process that keeps crashing. I've never examined core files, and would like some …

aix coredump dbx
Error message "Incorrect values within SQLDA structure" with Firebird and Delphi 2009

I'm strugling with error message "Incorrect values within SQLDA structure" when I'm trying to update blob field within Firebird 2.1 database …

delphi delphi-2009 firebird dbx