Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-06 Thread Svante Signell
On Wed, 2011-07-06 at 15:37 +0200, Svante Signell wrote: > On Wed, 2011-07-06 at 12:50 +, Hector Oron wrote: > Yes, they are there, but why does not apt-get source work in Hurd, it > does in Linux? Found the problem, different versions of apt and two versions in the source repository: 7.3.5

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-06 Thread Svante Signell
On Wed, 2011-07-06 at 12:50 +, Hector Oron wrote: > Hi, > > 2011/7/6 Svante Signell : > > > Adding to sources.list: > > > > deb-src http://ftp.se.debian.org/debian/ experimental main contrib > > non-free > > > > I expected to be able to get the sources, with > > > > apt-get source -t experime

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-06 Thread Hector Oron
Hi, 2011/7/6 Svante Signell : > Adding to sources.list: > > deb-src http://ftp.se.debian.org/debian/ experimental main contrib > non-free > > I expected to be able to get the sources, with > > apt-get source -t experimental gdb > > but I get an error instead: > E: Ignore unavailable target releas

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-06 Thread Svante Signell
On Wed, 2011-07-06 at 01:03 +0200, Hector Oron wrote: > Hello, > > 2011/7/5 Svante Signell : > > On Mon, 2011-07-04 at 21:17 +0200, Svante Signell wrote: > >> On Mon, 2011-07-04 at 20:18 +0200, Thomas Schwinge wrote: > > > I have now built gdb HEAD and found that the patch is no longer needed. >

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-05 Thread Hector Oron
Hello, 2011/7/5 Svante Signell : > On Mon, 2011-07-04 at 21:17 +0200, Svante Signell wrote: >> On Mon, 2011-07-04 at 20:18 +0200, Thomas Schwinge wrote: > I have now built gdb HEAD and found that the patch is no longer needed. Great! Does GDB from experimental work for you then? > Additionally

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-05 Thread Svante Signell
On Tue, 2011-07-05 at 10:15 -0600, Tom Tromey wrote: > > "Svante" == Svante Signell writes: > > Svante> 2) When debugging an executable gdb does not find the debugging > symbols > Svante> for libraries. For example with libc0.3-dbg installed, the symbols are > Svante> found with 7.2 but not

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-05 Thread Tom Tromey
> "Svante" == Svante Signell writes: Svante> 2) When debugging an executable gdb does not find the debugging symbols Svante> for libraries. For example with libc0.3-dbg installed, the symbols are Svante> found with 7.2 but not with 7.3.50 when running the built gdb directly Svante> on an exec

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-05 Thread Thomas Schwinge
Hallo! On Tue, 05 Jul 2011 16:38:04 +0200, Svante Signell wrote: > On Mon, 2011-07-04 at 21:17 +0200, Svante Signell wrote: > > On Mon, 2011-07-04 at 20:18 +0200, Thomas Schwinge wrote: > > > I think that update_thread_list (which already is exported) should rather > > > be invoked instead of ad

Bug#579834: Patch to enable a fully working gdb for GNU/Hurd

2011-07-05 Thread Svante Signell
On Mon, 2011-07-04 at 21:17 +0200, Svante Signell wrote: > On Mon, 2011-07-04 at 20:18 +0200, Thomas Schwinge wrote: > > Hallo! ... > > I think that update_thread_list (which already is exported) should rather > > be invoked instead of additionally exporting prune_threads. > > > > But -- I can no