public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Some useful? GDB user defined command in Python
@ 2010-09-09 14:27 Seong-Kook Shin
  2010-10-04 17:37 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Seong-Kook Shin @ 2010-09-09 14:27 UTC (permalink / raw)
  To: gdb

I just made GDB commands in Python, wrappers of hexdump(1), iconv(1),
and xmllint(1).

The source, "gdbx.py" is downloadable from this URL:

  http://www.cinsk.org/cgi-bin/viewvc.cgi/cvsroot/snippets/gdbx.py?revision=1.2&view=co

The usage document is found at

  http://www.cinsk.org/wiki/En:_Debugging_with_GDB:_gdbx.py

Enjoy~ :)


-- 
C FAQs: http://www.eskimo.com/~scs/C-faq/top.html
Korean: http://pcrc.hongik.ac.kr/~cinsk/cfaqs/

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

* Re: Some useful? GDB user defined command in Python
  2010-09-09 14:27 Some useful? GDB user defined command in Python Seong-Kook Shin
@ 2010-10-04 17:37 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2010-10-04 17:37 UTC (permalink / raw)
  To: Seong-Kook Shin; +Cc: gdb

>>>>> ">" == Seong-Kook Shin <cinsky@gmail.com> writes:

>> I just made GDB commands in Python, wrappers of hexdump(1), iconv(1),
>> and xmllint(1).

Thanks for doing this.

Today I made a page on the wiki to collect links to useful things like
this: http://sourceware.org/gdb/wiki/ExtensionsInPython

I doubt it is complete, but I did populate it with all the projects I
could remember.  I would appreciate any updates.

Tom

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

end of thread, other threads:[~2010-10-04 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 14:27 Some useful? GDB user defined command in Python Seong-Kook Shin
2010-10-04 17:37 ` Tom Tromey

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).