From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vardhan Varma To: gdb@sources.redhat.com Subject: wishlist for gdb .... Date: Mon, 25 Sep 2000 19:42:00 -0000 Message-id: <14800.3292.153130.341475@gargle.gargle.HOWL> X-SW-Source: 2000-09/msg00146.html for last year, i've been working with Sun's dbx. I found the intergration with ksh a very nice idea. (there were a few problems too, but all in all, it _is_ a nice idea ... ) Here are some magic possible, by ksh integration , i would like to know how to achieve similar things in gdb. 1. (dbx) $(funcs .*foo.*bar.* | sed 's/^/stop in/') this will set break points in all functions matching .*foo.*bar !!! (okay not exactly this, but something similar (-; ) 2. how to grep help's output ?? help show | grep arg ????? or even setenv PAGER=xless displays help in seperate xless window. -- Vardhan Varma +91-118-4562842 Extn / VMail: 4123 Random Quote: . one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs. >From brax@ieeecs.ece.utexas.edu Mon Sep 25 22:58:00 2000 From: Braxton Thomason To: gdb@sourceware.cygnus.com Subject: configure problem (fwd) Date: Mon, 25 Sep 2000 22:58:00 -0000 Message-id: X-SW-Source: 2000-09/msg00147.html Content-length: 910 I am sorry to duplicate this message, but I sent it to this list, and I wanted to make sure that any reply would be directed at me as well as the list b/c I am not a member. Thanks again, ---------- Forwarded message ---------- Date: Mon, 25 Sep 2000 16:28:19 -0500 (CDT) From: Braxton Thomason To: gdb@sourceware.cygnus.com Subject: configure problem I recently d/led a release of insight/gdb and am having a configure problem. When I run configure in the base directory, I get the following error: loading cache ../config.cache within ltconfig ./../ltconfig: ./../ltcf-c.sh: No such file or directory configure: error: libtool configure failed Configure in /usr/src/insight+dejagnu-20000924/opcodes failed, exiting. The contents of config.status is ./configure --host=i586-pc-linux-gnu --norecursion Am I missing some important file? Thanks, Braxton Thomason