aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-symbol.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves1-6/+7
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves1-1/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-1/+1
2017-01-10Use gdbpy_ref in gdbpy_lookup_symbolTom Tromey1-10/+8
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-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+5
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+3
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-15/+30
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-11/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-1/+6
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-8/+8
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-3/+3
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-1/+1
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-31/+48
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-2/+3
2012-12-12Add support for Python 3.Paul Koning1-2/+1
2012-10-15 PR python/14634:Tom Tromey1-1/+1
2012-02-15 * python/py-symbol.c (sympy_value): Use _().Tom Tromey1-2/+2
2012-02-07 PR python/12027:Tom Tromey1-0/+75
2012-02-07 PR python/13599:Tom Tromey1-0/+15
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-10-272011-10-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-4/+14
2011-10-202011-10-20 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2011-08-12 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.Doug Evans1-0/+18
2011-04-17gdb/Jan Kratochvil1-2/+2
2011-03-172011-03-17 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+23
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-02-22 Add gdb.lookup_global_symbol python function.Doug Evans1-0/+34
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-02-242010-02-24 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+419