All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gdb: Modify it to support for gdbreplay.
@ 2015-06-12  6:13 Li xin
  2015-06-12 11:20 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Li xin @ 2015-06-12  6:13 UTC (permalink / raw
  To: openembedded-core

gdbreplay is not installed by default,so install it.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta/recipes-devtools/gdb/gdb-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 81af42f..39b25bd 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -61,6 +61,7 @@ do_install_append() {
 	rm -rf ${D}${libdir}
 	rm -rf ${D}${includedir}
 	rm -rf ${D}${datadir}/locale
+	install -m 755 ${B}/gdb/gdbserver/gdbreplay ${D}/${bindir}/
 }
 
 RRECOMMENDS_gdb_append_linux = " glibc-thread-db "
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gdb: Modify it to support for gdbreplay.
  2015-06-12  6:13 [PATCH] gdb: Modify it to support for gdbreplay Li xin
@ 2015-06-12 11:20 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2015-06-12 11:20 UTC (permalink / raw
  To: Li xin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]

On 12 June 2015 at 07:13, Li xin <lixin.fnst@cn.fujitsu.com> wrote:

> gdbreplay is not installed by default,so install it.
>

As upstream don't install it, and from what I can tell from google it's an
aid for debugging gdbserver itself, why should we install it?

Ross

[-- Attachment #2: Type: text/html, Size: 698 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-12 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12  6:13 [PATCH] gdb: Modify it to support for gdbreplay Li xin
2015-06-12 11:20 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.