aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess1-0/+6
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess1-0/+5
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+1
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-1/+1
2021-09-09gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess1-1/+0
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+1
2021-05-12gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptrSimon Marchi1-3/+3
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-1/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Change varobj_dynamic::child_iter to unique_ptrTom Tromey1-2/+2
2020-12-04Remove redundant typedefsTom Tromey1-4/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-10/+10
2020-09-15Don't use PyInt_FromLongTom Tromey1-1/+0
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-2/+0
2020-09-15Don't use gdb_py_long_from_longestTom Tromey1-2/+0
2020-09-15Don't use PyInt_FromSsize_tTom Tromey1-1/+0
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess1-0/+19
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+1
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+5
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-3/+2
2020-02-22Allow TUI windows in PythonTom Tromey1-0/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess1-0/+2
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger1-0/+2
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-1/+1
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-52/+1
2019-02-26Define unique_ptr specialization for Py_buffer.Kevin Buettner1-0/+13
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-30Release the GIL while running a gdb command or expressionTom Tromey1-0/+25
2019-01-03Use a wrapper for PyErr_FetchTom Tromey1-3/+58
2019-01-02Change inferior_to_inferior_object to return a gdbpy_refTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-27Consolidate some Python exception-printing functionsTom Tromey1-0/+1
2018-11-04Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey1-1/+1
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-3/+3
2018-11-04Return gdbpy_ref from gdb_py_object_from_*longestTom Tromey1-2/+2
2018-09-23Consolidate gdb.GdbError handlingTom Tromey1-0/+1
2018-09-16Don't steal references in the gdb Python codeTom Tromey1-7/+0
2018-09-16Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey1-8/+3
2018-09-16Change thread_to_thread_object to return a new referenceTom Tromey1-2/+1
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-2/+1
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-2/+1
2018-09-16Add more methods to gdb.ProgspaceTom Tromey1-5/+0
2018-09-13python: Add Progspace.objfiles methodSimon Marchi1-0/+4
2018-09-09python: Make two functions return gdbpy_ref<>Simon Marchi1-3/+4
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-4/+5
2018-05-31Add basic Python API for convenience variablesTom Tromey1-0/+2