Your message dated Mon, 08 Sep 2008 21:57:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#498290: wrong primitive type sizeof in gdb amd64
has caused the Debian Bug report #498290,
regarding wrong primitive type sizeof in gdb amd64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498290
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gdb
Version: 6.8-3

gdb reports incorrect sizeof:
$ gdb
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
(gdb) p sizeof(int)
$1 = 4
(gdb) p sizeof(long)
$2 = 4
(gdb) p sizeof(void *)
$3 = 4
(gdb) quit



--- End Message ---
--- Begin Message ---
Daniel Jacobowitz schrieb:
> On Mon, Sep 08, 2008 at 08:34:32PM +0200, Matthias Klose wrote:
>> Package: gdb
>> Version: 6.8-3
>>
>> gdb reports incorrect sizeof:
>> $ gdb
>> GNU gdb 6.8-debian
>> Copyright (C) 2008 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law. Type "show copying"
>> and "show warranty" for details.
>> This GDB was configured as "x86_64-linux-gnu".
>> (gdb) p sizeof(int)
>> $1 = 4
>> (gdb) p sizeof(long)
>> $2 = 4
>> (gdb) p sizeof(void *)
>> $3 = 4
>> (gdb) quit
> 
> This is just how a biarch capable GDB works:
> 
> (gdb) show architecture
> The target architecture is set automatically (currently i386)
> 
> There's no way to specify which variant ends up as the default.
> Is it causing a problem?

no, you get to correct answer when an executable is loaded. closing.



--- End Message ---

Reply via email to