From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Jimmy Guo Cc: gdb-patches@sourceware.cygnus.com Subject: Re: (patch) hpjyg06: hp-psymtab-read.c etc. Date: Tue, 09 Nov 1999 16:13:00 -0000 Message-id: References: X-SW-Source: 1999-q4/msg00217.html > >I approve the `default_main'-related changes (defs.h and symtab.c). > >I'm not really the maintainer of source.c and blockframe.c, but they > >look fine to me. But I'd rather that default_main were named > >"main_function_name". If debug info sets it, it's not the default any > >more. > > It's alright if default_main is named main_function_name ... rather than > I reengineer the patches (hpjyg06 and hpjyg11 - hp-symtab-read.c), how > about making this small change after these two patches are applied? If > they don't show up in next week's snapshot (suppose the above two > patches will be there) I can submit a patch for this rename as well. Sure, no problem. No need to remake the patches. >From guo@cup.hp.com Wed Nov 10 09:42:00 1999 From: Jimmy Guo To: gdb-patches@sourceware.cygnus.com Subject: (patch) hpjyg18: derivation.exp Date: Wed, 10 Nov 1999 09:42:00 -0000 Message-id: X-SW-Source: 1999-q4/msg00218.html Content-length: 1294 *** This patch goes with hpjyg17 -- compiler.c(c) location change. *** ChangeLog 1999-11-10 Jimmy Guo * gdb.c++/derivation.exp: remove redundant get compiler info code. Index: gdb/testsuite/gdb.c++/derivation.exp /opt/gnu/bin/diff -r -c -N /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/gdb/testsuite/gdb.c++/derivation.exp gdb/testsuite/gdb.c++/derivation.exp *** /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/gdb/testsuite/gdb.c++/derivation.exp Wed Nov 10 09:29:09 1999 --- gdb/testsuite/gdb.c++/derivation.exp Wed Nov 10 09:37:01 1999 *************** *** 60,80 **** gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} - remote_file build delete ${binfile}.ci - if {![istarget "hppa*-*-hpux*"]} { - if { [gdb_compile "${srcdir}/${subdir}/compiler.cc" "${binfile}.ci" preprocess ""] != "" - } { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will auto - matically fail." - } - } else { - if { [gdb_preprocess "${srcdir}/${subdir}/compiler.cc" "${binfile}.ci" "c++"] != "" } { - perror "Couldn't make ${binfile}.ci file" - return 1; - } - } - - source ${binfile}.ci # # set it up at a breakpoint so we can play with the variable values --- 60,65 ----