swig/Tools
William S Fulton ffb7b30be9 Fix gdb error: Undefined command: "Printf".
The swig.gdb file provides the swigprint and locswigprint user-defined
commands which stopped working somewhere around gdb 8.0 - 8.2.
```
(gdb) swigprint n
Undefined command: "Printf".  Try "help".
(gdb) locswigprint n
Undefined command: "Printf".  Try "help".
(gdb)
```

I couldn't find any mention of gdb's Printf, but replacing Printf with
printf works and is documented at
https://sourceware.org/gdb/download/onlinedocs/gdb/Output.html#Output

Fixes issue #1420

[skip ci]
2019-01-18 07:35:47 +00:00
..
config follow-up typos 2018-05-17 10:26:00 -04:00
javascript [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION. 2016-01-12 09:33:13 +13:00
brew-install brew install workarounds on Travis 2014-02-16 09:33:51 +00:00
capitalize Solaris /usr/bin/tr does not accept ranges in form "a-z". So put in 2003-03-22 11:18:27 +00:00
check-include-path.pike The great merge 2002-11-30 22:01:28 +00:00
convertpath Move MinGW mixed path conversion code to the pathconvert tool 2015-08-01 23:08:53 +01:00
mkdist.py Remove ancient debian directory 2016-08-30 14:38:17 +12:00
mkrelease.py Release scripts to release from any branch 2014-02-09 23:19:17 +00:00
mkwindows.sh statically link to gcc windows runtimes when cross compiling windows binaries 2016-05-29 12:17:06 +01:00
nuget-install.cmd Improve nuget installed message on Appveyor 2017-02-04 19:18:54 +00:00
obs-buildlogs.py Add a tool to simply obtain all the latest OpenBuild build logs 2015-01-17 23:17:57 +00:00
obs-update Add openSUSE Build Service script 2014-02-14 16:24:37 +00:00
pcre-build.sh Fix MAKE variable expansion in pcre-build.sh. 2013-01-25 19:18:12 +01:00
pyname_patch.py Fix assorted typos. 2013-01-08 18:47:40 +13:00
setup.py.tmpl The great merge 2002-11-30 22:01:28 +00:00
swig.gdb Fix gdb error: Undefined command: "Printf". 2019-01-18 07:35:47 +00:00
testflags.py Some renaming 2019-01-11 21:31:42 -07:00
travis-linux-install.sh Merge branch 'js-v8-52-tests' 2018-08-02 07:10:55 +01:00
travis-osx-install.sh Travis OSX Python 3 build fix for recent changes in brew 2018-03-03 14:31:03 +00:00
vcfilter CSharp test-suite support on windows 2015-04-04 02:17:56 +01:00