[RETRACE-SERVER PATCH] Include floating-point registers in the backtrace

Michal Toman mtoman at redhat.com
Tue Aug 27 10:36:41 UTC 2013


pushed, thanks

On 16.08.2013 16:47, Martin Milata  wrote:
> Related to rhbz#812204.
>
> http://sourceware.org/gdb/current/onlinedocs/gdb/Registers.html#Registers
>
> Signed-off-by: Martin Milata <mmilata at redhat.com>
> ---
>   src/lib/retrace.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/retrace.py b/src/lib/retrace.py
> index 3f69b1e..cf950f7 100644
> --- a/src/lib/retrace.py
> +++ b/src/lib/retrace.py
> @@ -399,7 +399,7 @@ def run_gdb(savedir):
>                             "-ex 'info sharedlib' "
>                             "-ex 'print (char*)__abort_msg' "
>                             "-ex 'print (char*)__glib_assert_msg' "
> -                          "-ex 'info registers' "
> +                          "-ex 'info all-registers' "
>                             "-ex 'disassemble'" % executable)
>
>           copyin = call(["/usr/bin/mock", "--configdir", savedir, "--copyin",
>


More information about the Crash-catcher mailing list