Age | Commit message (Expand) | Author | Files | Lines |
8 days | gdb: split up construct_inferior_arguments | Andrew Burgess | 1 | -1/+1 |
8 days | Use gdb unordered set and map in Python layer | Tom Tromey | 1 | -2/+2 |
2024-09-24 | [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION | Tom de Vries | 1 | -5/+5 |
2024-09-23 | Automatically add types to Python modules | Tom Tromey | 1 | -5/+1 |
2024-08-22 | [gdb] Add const to catch gdb_exception | Tom de Vries | 1 | -2/+2 |
2024-04-16 | [gdb/python] Throw MemoryError in inferior.read_memory if malloc fails | Tom de Vries | 1 | -2/+12 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-14 | Remove 'if' from GDB_PY_HANDLE_EXCEPTION | Tom Tromey | 1 | -8/+2 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
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: Add gdb.Inferior.__dict__ attribute | Andrew Burgess | 1 | -1/+12 |
2024-01-12 | gdb/python: hoist common invalid object repr code into py-utils.c | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -7/+7 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-10-05 | gdb: add all_objfiles_removed observer | Simon Marchi | 1 | -13/+17 |
2023-10-05 | gdb: add program_space parameter to emit_clear_objfiles_event | Simon Marchi | 1 | -1/+1 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -1/+3 |
2023-07-19 | Fix gdb.Inferior.read_memory without execution (PR dap/30644) | Pedro Alves | 1 | -4/+4 |
2023-07-14 | Use correct inferior in Inferior.read_memory et al | Tom Tromey | 1 | -7/+36 |
2023-06-19 | gdb/Python: Added ThreadExitedEvent | Simon Farre | 1 | -0/+3 |
2023-05-24 | Add attributes and methods to gdb.Inferior | Tom Tromey | 1 | -0/+169 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -1/+5 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-11 | gdb/py-inferior: Keep inferior threads in a map | Lancelot SIX | 1 | -65/+34 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -37/+31 |
2022-07-18 | Add gdb.free_objfile event registry | Tom Tromey | 1 | -0/+15 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -3/+3 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -14/+13 |
2022-01-05 | Fix inferior_thread attribute in new_thread event | Hannes Domani | 1 | -1/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-30 | gdb/python: introduce gdb.TargetConnection object type | Andrew Burgess | 1 | -0/+16 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-10-22 | gdb/python: move gdb.Membuf support into a new file | Andrew Burgess | 1 | -179/+3 |
2021-10-05 | gdb/python: fix memory leak in python inferior code | Andrew Burgess | 1 | -4/+12 |
2021-09-09 | gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER | Andrew Burgess | 1 | -1/+1 |
2021-07-12 | gdb: make thread_info::suspend private, add getters / setters | Simon Marchi | 1 | -1/+1 |
2021-06-21 | gdb/python: move PyLong_From* calls into py-utils.c | Andrew Burgess | 1 | -1/+1 |
2021-05-14 | gdb/python: add a 'connection_num' attribute to Inferior objects | Tankut Baris Aktemur | 1 | -0/+19 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -3/+8 |
2021-04-27 | gdb: do autoload before notifying Python side in new_objfile event | Michael Weghorn | 1 | -1/+6 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -12/+17 |
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 |