aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2025-11-26gdb: fix some whitespace issuesSimon Marchi2-5/+5
2025-11-14Reject negative children in DAPTom Tromey1-1/+6
2025-11-14Have DAP handle multiple breakpoints at same locationTom Tromey1-9/+11
2025-11-14Rename variable in DAP breakpoint.pyTom Tromey1-5/+5
2025-11-11Allow Python to create const+volatile typesTom Tromey1-4/+4
2025-11-06gdb/python: fix gdb.Block repr outputAndrew Burgess1-1/+7
2025-11-05gdb: add "essential" command classGuinevere Larsen1-1/+3
2025-11-02gdb: add a constructor for symtabAndrew Burgess1-2/+2
2025-10-24gdb: add gdb_rl_tilde_expand utilSimon Marchi1-1/+0
2025-10-23gdb: change find_pcs_for_symtab_line() to return entries instead of PCsJan Vrany1-9/+14
2025-10-23Remove Python API checker definesTom Tromey38-198/+117
2025-10-23Remove Py_TPFLAGS_CHECKTYPESTom Tromey2-4/+1
2025-10-20gdb, gdbserver, gdbsupport: trim trailing whitespacesSimon Marchi4-15/+15
2025-10-20gdb: rename find_pc_line -> find_sal_for_pcSimon Marchi2-2/+2
2025-10-20gdb: rename find_pc_compunit_symtab -> find_compunit_symtab_for_pcSimon Marchi1-1/+1
2025-10-20gdb: rename find_pc_function -> find_symbol_for_pcSimon Marchi1-1/+1
2025-10-17[gdb/python] Use PyConfig for python 3.9Tom de Vries1-5/+15
2025-10-08gdb/python: cast to ui_file_style::intensity after validating valueSimon Marchi1-6/+2
2025-10-08gdb: move core file bfd from program_space into core_targetAndrew Burgess1-11/+7
2025-10-07gdb: change objfiles_iterator to yield referencesSimon Marchi4-9/+9
2025-10-07Remove 'sys' import from frame_filters.pyTom Tromey1-2/+0
2025-10-07gdb/python: make use of gdb.Style for shipped Python commandsAndrew Burgess5-14/+53
2025-10-07Remove some helper functions from DAP breakpoint codeTom Tromey1-19/+5
2025-10-06gdb/python: add Corefile.mapped_files methodAndrew Burgess1-0/+397
2025-10-06gdb/python: introduce gdb.Corefile APIAndrew Burgess3-0/+317
2025-10-05Fix some flake8 warningsTom Tromey1-0/+9
2025-10-05gdb/python: extend gdb.write to support styled outputAndrew Burgess3-5/+60
2025-10-05gdb/python: new class gdb.StyleParameterSetAndrew Burgess1-0/+209
2025-10-05gdb/python: add gdb.Style classAndrew Burgess1-0/+801
2025-09-30Fix bug in gdb.lookup_typeTom Tromey1-3/+3
2025-09-26Use exec_and_log in next.pyTom Tromey1-6/+4
2025-09-26Always propagate exceptions in DAPTom Tromey3-8/+8
2025-09-26Remove Invoker class from DAPTom Tromey1-24/+3
2025-09-19Change DAP condition for Ada exception catchpointTom Tromey1-2/+11
2025-09-19Handle optimized-out values in gdb.printing.make_visualizerTom Tromey1-2/+7
2025-09-18Have gdb.ThreadExitedEvent inherit from gdb.ThreadEventTom Tromey1-1/+1
2025-09-10Rename expand_symtabs_matchingTom Tromey1-3/+2
2025-09-10Convert gdbpy_lookup_static_symbolsTom Tromey1-9/+13
2025-09-09Fix gdb.Value.dynamic_type attributeHannes Domani1-0/+3
2025-09-09Use gnulib c-ctype module in gdbTom Tromey4-7/+6
2025-09-05Allow conversion of 128-bit integers to PythonTom Tromey1-6/+46
2025-09-04gdb/dap: check values are available before converting to intAndrew Burgess1-1/+5
2025-09-04gdb/python: add gdb.Value.is_unavailable attributeAndrew Burgess1-0/+27
2025-08-29gdb: use kill() in gdbpy_interrupt for hosts with signal supportAndrew Burgess1-3/+10
2025-08-28gdb/python: check return from final PyObject_New in py-disasm.cAndrew Burgess1-44/+41
2025-08-26gdb/python: return gdbpy_ref<> from gdbpy_create_ptid_objectAndrew Burgess3-7/+12
2025-08-26gdb/python: fix an unlikely memory leakAndrew Burgess1-16/+11
2025-08-24gdb: allow gdb.Color to work correctly with paginationAndrew Burgess1-9/+9
2025-08-22gdb: make iterate_over_objfiles_in_search_order methods of program_space and ...Simon Marchi1-6/+4
2025-08-21gdb/python: check return value of PyObject_New in all casesAndrew Burgess3-0/+8