Age | Commit message (Expand) | Author | Files | Lines |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 1 | -1/+1 |
2022-02-01 | gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled code | Jan Vrany | 1 | -1/+1 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -2/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-25 | Remove make_hex_string | Tom Tromey | 1 | -3/+2 |
2019-07-29 | Add Objfile.lookup_{global,static}_symbol functions | Christian Biesinger | 1 | -0/+78 |
2019-07-25 | Fix comment about the signature of add_separate_debug_file | Christian Biesinger | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -6/+2 |
2019-01-03 | Remove more uses of explicit reference counting in Python | Tom Tromey | 1 | -12/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-27 | Remove more calls to xfree from Python | Tom Tromey | 1 | -5/+3 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -3/+4 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -26/+17 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 1 | -6/+1 |
2018-09-13 | python: Provide textual representation for Inferior and Objfile | Simon Marchi | 1 | -1/+16 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload | Pedro Alves | 1 | -5/+5 |
2017-04-05 | -Wwrite-strings: Wrap PyGetSetDef for construction with string literals | Pedro Alves | 1 | -1/+1 |
2017-02-10 | Use gdbpy_ref to simplify some logic | Tom Tromey | 1 | -24/+16 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -2/+2 |
2017-01-10 | Use gdbpy_enter in py-objfile.c | Tom Tromey | 1 | -3/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -2/+1 |
2016-05-23 | Fix PR python/19438, PR python/18393 - initialize dictionaries | Tom Tromey | 1 | -1/+4 |
2016-03-29 | python/py-utils.c (host_string_to_python_string): New function. | Doug Evans | 1 | -7/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+2 |
2015-06-15 | Allow gdb to find debug symbols file by build-id for PE file format also | Jon Turney | 1 | -4/+3 |
2015-04-01 | Add support for writing unwinders in Python. | Sasha Smundak | 1 | -0/+53 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+12 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-01-27 | Add gdb.Objfile.username. | Doug Evans | 1 | -0/+21 |
2015-01-13 | Enhance gdb.lookup_objfile so that it works with a symlinked binary. | Doug Evans | 1 | -1/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | New python function gdb.lookup_objfile. | Doug Evans | 1 | -0/+142 |
2014-12-08 | python/py-objfile.c (objfpy_get_owner): Increment refcount of result. | Doug Evans | 1 | -2/+6 |
2014-12-08 | New "owner" attribute for gdb.Objfile. | Doug Evans | 1 | -0/+22 |
2014-12-04 | New python method gdb.Objfile.add_separate_debug_file. | Doug Evans | 1 | -0/+32 |
2014-12-04 | New python attribute gdb.Objfile.build_id. | Doug Evans | 1 | -0/+48 |