summaryrefslogtreecommitdiff
path: root/gdb/python/py-symbol.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* Python QUIT processing updatesKevin Buettner2023-02-271-0/+5
* Fix value chain use-after-freeTom Tromey2023-02-271-3/+5
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* Rewrite registry.hTom Tromey2022-07-281-40/+23
* Use PyBool_FromLongTom Tromey2022-06-231-2/+1
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-2/+1
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-3/+3
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-2/+2
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi2022-02-061-3/+3
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-5/+5
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Restore gdb.SYMBOL_LABEL_DOMAIN constantHannes Domani2021-06-031-0/+2
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-5/+10
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-5/+5
* Don't use PyInt_FromLongTom Tromey2020-09-151-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers2019-11-181-0/+1
* gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess2019-11-101-0/+61
* gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess2019-11-101-2/+25
* [PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger2019-07-301-0/+40
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update symbol domain and location values for PythonTom Tromey2018-10-061-6/+18
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves2017-04-051-6/+7
* -Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves2017-04-051-1/+1
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-1/+1
* Use gdbpy_ref in gdbpy_lookup_symbolTom Tromey2017-01-101-10/+8
* 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
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-1/+5
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+3
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-15/+30
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-11/+11
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-1/+6