Add gdb.Frame.static_link method
[binutils-gdb.git] / gdb / python / py-frame.c
2023-11-14 Tom TromeyAdd gdb.Frame.static_link method
2023-05-05 Andrew Burgessgdb/python: add mechanism to manage Python initializati...
2023-04-06 Andrew Burgessgdb/python: allow Frame.read_var to accept named arguments
2023-04-06 Andrew Burgessgdb/python: convert Frame.read_register to take named...
2023-03-30 Andrew Burgessgdb/python: remove unneeded nullptr check in frapy_block
2023-02-27 Tom TromeyFix value chain use-after-free
2023-01-20 Simon Marchigdb: remove language.h include from frame.h
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-08-21 Tom TromeyFix crash in gdbpy_parse_register_id
2022-06-01 Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-03-23 Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-06-21 Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-05-09 Andrew Burgessgdb: replace fprint_frame_id
2021-02-07 Hannes DomaniAlso compare frame_id_is_next in frapy_richcompare
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-15 Tom TromeyDon't use PyInt_FromLong
2020-09-15 Tom TromeyDon't use gdb_py_long_from_ulongest
2020-07-28 Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-23 Tom TromeyDo not include py-ref.h in most files
2019-01-02 Tom TromeyStyle improvements in gdb/python
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-11 Tom TromeyRemove cleanups from find_frame_funname
2017-09-04 Pedro AlvesKill init_sal
2017-02-10 Tom TromeyUse gdbpy_ref to simplify some logic
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-10 Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/python/
2016-08-03 Tom TromeyPR python/18565 - make Frame.function work for inline...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-03 Sasha SmundakAdd support for reading frame registers to Python API.
2014-06-18 Tom Tromeyconstify struct block in some places
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-29 Doug EvansRemove trailing whitespace.
2013-11-23 Doug Evans * python/py-frame.c (gdbpy_initialize_frames): Remove...
2013-11-23 Doug Evans * python/py-frame.c (frapy_block): Fix error message...
2013-10-02 Phil Muldoon 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-05-30 Tom Tromeyuse explicit returns to avoid checker confusion
2013-05-30 Tom Tromeyfix py-frame.c
2013-05-22 Keith Seitz * ada-lang.c (is_known_support_routine): Add explicit...
2013-05-20 Tom Tromey * python/py-frame.c (frapy_older, frapy_newer, gdbpy_n...
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20 Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-17 Tom Tromey * python/py-inferior.c (infpy_read_memory): Don't...
2013-01-23 Siva Chandra Reddy Add a new class gdb.Architecture which exposes GDB's
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-12 Paul KoningAdd support for Python 3.
2012-02-07 Tom Tromey PR python/12027:
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-23 Kevin Pouget Introduce gdb.FinishBreakpoint in Python
2011-10-27 Kevin PougetMove unwind reasons to an external .def file
2011-10-27 Phil Muldoon2011-10-27 Phil Muldoon <pmuldoon@redhat.com>
2011-10-20 Phil Muldoon2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
2011-10-09 Jan Kratochvilgdb/
2011-09-08 Jan Kratochvilgdb/
2011-08-05 Eli Zaretskii * python/py-breakpoint.c (gdbpy_initialize_breakpoints...
2011-04-17 Jan Kratochvilgdb/
2011-01-26 Tom Tromey * python/python.c (gdbpy_solib_name): Use gdb_py_longe...
2011-01-06 Tom Tromeygdb
2011-01-06 Tom Tromeygdb
2011-01-06 Tom Tromey * python/py-frame.c (frapy_block): Use get_frame_block.
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-10-13 Jan Kratochvilgdb/
2010-09-30 Jan Kratochvilgdb/
2010-06-28 Phil Muldoon2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2010-05-07 Michael Snyder2010-05-07 Michael Snyder <msnyder@vmware.com>
2010-04-14 Phil Muldoon2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2010-02-28 Phil Muldoon2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2010-02-24 Phil Muldoon2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-09-09 Joel BrobeckerChecking in this patch for Thiago: Rename python-*...