aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker77-77/+77
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-4/+4
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-1/+4
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi2-2/+2
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-4/+1
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess1-25/+10
2019-11-26Let commands free "name"Tom Tromey2-4/+4
2019-11-26Add add_internal_function overloadTom Tromey1-1/+1
2019-11-26Use cmd_list_element::doc_allocated for Python commandsTom Tromey1-3/+2
2019-11-26Use run_on_main_thread in gdb.post_eventTom Tromey1-72/+63
2019-11-26Fix crashes due to python GIL released too earlyPhilippe Waroquiers1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger3-7/+7
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2-2/+2
2019-11-18Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func...Philippe Waroquiers8-0/+9
2019-11-14Fix python gdbpy_breakpoint_object leak.Philippe Waroquiers1-1/+1
2019-11-10gdb/python: Introduce gdb.lookup_static_symbolsAndrew Burgess3-0/+67
2019-11-10gdb/python: smarter symbol lookup for gdb.lookup_static_symbolAndrew Burgess1-2/+25
2019-11-08Constify command_line_inputTom Tromey1-1/+2
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries2-2/+2
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess1-5/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger2-12/+21
2019-10-09[gdb/target] Fix pretty-printer for MPX bnd registersTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey2-4/+6
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-2/+3
2019-09-26Do not expose stub types to PythonTom Tromey1-0/+11
2019-09-25Remove make_hex_stringTom Tromey1-3/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger4-7/+10
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-1/+1
2019-09-09Fix leak detected in python.c initialization code.Philippe Waroquiers1-1/+8
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-2/+2
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger2-9/+40
2019-08-19Fix indentation in value_has_fieldTom Tromey1-1/+1
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger2-11/+11
2019-08-07Make struct frame_arg self-managingTom Tromey1-4/+1
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-0/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-08-05Add block['var'] accessorChristian Biesinger1-1/+44
2019-07-30[PR/24474] Add gdb.lookup_static_symbol to the python APIChristian Biesinger3-0/+46
2019-07-29Add Objfile.lookup_{global,static}_symbol functionsChristian Biesinger1-0/+78
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-12/+78
2019-07-25Fix comment about the signature of add_separate_debug_fileChristian Biesinger1-1/+1
2019-07-17Rename field_int to field_signedTom Tromey1-4/+3
2019-07-11Fix use-after-move bug in add_thread_objectTom Tromey1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-10Reduce manual reference counting in py-inferior.cTom Tromey3-22/+24
2019-07-09"catch catch/throw/rethrow", breakpoint -> catchpointPedro Alves1-7/+1
2019-07-09Rename common to gdbsupportTom Tromey5-5/+5
2019-06-28Fix crash when using PYTHONMALLOC=debug (PR python/24742)Sergio Durigan Junior1-1/+1