[gnome-builder] bug-buddy: attempt to get shared library information
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] bug-buddy: attempt to get shared library information
- Date: Mon, 26 Jun 2017 01:23:19 +0000 (UTC)
commit 0ef8a25eac7a9ad3710feb76d708cc610d686c5a
Author: Christian Hergert <chergert redhat com>
Date: Sun Jun 25 18:22:13 2017 -0700
bug-buddy: attempt to get shared library information
We do this last in case the gdb version doesn't support the
command, but in the places we need it today, it does.
src/bug-buddy.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/bug-buddy.c b/src/bug-buddy.c
index b3289f1..ff143bd 100644
--- a/src/bug-buddy.c
+++ b/src/bug-buddy.c
@@ -113,6 +113,7 @@ bug_buddy_init (void)
g_string_append_printf (str, "attach %"G_PID_FORMAT"\n", getpid ());
g_string_append (str, "info threads\n");
g_string_append (str, "thread apply all bt\n");
+ g_string_append (str, "info sharedlibrary\n");
g_assert (str->len < sizeof bug_buddy_state.commands);
g_strlcpy (bug_buddy_state.commands, str->str, sizeof bug_buddy_state.commands);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]