Questions tagged [dbx]

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.

111 questions
0
votes
1 answer

dbxtool on 64-bit linux won't load 64-bit version of dbx?

I am using the Linux version of dbxtool to debug a 64-bit programme called frankie: file ../support/frankie ../support/frankie: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for…
frankster
  • 1,529
  • 2
  • 16
  • 20
0
votes
0 answers

dbx : display very large string

I wish to know how can I display a very large string (>4K) in "dbx" ? my string is more than 2MB ? Is there any limit on the size of arguments that can be passed in solaris ? Thanks Arpit
Arpit
  • 4,259
  • 10
  • 38
  • 43
0
votes
2 answers

dbx variables not working

I am debugging a piece of code which has complex data structures in it. I want to use dbx variables to hold the values of these structures to avoid pointer indirection every time to see the contents. When I do, something like set…
user1314305
  • 2,777
  • 2
  • 16
  • 14
0
votes
1 answer

What is equivalent of .gdbinit file for dbx?

I can have an initialization file in my home directory called .gdbinit which is run each time I start a gdb session to customize my environment. What is the equivalent file name in dbx?
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
-1
votes
1 answer

php_dbx extension

It seems like PHP have removed dbx-extension as default install since version 5. I am wondering, why? Is dbx out? And where can I download the extension, I did google, but I can't find it. Thank you.
Alice
  • 701
  • 1
  • 5
  • 17
-1
votes
1 answer

How to print DBX print std::string?

I am working on Solaris and would like to print stl::string in dbx. Which command should I use to print it? print is not working.
CrazyC
  • 1,840
  • 6
  • 39
  • 60
1 2 3 4 5 6 7
8