This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regression printing large integers


Hi Jeff,

Meant to CC you on this.  There seems to be another problem also:

/nevyn/big/fsf/projects/dwarf/fsf-tree/src/gdb/printcmd.c: In function `print_scalar_formatted':
/nevyn/big/fsf/projects/dwarf/fsf-tree/src/gdb/printcmd.c:350: warning:
 `val_long' might be used uninitialized in this function

The warning is correct.

On Fri, Feb 20, 2004 at 09:43:43PM -0500, Daniel Jacobowitz wrote:
> I get this today:
> 
> p/x int256var
> $177 = That operation is not available on integers of more than 8 bytes.
> (gdb) FAIL: gdb.stabs/weird.exp: print very big integer
> 
> I'm guessing this is related to your change to use unpack_long, Jeff.  The
> test expects:
>         gdb_test "p/x int256var" " = 0x0*2a0000002b0000002c0000002d0000002d0000002c0000002b0000002a" "print very big integer"
> 
> 
> -- 
> Daniel Jacobowitz
> MontaVista Software                         Debian GNU/Linux Developer
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]