Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
./mtr --gdb='b mysql_parse;r'
--gdb now accepts an argument, it will be passed to gdb as a command. multiple commands can be separated by a (non-standard and not escapable) delimiter - semicolon (;). Old usage with a bare --gdb continues to work too, of course.
- Loading branch information