Jim Tison wrote: >The gdb (debugger) I run on my s390x machine will not >recognize ELF32 modules ...
The recently released gdb 6.1 will allow 'bi-arch' debugging on s390, i.e. debugging a 32-bit application from a 64-bit gdb. You can download the sources from the gdb home page; they should build and run on s390 without any patches. Alternatively, if you have an existing s390 (32-bit) gdb binary, you can copy this binary over to your s390x system and use that to debug 32-bit applications (with gdb and target application *both* running in compatibility mode) -- this should already work with e.g. the SLES-8 gdb. Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand Linux for S/390 Design & Development IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen Phone: +49-7031/16-3727 --- Email: [EMAIL PROTECTED] ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
