Patch-ID# 103027-08 Keywords: .c 3.0.2 command dbx file handle module source sparcworks Synopsis: SPARCworks 3.1: dbx fixes Date: Nov/07/96 Solaris Release: 2.5 SunOS Release: 5.5 Unbundled Product: SPARCworks dbx Unbundled Release: 3.1 Relevant Architectures: sparc BugId's fixed with this patch: 1221847 1213928 1205605 1221428 1193722 1228644 1230396 1236120 1236737 1247077 1256042 1256440 1265574 Changes incorporated in this version: 1265574 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: SUNWspro/SW3.1/bin/bcheck SUNWspro/SW3.1/bin/dbx SUNWspro/SW3.1/bin/dumpstabs SUNWspro/SW3.1/bin/rtc_patch_area SUNWspro/SW3.1/lib/librtc.so SUNWspro/SW3.1/lib/locale/C/help/SUNW_SPRO_Dbx_help.info SUNWspro/SW3.1/lib/locale/C/help/SUNW_SPRO_Dbx_adb_help.info SUNWspro/SW3.1/lib/locale/C/LC_MESSAGES/SUNW_SPRO_Dbx.po SUNWspro/SW3.1/lib/locale/C/LC_MESSAGES/SUNW_SPRO_RTC.po Problem Description: dbx (SW3.1) does not allow you to load a file for a particular module if the corresponding .c file does not exist. As an illustration, the customer has an objective C preprocessor which converts objective-C to normal C code. The customer then compiles the *.c files and then deletes them. This however does not allow him to debug his code via: % dbx x (dbx) module int.o Read int.o (dbx) file int.p dbx: can't find source "int.p" Patch Installation Instructions: -------------------------------- Refer to the Install.info file for instructions on using the generic 'installpatch' and 'backoutpatch' scripts provided with each patch. Any other special or non-generic installation instructions should be described below as special instructions. Special Install Instructions: ----------------------------- None.