aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-block.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-6/+11
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-8/+8
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/+2
2019-08-05Add block['var'] accessorChristian Biesinger1-1/+44
2019-01-21Remove duplicate or commented-out #includesTom 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-2/+2
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-38/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-7/+5
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-3/+3
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-6/+4
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-6/+8
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey1-1/+2
2013-02-28 * py-block.c (gdbpy_block_for_pc): Call block_for_pc insideTom Tromey1-2/+4
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-4/+2
2012-05-10 * tracepoint.c (scope_info): Update.Tom Tromey1-7/+7
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+10
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-11/+90
2011-03-172011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+46
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey1-4/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+2
2010-05-072010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-04-142010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+2
2010-02-242010-02-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+418