aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-linetable.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey1-15/+9
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Remove some gotos from PythonTom Tromey1-6/+8
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-4/+4
2017-01-10Use gdbpy_ref in py-linetable.cTom Tromey1-37/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-4/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-04python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli1-7/+7
2015-07-23py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli1-4/+4
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-6/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-10/+10
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-02-09Fix Python stack corruptionJan Kratochvil1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-14off-by-one fix for py-linetable.cTom Tromey1-2/+2
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+622