[OE-core] [OE-Core] multi-threaded core dump issues when libc symbols missing

2014-06-05 Thread blloyd
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

[OE-core] [PATCH v2 1/1] Enhancements to let multi-threaded debugging function correctly on devices

2013-10-31 Thread blloyd
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

[OE-core] [PATCH v2 0/1] GDB Enhancements for device threaded core support

2013-10-31 Thread blloyd
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

[OE-core] [PATCH 1/2] Allow passthrough of important placement variables when using devshell

2013-10-31 Thread blloyd
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

[OE-core] [PATCH 2/2] Removed trailing whitespace added with last commit

2013-10-31 Thread blloyd
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

[OE-core] [PATCH 0/2] devshell should make finding source and build artifacts easy

2013-10-31 Thread blloyd
+) 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

[OE-core] [PATCH 1/1] Enhancements to allow core file debugging to work properly from devices

2013-10-30 Thread blloyd
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

[OE-core] [PATCH 0/1] GDB Enhancements for device threaded core support

2013-10-30 Thread blloyd
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