aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-frame.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-09-15Don't use PyInt_FromLongTom Tromey1-2/+2
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-1/+1
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-10/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-18/+18
2019-04-08Rewrite TRY/CATCHTom Tromey1-54/+36
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-02Style improvements in gdb/pythonTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-8/+6
2017-09-04Kill init_salPedro Alves1-2/+1
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey1-5/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-11/+4
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves1-6/+2
2016-08-03PR python/18565 - make Frame.function work for inline framesTom Tromey1-1/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-3/+6
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-58/+104
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-4/+2
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak1-0/+38
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-2/+2
2013-11-23 * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR,Doug Evans1-4/+0
2013-11-23 * python/py-frame.c (frapy_block): Fix error message text.Doug Evans1-1/+1
2013-10-02 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+6
2013-05-30use explicit returns to avoid checker confusionTom Tromey1-1/+2
2013-05-30fix py-frame.cTom Tromey1-1/+6
2013-05-22 * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz1-2/+9
2013-05-20 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)Tom Tromey1-24/+22
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-12/+20
2013-05-17 * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey1-5/+1
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy1-0/+22
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-2/+1
2012-02-07 PR python/12027:Tom Tromey1-3/+1
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-23 Introduce gdb.FinishBreakpoint in PythonKevin Pouget1-16/+16