summaryrefslogtreecommitdiff
path: root/gdb/python/py-frame.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-051-1/+3
* gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2023-04-061-13/+15
* gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2023-04-061-4/+7
* gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess2023-03-301-7/+1
* Fix value chain use-after-freeTom Tromey2023-02-271-6/+11
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* 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-21/+21
* Remove frame_id_eqTom Tromey2022-10-101-1/+1
* Fix crash in gdbpy_parse_register_idTom Tromey2022-08-211-4/+1
* Add gdb.current_language and gdb.Frame.languageTom Tromey2022-06-011-0/+25
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-3/+3
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2021-06-211-0/+23
* gdb: replace fprint_frame_idAndrew Burgess2021-05-091-4/+2
* Also compare frame_id_is_next in frapy_richcompareHannes Domani2021-02-071-2/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Don't use PyInt_FromLongTom Tromey2020-09-151-2/+2
* Don't use gdb_py_long_from_ulongestTom Tromey2020-09-151-1/+1
* gdb/python: make more use of RegisterDescriptorsAndrew Burgess2020-07-281-10/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-18/+18
* Rewrite TRY/CATCHTom Tromey2019-04-081-54/+36
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Style improvements in gdb/pythonTom Tromey2019-01-021-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-8/+6
* Kill init_salPedro Alves2017-09-041-2/+1
* Use gdbpy_ref to simplify some logicTom Tromey2017-02-101-5/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-11/+4
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-081-6/+2
* PR python/18565 - make Frame.function work for inline framesTom Tromey2016-08-031-1/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+6
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-58/+104
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-4/+2
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Add support for reading frame registers to Python API.Sasha Smundak2014-09-031-0/+38