Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-26Use positional parameters in calls to .format in gdb python scripts (#9311)rjvdboon
Omitting positional parameters works for gdb linked to python 2.7 / 3.1+. On older systems (e.g. redhat 6, centos 6) gdb might be linked to python 2.4-2.6 or 3.0, adding parameter ordinals enables proper backtraces on those systems. Fixes #9292.
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2016-01-08Fix the format statements in mono-gdb.Vladimir Kargov
2014-04-16Make all Python scripts Python 3-friendly.Alex Rønne Petersen
2009-10-122009-10-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* data/gdb-pre7.0: New directory, containing the mono support files for gdb versions before 7.0. svn path=/trunk/mono/; revision=143956