~maria-captains/mariadb-tools/trunk

« back to all changes in this revision

Viewing changes to serg/README

  • Committer: Sergei Golubchik
  • Date: 2017-04-03 18:06:22 UTC
  • Revision ID: sergii@pisem.net-20170403180622-tdwfjjzc36hs9b2o
minor style fixes for gdb.py, clarify the license for my small helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Everything in this directory, unless specifically noted
 
2
is under BSD-new (3-clause) license.
 
3
 
1
4
run_gdb
2
5
^^^^^^^
3
6
A wrapper that can run any executable under gdb.  useful for debugging mysqld
81
84
gdb.py
82
85
^^^^^^
83
86
 
84
 
Pretty-printing for String and MY_BITMAP. Put in your ~/.gdbinit:
 
87
Pretty-printing for various structures and types. Put in your ~/.gdbinit:
85
88
 
86
89
  source /path/to/this/gdb.py
87
90