This is the mail archive of the gdb@sourceware.org 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: Response to long with info locals and info args


On Thu, Oct 12, 2006 at 09:10:29AM +0200, jl.biord@free.fr wrote:
> 
> Hi,
> 
> I want to have simple responses to "info locals" and "info args" because when
> the variables are complex class the responses are too long. I want to have only
> the names of locals or args variables. I need that because gdb is controlled by
> an external program.
> 
> Is it possible?

You should be using GDB/MI to control GDB, not the command line.  If
you do that, there's -stack-list-args and -stack-list-locals.

-- 
Daniel Jacobowitz
CodeSourcery


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