summaryrefslogtreecommitdiff
path: root/gdb/python/py-block.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite registry.hTom Tromey2022-07-281-42/+28
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-5/+5
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess2021-09-091-2/+2
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-6/+11
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-8/+8
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-181-0/+2
* Add block['var'] accessorChristian Biesinger2019-08-051-1/+44
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey2018-11-041-2/+2
* Add more methods to gdb.ProgspaceTom Tromey2018-09-161-38/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+6
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-7/+5
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-3/+3
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-6/+4
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-6/+8
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-201-1/+2
* * py-block.c (gdbpy_block_for_pc): Call block_for_pc insideTom Tromey2013-02-281-2/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-4/+2
* * tracepoint.c (scope_info): Update.Tom Tromey2012-05-101-7/+7
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-4/+10
* 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-201-11/+90
* 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-03-171-2/+46
* 2011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-261-1/+1
* * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey2011-01-261-4/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-171-0/+2
* 2010-05-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-071-1/+0
* 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2010-04-141-2/+2
* 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2010-02-241-0/+418