Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Peter Toft <pto@linuxbog.dk>
To: Jim Blandy <jimb@codesourcery.com>
Cc: gdb@sourceware.org
Subject: Re: gdb printing of dynamically allocated matrix
Date: Mon, 23 Jul 2007 21:38:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0707232108370.4288@pto.linuxbog.dk> (raw)
In-Reply-To: <m3abtnginp.fsf@codesourcery.com>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1440 bytes --]

On Mon, 23 Jul 2007, Jim Blandy wrote:

> 
> Peter Toft <pto@linuxbog.dk> writes:
> > On Fri, 20 Jul 2007, Jim Blandy wrote:
> >
> >> 
> >> Peter Toft <pto@linuxbog.dk> writes:
> >> >> (gdb) matprint c 2 3
> >> 
> >> Could you use sizeof to compute the dimensions automatically?  Or at
> >> least one of them?
> >
> > Dear Jim
> >
> > I think I understand which direction you are point me to, but
> > "sizeof" in GDB does not ring a bell here. In C yes, but in GDB no.
> >
> > Can you give me an example e.g. for 1D arrays? We might target this 
> > snippet befor we move to 2D matrices;
> >
> >   int *a;
> >   a=(int *)malloc(3*sizeof(int));
> >   a[0] = 1;
> >   a[1] = 6;
> >   a[2] = 8;
> 
> Ah, if you're allocating dynamically, then there's no way to do it
> using sizeof.

Clearly my focus is dynamic memory allocation.
 
> GDB supports the C 'sizeof' operator; in your example above, 'print
> sizeof (a)' will give you '4' or '8' or whatever is appropriate for a
> pointer on the program being debugged.  There are no facilities (in C
> or in GDB) for finding the size of a malloc block; since the library
> may round up the size of the block, it might be impossible to do
> without changing the heap data structure.

Ok - we are now on the same (memory) page :-)
I was just a bit confused by your answer.

-- 
Peter Toft, Ph.D. [pto@linuxbog.dk] http://petertoft.dk
Følg min Linux-blog på http://www.version2.dk/blogs/petertoft

      reply	other threads:[~2007-07-23 19:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-18 17:59 Peter Toft
2007-07-18 19:32 ` Daniel Jacobowitz
2007-07-18 20:32   ` Peter Toft
2007-07-18 21:56     ` Peter Toft
2007-07-19  3:10       ` Daniel Jacobowitz
2007-07-20 18:48         ` Peter Toft
2007-07-20 19:08       ` Jim Blandy
2007-07-21 14:16         ` Peter Toft
2007-07-23 17:05           ` Jim Blandy
2007-07-23 21:38             ` Peter Toft [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0707232108370.4288@pto.linuxbog.dk \
    --to=pto@linuxbog.dk \
    --cc=gdb@sourceware.org \
    --cc=jimb@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox