public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* is there a way to search through core?
@ 2005-09-12 18:15 Chris Markle
  2005-09-12 18:22 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Markle @ 2005-09-12 18:15 UTC (permalink / raw)
  To: gdb

say I want to find a particular string or hex value in the core file...

Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a way to search through core?
  2005-09-12 18:15 is there a way to search through core? Chris Markle
@ 2005-09-12 18:22 ` Daniel Jacobowitz
  2005-09-12 18:30   ` Chris Markle
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2005-09-12 18:22 UTC (permalink / raw)
  To: Chris Markle; +Cc: gdb

On Mon, Sep 12, 2005 at 11:14:42AM -0700, Chris Markle wrote:
> say I want to find a particular string or hex value in the core file...

No, GDB doesn't have a command for this.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a way to search through core?
  2005-09-12 18:22 ` Daniel Jacobowitz
@ 2005-09-12 18:30   ` Chris Markle
  2005-09-12 18:38     ` Bob Rossi
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Markle @ 2005-09-12 18:30 UTC (permalink / raw)
  To: gdb

Daniel,

>>say I want to find a particular string or hex value in the core file...
> No, GDB doesn't have a command for this.

Rats! It would be handy...

Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: is there a way to search through core?
  2005-09-12 18:30   ` Chris Markle
@ 2005-09-12 18:38     ` Bob Rossi
  0 siblings, 0 replies; 4+ messages in thread
From: Bob Rossi @ 2005-09-12 18:38 UTC (permalink / raw)
  To: Chris Markle; +Cc: gdb

On Mon, Sep 12, 2005 at 11:29:27AM -0700, Chris Markle wrote:
> Daniel,
> 
> >>say I want to find a particular string or hex value in the core file...
> >No, GDB doesn't have a command for this.
> 
> Rats! It would be handy...

You could always use the 'strings' command and grep for what you want.

Bob Rossi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-12 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-12 18:15 is there a way to search through core? Chris Markle
2005-09-12 18:22 ` Daniel Jacobowitz
2005-09-12 18:30   ` Chris Markle
2005-09-12 18:38     ` Bob Rossi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).