aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-symbol.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-5/+5
2020-09-15Don't use PyInt_FromLongTom Tromey1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers1-0/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+61
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess1-2/+25
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger1-0/+40
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
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-10-06Update symbol domain and location values for PythonTom Tromey1-6/+18
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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