I originally tried to solve this problem a long time ago by changing the
gdb package to depend on the selected libc debug packages. That never
did get to a state that was accepted for commit.
However, even if it did, I've come to realize that it wouldn't really
fix the problem.
Basically, c
file is also
present so gdb is fully functional.
Signed-off-by: blloyd
---
meta/recipes-devtools/gdb/gdb-common.inc | 12 +++-
meta/recipes-devtools/gdb/gdb.inc| 9 -
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
523f2a9ea970713fb775bc48f84b67420b1106a0:
cross-canadian: Improve comment (2013-10-30 18:01:34 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib blloyd/gdb_assist_v2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=blloyd/gdb_assist_v2
blloyd (1
additional
variables to be kept for a developer shell and set it to "B S D" by default.
The implementation allows variables for developer convenience and verification
while not changing shells used for compile tasks.
Signed-off-by: blloyd
---
meta/classes/devshell.bbclass | 10
Signed-off-by: blloyd
---
meta/classes/devshell.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index cc1bb64..552fa90 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -8,7
+)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib blloyd/devshell
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=blloyd/devshell
blloyd (2):
Allow passthrough of important placement variables when using devshell
Removed trailing whitespace added
file is also
present so gdb is fully functional.
Signed-off-by: blloyd
---
meta/recipes-devtools/gdb/gdb-common.inc | 12 +++-
meta/recipes-devtools/gdb/gdb.inc| 9 -
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
523f2a9ea970713fb775bc48f84b67420b1106a0:
cross-canadian: Improve comment (2013-10-30 18:01:34 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib blloyd/gdb_assist
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=blloyd/gdb_assist
blloyd (1):
Enhancements