aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-linetable.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-6/+6
2020-08-17Convert CORE_ADDR to Python using gdb_py_object_from_ulongestTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-04Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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