aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2022-02-04Remove host_hex_valueTom Tromey1-1/+1
2022-02-02gdb: fix formatting for help set/show extended-promptAndrew Burgess1-3/+2
2022-02-01gdb/python: fix gdb.Objfile.__repr__ () for dynamically compiled codeJan Vrany1-1/+1
2022-01-26gdb/python: handle non utf-8 characters when source highlightingAndrew Burgess2-16/+21
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey2-4/+4
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-11/+73
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess3-0/+11
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+19
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-2/+2
2022-01-26Change how Python architecture and language are handledTom Tromey18-105/+136
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess1-0/+13
2022-01-05Fix inferior_thread attribute in new_thread eventHannes Domani1-1/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker81-81/+81
2021-12-15gdb: re-format with black 21.12b0Simon Marchi1-1/+0
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-47/+69
2021-11-30gdb/python: don't use the 'p' format for parsing argsAndrew Burgess1-3/+8
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess1-3/+207
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess6-0/+399
2021-11-25gdb: ensure extension_language_python is always definedEnze Li1-0/+4
2021-11-25gdb/python: make some global variables staticAndrew Burgess1-29/+24
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi5-6/+6
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi1-1/+1
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+54
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-7/+5
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi3-6/+7
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess4-179/+235
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess3-0/+28
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-1/+1
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey1-1/+1
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries1-15/+40
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries1-3/+3
2021-10-05gdb/python: fix memory leak in python inferior codeAndrew Burgess1-4/+12
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess3-0/+41
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi2-26/+29
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX3-14/+43
2021-10-02gdb/python: fix a few flake8 warningsSimon Marchi4-13/+5
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-7/+7
2021-09-24gdb: change thread_info::name to unique_xmalloc_ptr, add helper functionSimon Marchi1-7/+2
2021-09-23Change pointer_type to a method of struct typeTom Tromey2-3/+3
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-2/+3
2021-09-13Fix no-Python buildTom Tromey1-2/+4
2021-09-10[gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittestTom de Vries1-0/+46
2021-09-09gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITERAndrew Burgess7-11/+10
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess3-0/+30