[gimp] libgimpbase: oups, I lost the "full" option in my backtrace.



commit ab7c3d2b2407f50c3d045e85032e1e7e1e59c444
Author: Jehan <jehan girinstud io>
Date:   Mon Apr 9 04:40:48 2018 +0200

    libgimpbase: oups, I lost the "full" option in my backtrace.
    
    Quite useful to get values of local variables when possible.

 libgimpbase/gimputils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimputils.c b/libgimpbase/gimputils.c
index d157eef..c2fbbe9 100644
--- a/libgimpbase/gimputils.c
+++ b/libgimpbase/gimputils.c
@@ -1187,7 +1187,7 @@ gimp_stack_trace_print (const gchar *prog_name,
   if (pid == 0)
     {
       /* Child process. */
-      gchar *args[7] = { "gdb", "-batch", "-ex", "thread apply all backtrace",
+      gchar *args[7] = { "gdb", "-batch", "-ex", "thread apply all backtrace full",
                          (gchar *) prog_name, NULL, NULL };
 
       if (prog_name == NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]