This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testcase for "absolute source" patch


Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr> wrote:
> Which version of gdb are you using?

native i686-pc-linux-gnu, red hat 8.0
gdb HEAD 2004-08-17
gcc 3.4.1, binutils 2.15, dwarf-2

> Are you compiling in another directory?

Yes.

I do build gdb in a different directory from the source.
My configuration commands are:

  newtree /berman/fsf/_current_/berman/build/target/native/gdb/HEAD
  newtree /berman/fsf/_current_/berman/install/target/native/gdb/HEAD
  newtree /berman/fsf/_current_/berman/log/target/native/gdb/HEAD
  chdir /berman/fsf/_current_/berman/build/target/native/gdb/HEAD
  /berman/fsf/_current_/source/gdb/HEAD/src/configure --prefix=/berman/fsf/_current_/berman/install/target/native/gdb/HEAD > /berman/fsf/_current_/berman/log/target/native/gdb/HEAD/configure.log 2>&1

(newtree is like: rm -rf + mkdir -p).

> No, it is really just a matter of time -- I'm going to switch to a new
> project (at work) and won't have much time for a few months.

When you run out of time, you can do this somewhere near the top,
like gdb.cp/exception.exp does:

  # This test script is not finished yet.
  continue

So we can get it into CVS, although not hooked up yet.

Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]