aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-13gdb: move gdbpy_gil into python-internal.hAlexandra Hájková1-24/+0
2023-12-11Introduce gdb.interruptTom Tromey1-0/+19
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
2023-11-15Check gdb_python_module in gdbpy_handle_missing_debuginfoTom Tromey1-1/+1
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess1-1/+82
2023-10-23[gdb/python] Only include gdbsupport/selftest.h if GDB_SELF_TESTTom de Vries1-1/+4
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+4
2023-07-28Re-acquire GIL earlier in gdbpy_parse_and_evalTom Tromey1-2/+10
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey1-6/+22
2023-05-23Implement gdb.execute_miTom Tromey1-0/+5
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess1-37/+4
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-4/+6
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-27Fix value chain use-after-freeTom Tromey1-3/+5
2023-02-27gdb, python: do minor modernization in execute_gdb_commandTankut Baris Aktemur1-12/+13
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess1-0/+1
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-19/+37
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+1
2022-10-18gdb, python: use gdbarch_iterate_over_objfiles_in_search_orderMarkus Metzger1-5/+2
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre1-0/+1
2022-07-25set/show python dont-write-bytecode fixesKevin Buettner1-7/+25
2022-07-21[gdb/python] Fix typo in test_pythonTom de Vries1-1/+1
2022-07-21[gdb/python] Fix python selftest with python 3.11Tom de Vries1-4/+7
2022-07-20Wrap python_write_bytecode with HAVE_PYTHON ifdefKevin Buettner1-0/+2
2022-07-20Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramNameKevin Buettner1-18/+81
2022-07-15Expose current 'print' settings to PythonTom Tromey1-0/+4
2022-07-05Make 'import gdb.events' workTom Tromey1-4/+12
2022-06-17event_location -> location_specPedro Alves1-5/+5
2022-06-15Check for listeners in emit_exiting_eventTom Tromey1-0/+3
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess1-1/+2
2022-06-15gdb: add extension language print_insn hookAndrew Burgess1-0/+2
2022-06-01Add gdb.current_language and gdb.Frame.languageTom Tromey1-0/+12
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-16/+16
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi1-13/+13
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-19/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess1-0/+108
2022-03-18gdb/python: remove gdb._mi_commands dictSimon Marchi1-0/+2
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-1/+2
2022-02-14gdb/python: move styling support to gdb.stylingAndrew Burgess1-6/+18
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+67
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess1-14/+17
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+2
2022-01-26Change how Python architecture and language are handledTom Tromey1-24/+38