Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37757887
en ru br
ALT Linux repositórios
S:13.2.0.43.854f46b6377-alt2
5.0: 6.6-alt3
4.1: 6.6-alt3
4.0: 6.6-alt2
3.0: 6.3-alt2

Group :: Desenvolvimento/Debuggers
RPM: gdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: gdb-6.5-bz190810-gdbserver-arch-advice.patch
Download


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=190810
2006-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
	* remote.c (remote_wait): Suggestion on crash due to nonmatching target.
	(remote_async_wait): Likewise.
Index: gdb-6.8.50.20090818/gdb/remote.c
===================================================================
--- gdb-6.8.50.20090818.orig/gdb/remote.c	2009-08-18 21:00:35.000000000 +0200
+++ gdb-6.8.50.20090818/gdb/remote.c	2009-08-18 21:04:46.000000000 +0200
@@ -4408,8 +4408,13 @@ Packet: '%s'\n"),
 	      VEC_safe_push (cached_reg_t, event->regcache, &cached_reg);
 	    }
 
+	  /* It may also occur on amd64 which defaults to 32-bit i386
+	     target.  gdbserver(1) is not aware of the `set architecture'
+	     name itself as it is not using libbfd.  */
 	  if (*p != ';')
-	    error (_("Remote register badly formatted: %s\nhere: %s"),
+	    error (_("Remote register badly formatted: %s\nhere: %s"
+		     "\nTry to load the executable by `file' first,"
+		     "\nyou may also check `set/show architecture'."),
 		   buf, p);
 	  ++p;
 	}
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009