* [Buildroot] gdb snapshot
@ 2009-04-28 16:24 Sven Neumann
2009-04-28 16:40 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Sven Neumann @ 2009-04-28 16:24 UTC (permalink / raw)
To: buildroot
Hi,
as I am having problems with gdb 6.8 on our ARM platform, I thought I'd
give the gdb snapshot a try and selected it in the buildroot menu. But
this fails as the patches in toolchain/gdb/snapshot seem to be targetted
at a particular snapshot (gdb-6.3.50.20050915). Does this work for
anyone else? Can this possibly work?
Sven
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] gdb snapshot
2009-04-28 16:24 [Buildroot] gdb snapshot Sven Neumann
@ 2009-04-28 16:40 ` Thomas Petazzoni
2009-04-28 18:32 ` Peter Korsgaard
2009-04-29 8:12 ` Sven Neumann
0 siblings, 2 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2009-04-28 16:40 UTC (permalink / raw)
To: buildroot
Le Tue, 28 Apr 2009 18:24:08 +0200,
Sven Neumann <s.neumann@raumfeld.com> a ?crit :
> as I am having problems with gdb 6.8 on our ARM platform, I thought
> I'd give the gdb snapshot a try and selected it in the buildroot
> menu. But this fails as the patches in toolchain/gdb/snapshot seem to
> be targetted at a particular snapshot (gdb-6.3.50.20050915). Does
> this work for anyone else? Can this possibly work?
Maybe instead of using the the gdb.tar.bz2 symbolic link, we could
refer to a precise version of the gdb snapshot, so that the patches
have a chance to work.
The patches in snapshot/ haven't been updated since 2006, so I would
say that this part is unmaintained, which means that nobody uses it and
we can probably drop it.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] gdb snapshot
2009-04-28 16:40 ` Thomas Petazzoni
@ 2009-04-28 18:32 ` Peter Korsgaard
2009-04-29 8:12 ` Sven Neumann
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2009-04-28 18:32 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Hi,
>> as I am having problems with gdb 6.8 on our ARM platform, I thought
>> I'd give the gdb snapshot a try and selected it in the buildroot
>> menu. But this fails as the patches in toolchain/gdb/snapshot seem to
>> be targetted at a particular snapshot (gdb-6.3.50.20050915). Does
>> this work for anyone else? Can this possibly work?
What problems are you having with 6.8 exactly?
Thomas> Maybe instead of using the the gdb.tar.bz2 symbolic link, we could
Thomas> refer to a precise version of the gdb snapshot, so that the patches
Thomas> have a chance to work.
Thomas> The patches in snapshot/ haven't been updated since 2006, so I would
Thomas> say that this part is unmaintained, which means that nobody uses it and
Thomas> we can probably drop it.
Yeah, agreed.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] gdb snapshot
2009-04-28 16:40 ` Thomas Petazzoni
2009-04-28 18:32 ` Peter Korsgaard
@ 2009-04-29 8:12 ` Sven Neumann
2009-04-29 9:08 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: Sven Neumann @ 2009-04-29 8:12 UTC (permalink / raw)
To: buildroot
Hi,
On Tue, 2009-04-28 at 18:40 +0200, Thomas Petazzoni wrote:
> The patches in snapshot/ haven't been updated since 2006, so I would
> say that this part is unmaintained, which means that nobody uses it and
> we can probably drop it.
Ok, thanks for looking into this.
Perhaps someone can help me with the gdb problem I am facing. Whenever I
try to debug a program on the target platform (ARM EABI aapcs-linux),
the debugger gets a SIGCHLD signal and stops:
[root at proto2 /]# gdb hello
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying" and "show warranty" for details.
This GDB was configured as "arm-linux-uclibcgnueabi"...
(gdb) r
Starting program: /hello
Hello world
[1]+ Stopped(SIGCHLD) gdb hello
Is there anything special I need to do to run gdb on the ARM platform?
Sven
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] gdb snapshot
2009-04-29 8:12 ` Sven Neumann
@ 2009-04-29 9:08 ` Peter Korsgaard
2009-04-29 9:55 ` Sven Neumann
0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2009-04-29 9:08 UTC (permalink / raw)
To: buildroot
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Hi,
Sven> [root at proto2 /]# gdb hello
Sven> GNU gdb 6.8
Sven> Copyright (C) 2008 Free Software Foundation, Inc.
Sven> License GPLv3+: GNU GPL version 3 or later
Sven> <http://gnu.org/licenses/gpl.html>
Sven> This is free software: you are free to change and redistribute it.
Sven> There is NO WARRANTY, to the extent permitted by law. Type "show
Sven> copying" and "show warranty" for details.
Sven> This GDB was configured as "arm-linux-uclibcgnueabi"...
Sven> (gdb) r
Sven> Starting program: /hello
Sven> Hello world
Sven> [1]+ Stopped(SIGCHLD) gdb hello
Sven> Is there anything special I need to do to run gdb on the ARM platform?
Strange, it has atleast worked in the past. Do you have the same
problem with gdbserver?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-29 9:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 16:24 [Buildroot] gdb snapshot Sven Neumann
2009-04-28 16:40 ` Thomas Petazzoni
2009-04-28 18:32 ` Peter Korsgaard
2009-04-29 8:12 ` Sven Neumann
2009-04-29 9:08 ` Peter Korsgaard
2009-04-29 9:55 ` Sven Neumann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox