Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -4/+4 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -5/+1 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+4 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-12 | gdb/python: hoist common invalid object repr code into py-utils.c | Andrew Burgess | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -2/+3 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-18 | gdb, python: use gdbarch_iterate_over_objfiles_in_search_order | Markus Metzger | 1 | -60/+56 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -3/+3 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -21/+16 |
2022-07-05 | Add gdb.Objfile.is_file attribute | Tom Tromey | 1 | -0/+14 |
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 |