aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-symbol.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi1-3/+3
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-5/+5
2022-02-06gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-03Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani1-0/+2
2021-04-28gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess1-5/+10
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-1/+3
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