This is the mail archive of the gdb-patches@sourceware.org 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: [RFA 4/4 take 2] Improved linker-debugger interface


Jan Kratochvil wrote:
> On Wed, 19 Sep 2012 11:49:34 +0200, Gary Benson wrote:
> > How do I configure/build/test gdb so that it is using linux-low.c?
> > I've updated the tests to work with gdbserver, but with my current
> > setup solib-svr4.c is being used, so all the tests are passing.
> 
> it is enough to use gdbserver:
> 	http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration
> 

Ah, that's what I did:

  molly:[src]$ echo $DEJAGNU
  /home/gary/work/gdb/dejagnu/my-dejagnu.exp
  molly:[src]$ ls -lR /home/gary/work/gdb/dejagnu
  /home/gary/work/gdb/dejagnu:
  total 4
  drwxr-xr-x. 2 gary gary 4096 Sep 18 11:16 boards/
  -rw-r--r--. 1 gary gary    0 Sep 18 11:16 my-dejagnu.exp
  
  /home/gary/work/gdb/dejagnu/boards:
  total 4
  -rw-r--r--. 1 gary gary 2673 Sep 18 11:16 native-gdbserver.exp
  molly:[src]$ make -C../build check RUNTESTFLAGS="--target_board=native-gdbserver gdb.base/break-probes.exp gdb.base/break-dlmopen.exp gdb.base/info-shared.exp"

> I have put there a debug dump and for example for gdb.base/return.exp
> it really prints several SVR4:PASS and no SVR4:FAIL.

With that I get a load of SVR4:FAIL and no SVR4:PASS.

I also see "warning: Can not parse XML target description; XML support
was disabled at compile time", is that something to do with it?  Is
there some -devel package I'm missing?

Thanks,
Gary

-- 
http://gbenson.net/


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