How to monitore a C variable from the shell?
Date: 26 Sep 2003 15:03:59 -0700
Hi,
is there a way to monitore the value of a variable of a C program from
the shell? I would like to be able to know where the variable's
address, its value, and the free space left to my C program.
I'm using gcc if it matters.
Thanks a lot,
Andre
Relevant Pages
- How to monitore a C variable from the shell?
... is there a way to monitore the value of a variable of a C program from ... the shell? ... I'm using gcc if it matters. ... Andre ... (comp.os.linux.development.apps) - Re: parisc arch makefile clean-up needed [Was: cleaning up "make headers_install" for various ar
... to continue with a gcc that is not for the architecture being build. ... And the reason why $(shell) is preferred over backticks is simple. ... We almost never use backticks in the kernel Makefile since the $ ... (Linux-Kernel) - Re: Using the arg function
... Unfortunately, this is a gcc wrapper, and the command lines are provided ... You may have to parse the args yourself looking for the quotes. ... They are stripped by the shell, ... (comp.lang.rexx) - Re: Using the arg function
... Unfortunately, this is a gcc wrapper, and the command lines are provided ... You may have to parse the args yourself looking for the quotes. ... They are stripped by the shell, ... Mark Hobley ... (comp.lang.rexx) - Re: Setting Path Error - not sure why this does not work
... >>I need to use gcc but unfortunately my path is not set to where 'gcc' ... run the configure command if your compiler isn't in your default login path. ... shell you are running with. ... "rehash" to make the PATH (-er- make that 'path' for csh) updates effective. ... (comp.unix.admin) |
|